Returns the fault code string specified by the server in case of a 4xx response from the server; will return String.Empty if no fault code is specified.

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

Syntax

Visual Basic (Declaration)
Public 
ReadOnly 
Property 
FaultCode 
As 
String
C#
public 
string 
FaultCode { 
get; }
Visual C++
public:
property 
String^ 
FaultCode {
	
String^ 
get ();
}
JavaScript
function get_
faultCode();

See Also