Edit

Share via


PinFailureException.Reason Property

Definition

Gets the specific reason for failure. PinFailureReason.

public:
 property Microsoft::Rtc::Collaboration::PinManagement::PinFailureReason Reason { Microsoft::Rtc::Collaboration::PinManagement::PinFailureReason get(); };
public Microsoft.Rtc.Collaboration.PinManagement.PinFailureReason Reason { get; }
member this.Reason : Microsoft.Rtc.Collaboration.PinManagement.PinFailureReason
Public ReadOnly Property Reason As PinFailureReason

Property Value

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.

Applies to