PublishSubscribeException.FaultCode Property
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