PinFailureException.GeneralReason 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 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.