IExtensionErrorHandler::HandleError Method (Object^, Exception^)

 

Sends notification that an exception has occurred.

Namespace:   Microsoft.VisualStudio.Text
Assembly:  Microsoft.VisualStudio.Text.Data (in Microsoft.VisualStudio.Text.Data.dll)

void HandleError(
	Object^ sender,
	Exception^ exception
)

Parameters

sender
Type: System::Object^

The extension object or event handler that threw the exception.

exception
Type: System::Exception^

The exception that was thrown.

Return to top
Show: