ErrorList class
Report all errors that have occurred during an operation performed by Axe. C++ solutions access an instance of the ErrorList interface.
When to implement
Never. This is an interface implemented by Axe.
Inheritance
The ErrorList interface inherits from IUnknown.
ErrorList has these types of members:
Methods
The ErrorList class has these methods.
Method | Description |
---|---|
~ErrorList | Destructor method. |
GetError | Retrieve a specific error from the error list. |
GetErrorCount | Retrieve the number of errors in the error list that have occurred while processing the job. |
Remarks
Managed code uses an AxeException object.
Requirements
Minimum supported client |
Windows 7 [desktop apps only] |
Minimum supported server |
Windows Server 2008 R2 [desktop apps only] |
Header |
|
DLL |
|