IExtensionErrorHandler Interface
Visual Studio 2015
Allows editor hosts to detect exceptions that get captured at extension points.
Assembly: Microsoft.VisualStudio.Text.Data (in Microsoft.VisualStudio.Text.Data.dll)
| Name | Description | |
|---|---|---|
![]() | HandleError(Object, Exception) | Sends notification that an exception has occurred. |
This is a MEF component part, and should be exported with the following attribute:
[Export(typeof(IExtensionErrorHandler))]
Show:
