Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
'Declaration
Public ReadOnly Property FaultCode As String
Get
'Usage
Dim instance As PublishSubscribeException
Dim value As String
value = instance.FaultCode
public string FaultCode { get; }
Property Value
Type: System.String
See Also
Reference
PublishSubscribeException Class