Edit

Share via


PinFailureException.GeneralReason Property

Definition

Gets the general reason string from the response, if available.

public:
 property System::String ^ GeneralReason { System::String ^ get(); };
public string GeneralReason { get; }
member this.GeneralReason : string
Public ReadOnly Property GeneralReason As String

Property Value

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.

Applies to