| ResultException 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 public Exception Exception { get; protected set; }
public:
virtual property Exception^ Exception {
Exception^ get () sealed;
protected: void set (Exception^ value) sealed;
}
Property Value
Type:
ExceptionImplements
IResultExceptionRemarks
The Exception could be null.
See Also