Click or drag to resize

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 IResult

The IResult type exposes the following members.

Properties
  NameDescription
Public propertyException
Get the exception that has been occurred.
Most of the time when Success is false.
Public propertySuccess
Indicates if the method was successfully executed.
Top
Remarks
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