Sdp<TGlobalDescription,TMediaDescription>.LastParseErrorMessage Property
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.
Gets a detailed message describing why the SDP could not be parsed upon failure.
public:
property System::String ^ LastParseErrorMessage { System::String ^ get(); };
public string LastParseErrorMessage { get; }
member this.LastParseErrorMessage : string
Public ReadOnly Property LastParseErrorMessage As String