DebuggerEventsClass::OnExceptionNotHandled Event
Visual Studio 2015
This API supports the product infrastructure and is not intended to be used directly from your code.
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.
Assembly: EnvDTE (in EnvDTE.dll)
public: event _dispDebuggerEvents_OnExceptionNotHandledEventHandler^ OnExceptionNotHandled { virtual void add(_dispDebuggerEvents_OnExceptionNotHandledEventHandler^ value); virtual void remove(_dispDebuggerEvents_OnExceptionNotHandledEventHandler^ value); }
See Managing Exceptions with the Debugger for more information.
Show: