DebuggerEventsClass::OnExceptionThrown 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 developer environment's user interface upon exiting the handler. The parameter is initially set to the value set by any prior handlers.
Assembly: EnvDTE (in EnvDTE.dll)
public: event _dispDebuggerEvents_OnExceptionThrownEventHandler^ OnExceptionThrown { virtual void add(_dispDebuggerEvents_OnExceptionThrownEventHandler^ value); virtual void remove(_dispDebuggerEvents_OnExceptionThrownEventHandler^ value); }
See Managing Exceptions with the Debugger for more information.
Show: