IErrorInfo Interface

 

Provides detailed contextual error information.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)

[GuidAttribute("1CF2B120-547D-101B-8E65-08002B2BD119")]
[InterfaceTypeAttribute(1)]
public interface IErrorInfo

NameDescription
System_CAPS_pubmethodGetDescription(String)

Returns a string describing the error.

System_CAPS_pubmethodGetGuid(Guid)

Returns the GUID of the interface defining the error.

System_CAPS_pubmethodGetHelpContext(UInt32)

Retrieves the Help context for the error.

System_CAPS_pubmethodGetHelpFile(String)

Returns the path of the Help file for information about the error.

System_CAPS_pubmethodGetSource(String)

Returns the programmatic identifier (ProgID) for the class or application returning the error.

For information about using the interface, see and Supporting IDispatch and IErrorInfo.c258677e-d53e-499d-a414-ce889709b23e

Return to top
Show: