The ADError class is used to return error and warning information.
__interface IADError : IDispatch;
public interface IADError : IDispatch;
Public Interface IADError Inherits IDispatch
It is similar to the Windows ErrorInfo class and implements the IErrorInfo interface, so an ADError can be used whenever an IErrorInfo is called for.
The ADError class includes additional properties that allow applications to associate additional details with errors. Note that all information is optional; each application must choose which properties to use.
Refer to the Microsoft Platform SDK documentation for more information on ErrorInfo.
adTempus API Reference version 3.0.0.0, revised 10/30/2008
|