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
'Usage
Dim instance As DebuggerEventsClass
Dim handler As _dispDebuggerEvents_OnExceptionNotHandledEventHandler
AddHandler instance.OnExceptionNotHandled, handler
public virtual event _dispDebuggerEvents_OnExceptionNotHandledEventHandler OnExceptionNotHandled
public:
virtual event _dispDebuggerEvents_OnExceptionNotHandledEventHandler^ OnExceptionNotHandled {
void add (_dispDebuggerEvents_OnExceptionNotHandledEventHandler^ value);
void remove (_dispDebuggerEvents_OnExceptionNotHandledEventHandler^ value);
}
JScript does not support events.
Implements
_dispDebuggerEvents_Event.OnExceptionNotHandled
Remarks
See Exception Handling (Debugging) for more information.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.