| IResult Interface |
Standard result for methods that provide exception information.
Namespace:
AskiaFieldCom
Assembly:
AskiaFieldCom (in AskiaFieldCom.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public interface class IResult
The IResult type exposes the following members.
Properties
| Name | Description |
---|
| Exception |
Get the exception that has been occurred.
Most of the time when Success is false.
|
| Success |
Indicates if the method was successfully executed.
|
TopRemarks
Most of the method in AskiaFieldCom doesn't throw an exception, except if it's really require.
The exception information in such case is available via this result object or it's equivalent.
See Also