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
'Declaración
<GuidAttribute("1CF2B120-547D-101B-8E65-08002B2BD119")> _
<InterfaceTypeAttribute()> _
Public Interface IErrorInfo
'Uso
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
[<GuidAttribute("1CF2B120-547D-101B-8E65-08002B2BD119")>]
[<InterfaceTypeAttribute()>]
type IErrorInfo = interface end
public interface IErrorInfo
Remarks
For information about using the interface, see Error Handling Interfaces (Component Automation) and Supporting IDispatch and IErrorInfo.