The MessageParsingExceptiontype exposes the following members.

Constructors

  Name Description
MessageParsingException Overloaded.

Methods

  Name Description
Equals (Inherited from Object.)
Finalize (Inherited from Object.)
GetBaseException (Inherited from Exception.)
GetHashCode (Inherited from Object.)
GetObjectData
Populates a SerializationInfo with the data needed to serialize the object.
(Overrides RealTimeException . . :: . GetObjectData(SerializationInfo, StreamingContext).)
GetType (Inherited from Exception.)
MemberwiseClone (Inherited from Object.)
ToString
Returns the string representation of MessageParsingException, which contains Reason and LineNumber
(Overrides RealTimeException . . :: . ToString () () () .)

Properties

  Name Description
Data (Inherited from Exception.)
DetectionStackTrace
Gets a string representation of the frames on the call stack at the time the current exception was detected. For exceptions that are transferred to application threads, this provides better diagnostic information than the stack where it was thrown.
(Inherited from RealTimeException.)
HelpLink (Inherited from Exception.)
HResult (Inherited from Exception.)
InnerException (Inherited from Exception.)
LineNumber
Line number where parsing error is hit in messae body, its value would be less than 0, if line number is not known or error is not due to message body parsing error.
Message (Inherited from Exception.)
Reason
Cause of the parsing error
Source (Inherited from Exception.)
StackTrace (Inherited from Exception.)
TargetSite (Inherited from Exception.)

See Also