Provides detailed contextual error information.
Note
This interface is not implemented.
In addition to the methods inherited from IUnknown, the IDispError interface exposes the following methods.
Methods in Vtable Order
| Method | Description |
|---|---|
| IDispError::QueryErrorInfo | Retrieves a particular type of error information. |
| IDispError::GetNext | Retrieves the next IDispError object. |
| IDispError::GetHresult | Retrieves the error code from the IDispError object. |
| IDispError::GetSource | Returns the language-dependent programmatic identifier for the class or application that raised the error. |
| IDispError::GetHelpInfo | Returns the path of the Help file and the context ID of the topic that explains the error, if possible. |
| IDispError::GetDescription | Returns a textual description of the error. |