Represents parsing status and provides utility routines used in parsing.

The following tables list the members exposed by the SdpParseStatus type.

Protected Constructors

  Name Description
SdpParseStatus Initializes a new instance of the class.
Top

Public Properties

  Name Description
ErrorMessage Gets or sets the error message describing a parsing error.
LineNumber Gets the current line number or the line number at which an error occurred.
Top

Public Methods (see also Protected Methods )

  Name Description
Equals  Overloaded. (inherited from Object )
GetHashCode  (inherited from Object )
GetType  (inherited from Object )
ReferenceEquals  (inherited from Object )
SetErrorMessageAndAppendLineNumber Sets an error message and appends the current line number to the message.
ToString  (inherited from Object )
Top

Protected Methods

  Name Description
Finalize  (inherited from Object )
IncrementLineNumber Increments the line number by one.
MemberwiseClone  (inherited from Object )
Top

See Also