SdpParseStatus Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Stores state and provides utility routines on state that is common to the various parsing routines.
public ref class SdpParseStatus
public class SdpParseStatus
type SdpParseStatus = class
Public Class SdpParseStatus
- Inheritance
-
SdpParseStatus
Constructors
SdpParseStatus() |
Protected constructor. |
Properties
ErrorMessage |
Gets or sets an error message describing any problem found while parsing the SDP. |
LineNumber |
Gets the current line number or the line number where parsing stopped to indicate the line that contains an error. |
Methods
IncrementLineNumber() |
Increments the line number by one. |
SetErrorMessageAndAppendLineNumber(String) |
Sets the error message and appends a space and the current line number to the end of the line. |