ICreateErrorInfo interface
Returns error information.
Members
The ICreateErrorInfo interface inherits from the IUnknown interface. ICreateErrorInfo also has these types of members:
Methods
The ICreateErrorInfo interface has these methods.
| Method | Description |
|---|---|
| SetDescription |
Sets the textual description of the error. |
| SetGUID |
Sets the globally unique identifier (GUID) of the interface that defined the error. |
| SetHelpContext |
Sets the Help context identifier (ID) for the error. |
| SetHelpFile |
Sets the path of the Help file that describes the error. |
| SetSource |
Sets the language-dependent programmatic identifier (ProgID) for the class or application that raised the error. |
Requirements
|
IDL |
|
|---|
See also