Share via


DebuggerEventsClass.OnExceptionNotHandled Event

This API supports the .NET Framework 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)

Syntax

'Declaration
Public Overridable Event OnExceptionNotHandled As _dispDebuggerEvents_OnExceptionNotHandledEventHandler
public virtual event _dispDebuggerEvents_OnExceptionNotHandledEventHandler OnExceptionNotHandled
public:
virtual   event _dispDebuggerEvents_OnExceptionNotHandledEventHandler^ OnExceptionNotHandled {
    void add (_dispDebuggerEvents_OnExceptionNotHandledEventHandler^ value);
    void remove (_dispDebuggerEvents_OnExceptionNotHandledEventHandler^ value);
}
abstract OnExceptionNotHandled : IEvent<_dispDebuggerEvents_OnExceptionNotHandledEventHandler,
    EventArgs>
override OnExceptionNotHandled : IEvent<_dispDebuggerEvents_OnExceptionNotHandledEventHandler,
    EventArgs>
JScript does not support events.

Implements

_dispDebuggerEvents_Event.OnExceptionNotHandled

Remarks

See Exception Handling (Debugging) for more information.

.NET Framework Security

See Also

Reference

DebuggerEventsClass Class

EnvDTE Namespace