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