Udostępnij za pośrednictwem


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
'Usage
Dim instance As DebuggerEventsClass 
Dim handler As _dispDebuggerEvents_OnExceptionThrownEventHandler 

AddHandler instance.OnExceptionThrown, handler
public virtual event _dispDebuggerEvents_OnExceptionThrownEventHandler OnExceptionThrown
public:
virtual   event _dispDebuggerEvents_OnExceptionThrownEventHandler^ OnExceptionThrown {
    void add (_dispDebuggerEvents_OnExceptionThrownEventHandler^ value);
    void remove (_dispDebuggerEvents_OnExceptionThrownEventHandler^ value);
}
JScript does not support events.

Implements

_dispDebuggerEvents_Event.OnExceptionThrown

Remarks

See Exception Handling (Debugging) for more information.

.NET Framework Security

See Also

Reference

DebuggerEventsClass Class

DebuggerEventsClass Members

EnvDTE Namespace