AxeException object

[This documentation is preliminary and is subject to change.]

Managed solutions can catch an AxeException Object to report all errors that have occurred during an operation performed by the AXE engine.

  • Methods
  • Properties

Methods

The AxeException object has the following methods.

Method Description
GetError

Retrieve a specific error from the error list.

 

Properties

The AxeException object has the following properties.

Property Access type Description

ErrorCollection

Read-only

This property provides direct read-only access to the collection of errors in the error list. It provides an enumerable collection to read data from the errors.

ErrorCount

Read/write

The number of errors in the error list.

 

 

 

Build date: 9/6/2011