PinFailureException.GeneralReason Property
Gets the general reason string from the response, if available.
Namespace: Microsoft.Rtc.Collaboration.PinManagement
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public ReadOnly Property GeneralReason As String
Get
'Usage
Dim instance As PinFailureException
Dim value As String
value = instance.GeneralReason
public string GeneralReason { get; }
Property Value
Type: System.String
Remarks
This property returns a high-level reason for the failure from the response data. It returns string.Empty if the reason is not available.