DebuggerEventsClass::OnExceptionNotHandled 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 development environment's user interface when the handler exits. The parameter is set initially to the value set by any prior handlers.

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

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