Class BuildFailedException
Inheritance
System.Object
System.Exception
BuildFailedException
Inherited Members
System.Exception.GetBaseException()
System.Exception.ToString()
System.Exception.GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)
System.Exception.GetType()
System.Exception.Message
System.Exception.Data
System.Exception.InnerException
System.Exception.TargetSite
System.Exception.StackTrace
System.Exception.HelpLink
System.Exception.Source
System.Exception.HResult
System.Exception.SerializeObjectState
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.MemberwiseClone()
Namespace:ClickTwice.Publisher.Core.Exceptions
Assembly:ClickTwice.Publisher.Core.dll
Syntax
[Serializable]
public class BuildFailedException : Exception, ISerializable, _Exception
Constructors
| Improve this Doc View SourceBuildFailedException()
Declaration
public BuildFailedException()
BuildFailedException(Exception, IEnumerable<Exception>)
Declaration
public BuildFailedException(Exception exception, IEnumerable<Exception> innerExceptions)
Parameters
Type | Name | Description |
---|---|---|
System.Exception | exception | |
System.Collections.Generic.IEnumerable<System.Exception> | innerExceptions |
BuildFailedException(SerializationInfo, StreamingContext)
Declaration
protected BuildFailedException(SerializationInfo info, StreamingContext context)
Parameters
Type | Name | Description |
---|---|---|
System.Runtime.Serialization.SerializationInfo | info | |
System.Runtime.Serialization.StreamingContext | context |
BuildFailedException(String)
Declaration
public BuildFailedException(string message)
Parameters
Type | Name | Description |
---|---|---|
System.String | message |
BuildFailedException(String, Exception)
Declaration
public BuildFailedException(string message, Exception innerException)
Parameters
Type | Name | Description |
---|---|---|
System.String | message | |
System.Exception | innerException |
Properties
| Improve this Doc View SourceException
Declaration
public Exception Exception { get; }
Property Value
Type | Description |
---|---|
System.Exception |
TargetExceptions
Declaration
public IEnumerable<Exception> TargetExceptions { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<System.Exception> |