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