FailureRequestException Constructor
Include Protected Members
Include Inherited Members
Overload List
Name | Description | |
---|---|---|
FailureRequestException() | Initializes a new instance of the FailureRequestException class. | |
FailureRequestException(String) | Initializes a new instance of the FailureRequestException class with a specified error message. | |
FailureRequestException(SerializationInfo, StreamingContext) | Initializes a new instance of the class with serialized data. | |
FailureRequestException(String, Exception) | Initializes a new instance of the FailureRequestException class with a specified error message and reference to the inner exception that is the cause of this exception. |
Top