IErrorInfo Interface

Communicates detailed contextual error information.

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

Syntax

'Declaration
<GuidAttribute("1CF2B120-547D-101B-8E65-08002B2BD119")> _
<InterfaceTypeAttribute()> _
Public Interface IErrorInfo
'Usage
Dim instance As IErrorInfo
[GuidAttribute("1CF2B120-547D-101B-8E65-08002B2BD119")]
[InterfaceTypeAttribute()]
public interface IErrorInfo
[GuidAttribute(L"1CF2B120-547D-101B-8E65-08002B2BD119")]
[InterfaceTypeAttribute()]
public interface class IErrorInfo
public interface IErrorInfo

Remarks

For information about using the interface, see Error Handling Interfaces (Component Automation) and Supporting IDispatch and IErrorInfo.

See Also

Reference

IErrorInfo Members

Microsoft.VisualStudio.Shell.Interop Namespace