DebuggerEventsClass.OnExceptionThrown Event

Definition

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.

Applies to