The Result type exposes the following members.

Properties

  NameDescription
Public propertyError
Return exception from the Result object if there was an error during operation
Public propertyHasError
Return true if there was an error during operation, false otherwise
Public propertyStatus
Returns ASStatus. OK if there is no exception

See Also