IErrorInfo interface
Provides detailed contextual error information.
Members
The IErrorInfo interface inherits from the IUnknown interface. IErrorInfo also has these types of members:
Methods
The IErrorInfo interface has these methods.
| Method | Description |
|---|---|
| GetDescription |
Returns a textual description of the error. |
| GetGUID |
Returns the globally unique identifier (GUID) of the interface that defined the error. |
| GetHelpContext |
Returns the Help context identifier (ID) for the error. |
| GetHelpFile |
Returns the path of the Help file that describes the error. |
| GetSource |
Returns the language-dependent programmatic ID (ProgID) for the class or application that raised the error. |
Requirements
|
IDL |
|
|---|
See also