| IResultException Property |
Get the exception that has been occurred.
Most of the time when
Success is false.
Namespace:
AskiaFieldCom
Assembly:
AskiaFieldCom (in AskiaFieldCom.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax Exception Exception { get; }
property Exception^ Exception {
Exception^ get ();
}
Property Value
Type:
ExceptionRemarks
The Exception could be null.
See Also