DebuggerEventsClass.OnExceptionNotHandled Event
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.