IExtensionErrorHandler Interface

 

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)

public interface IExtensionErrorHandler

NameDescription
System_CAPS_pubmethodHandleError(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))]
Return to top
Show: