DebuggerEventsClass::OnExceptionThrown Event

 

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.

Namespace:   EnvDTE
Assembly:  EnvDTE (in EnvDTE.dll)

public:
event _dispDebuggerEvents_OnExceptionThrownEventHandler^ OnExceptionThrown {
	virtual void add(_dispDebuggerEvents_OnExceptionThrownEventHandler^ value);
	virtual void remove(_dispDebuggerEvents_OnExceptionThrownEventHandler^ value);
}
Return to top
Show: