PinFailureException.Reason Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.