Constructor GeneralFailureException
GeneralFailureException()
default constructor.
Declaration
public GeneralFailureException()
GeneralFailureException(String)
overloaded constructor, takes the reason as parameter.
Declaration
public GeneralFailureException(string reason)
Parameters
Type | Name | Description |
---|---|---|
System.String | reason |
GeneralFailureException(String, Exception)
overloaded constructor.
Declaration
public GeneralFailureException(string reason, Exception inner)
Parameters
Type | Name | Description |
---|---|---|
System.String | reason | reason for exception |
Exception | inner | nested exception |
GeneralFailureException(SerializationInfo, StreamingContext)
overloaded constructor, manual serialization.
Declaration
protected GeneralFailureException(SerializationInfo info, StreamingContext context)
Parameters
Type | Name | Description |
---|---|---|
SerializationInfo | info | |
StreamingContext | context |