The Result type exposes the following members.
Properties
| Name | Description |
---|
| Error |
Return exception from the Result object if there was an error during operation
|
| HasError |
Return true if there was an error during operation, false otherwise
|
| Status |
Returns ASStatus. OK if there is no exception
|
See Also