DebuggerEventsClass.OnExceptionThrown 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 developer environment's user interface upon exiting the handler. The parameter is initially set 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_OnExceptionThrownEventHandler ^ OnExceptionThrown;
public:
virtual event EnvDTE::_dispDebuggerEvents_OnExceptionThrownEventHandler ^ OnExceptionThrown;
public virtual event EnvDTE._dispDebuggerEvents_OnExceptionThrownEventHandler OnExceptionThrown;
member this.OnExceptionThrown : EnvDTE._dispDebuggerEvents_OnExceptionThrownEventHandler
Public Overridable Custom Event OnExceptionThrown As _dispDebuggerEvents_OnExceptionThrownEventHandler Implements OnExceptionThrown
Event Type
Implements
Remarks
See Managing Exceptions with the Debugger for more information.