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, reference to the inner exception that is the cause of this exception, the response code, and response text.
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, the response code, and response text.
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.

See Also