DebuggerEventsClass.OnExceptionThrown 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 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)
Syntax
'Declaration
Public Overridable Event OnExceptionThrown As _dispDebuggerEvents_OnExceptionThrownEventHandler
public virtual event _dispDebuggerEvents_OnExceptionThrownEventHandler OnExceptionThrown
public:
virtual event _dispDebuggerEvents_OnExceptionThrownEventHandler^ OnExceptionThrown {
void add (_dispDebuggerEvents_OnExceptionThrownEventHandler^ value);
void remove (_dispDebuggerEvents_OnExceptionThrownEventHandler^ value);
}
abstract OnExceptionThrown : IEvent<_dispDebuggerEvents_OnExceptionThrownEventHandler,
EventArgs>
override OnExceptionThrown : IEvent<_dispDebuggerEvents_OnExceptionThrownEventHandler,
EventArgs>
JScript does not support events.
Implements
_dispDebuggerEvents_Event.OnExceptionThrown
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.