Gets or sets an error message describing any problem found while parsing the SDP.

Namespace:  Microsoft.Rtc.Signaling
Assembly:  Microsoft.Rtc.Collaboration(in Microsoft.Rtc.Collaboration.dll)

Syntax

Visual Basic (Declaration)
Public 
Property 
ErrorMessage 
As 
String
C#
public 
string 
ErrorMessage { 
get; 
set; }
Visual C++
public:
property 
String^ 
ErrorMessage {
	
String^ 
get ();
	
void 
set (
String^ 
value);
}
JavaScript
function get_
errorMessage();
function set_
errorMessage(
value);

Exceptions

Exception Condition
ArgumentNullException Thrown when the error message is null.

See Also