Edit

Share via


PinFailureException.DetailedReason Property

Definition

Gets the detailed reason from the response, if available.

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

Property Value

Remarks

This property returns a detailed reason of the failure from the response data. It returns string.Empty if the reason is not available.

Applies to