IErrorInfo Interface
Visual Studio 2015
Provides detailed contextual error information.
Assembly: Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)
| Name | Description | |
|---|---|---|
![]() | GetDescription(String) | Returns a string describing the error. |
![]() | GetGuid(Guid) | Returns the GUID of the interface defining the error. |
![]() | GetHelpContext(UInt32) | Retrieves the Help context for the error. |
![]() | GetHelpFile(String) | Returns the path of the Help file for information about the error. |
![]() | GetSource(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
Show:
