Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

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.

MethodDescription
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

OaIdl.idl

See also

Error Handling Interfaces

 

 

Show:
© 2017 Microsoft