DebuggerEventsClass.OnExceptionNotHandled Event

Definition

Thrown before OnEnterBreakMode. Setting this action allows the handler to affect the development environment's user interface when the handler exits. The parameter is set initially to the value set by any prior handlers.

This API supports the product infrastructure and is not intended to be used directly from your code.

public:
 virtual event EnvDTE::_dispDebuggerEvents_OnExceptionNotHandledEventHandler ^ OnExceptionNotHandled;
public:
 virtual event EnvDTE::_dispDebuggerEvents_OnExceptionNotHandledEventHandler ^ OnExceptionNotHandled;
public virtual event EnvDTE._dispDebuggerEvents_OnExceptionNotHandledEventHandler OnExceptionNotHandled;
member this.OnExceptionNotHandled : EnvDTE._dispDebuggerEvents_OnExceptionNotHandledEventHandler 
Public Overridable Custom Event OnExceptionNotHandled As _dispDebuggerEvents_OnExceptionNotHandledEventHandler Implements OnExceptionNotHandled

Event Type

Implements

Remarks

See Managing Exceptions with the Debugger for more information.

Applies to