Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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
[<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.