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