ErrorList interface
[This documentation is preliminary and is subject to change.]
Report all errors that have occurred during an operation performed by Axe. C++ solutions access an ErrorList object from the interface that reported an error. Managed solutions catch AxeException objects, which contain an ErrorList collection. Both objects contain the same information.
When to implement
Never. This is an interface implemented by Axe.
Members
The ErrorList interface inherits from the IUnknown interface. ErrorList also has the following types of members:
- Methods
Methods
The ErrorList interface has the following methods.
| Method | Description |
|---|---|
| GetError | Retrieve a specific error from the error list. |
| GetErrorCount | Retrieve the number of errors in the error list that have occurred during an operation. |
Remarks
This interface is supported on Windows 7, Windows Server 2008 R2, Windows Developer Preview, and Windows Server Developer Preview.
Requirements
Header |
AxeCore.h |
Build date: 9/6/2011