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.
Allows editor hosts to detect exceptions that get captured at extension points.
Namespace: Microsoft.VisualStudio.Text
Assembly: Microsoft.VisualStudio.Text.Data (in Microsoft.VisualStudio.Text.Data.dll)
Syntax
'Declaration
Public Interface IExtensionErrorHandler
public interface IExtensionErrorHandler
public interface class IExtensionErrorHandler
type IExtensionErrorHandler = interface end
public interface IExtensionErrorHandler
The IExtensionErrorHandler type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
![]() |
HandleError | Sends notification that an exception has occurred. |
Top
Remarks
This is a MEF component part, and should be exported with the following attribute:
[Export(typeof(IExtensionErrorHandler))]
.gif)