ICreateErrorInfo interface (oaidl.h)

Returns error information.

Inheritance

The ICreateErrorInfo interface inherits from the IUnknown interface. ICreateErrorInfo also has these types of members:

Methods

The ICreateErrorInfo interface has these methods.

 
ICreateErrorInfo::SetDescription

Sets the textual description of the error.
ICreateErrorInfo::SetGUID

Sets the globally unique identifier (GUID) of the interface that defined the error.
ICreateErrorInfo::SetHelpContext

Sets the Help context identifier (ID) for the error.
ICreateErrorInfo::SetHelpFile

Sets the path of the Help file that describes the error.
ICreateErrorInfo::SetSource

Sets the language-dependent programmatic identifier (ProgID) for the class or application that raised the error.

Requirements

Requirement Value
Target Platform Windows
Header oaidl.h

See also

Error Handling Interfaces