PinFailureException.Reason Property
Gets the specific reason for failure. PinFailureReason.
Namespace: Microsoft.Rtc.Collaboration.PinManagement
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public ReadOnly Property Reason As PinFailureReason
Get
'Usage
Dim instance As PinFailureException
Dim value As PinFailureReason
value = instance.Reason
public PinFailureReason Reason { get; }
Property Value
Type: Microsoft.Rtc.Collaboration.PinManagement.PinFailureReason
Remarks
This property returns a reason that can be mapped to an enumeration of known reasons. Applications can use GeneralReason or DetailedReason for the actual reason strings from the response data.