_dispDebuggerEvents_Event.OnExceptionNotHandled (Evento)
Esta API es compatible con la infraestructura de .NET Framework y no está diseñada para utilizarse directamente desde el código.
Sólo para uso interno de Microsoft.
Espacio de nombres: EnvDTE
Ensamblado: EnvDTE (en EnvDTE.dll)
Sintaxis
'Declaración
Event OnExceptionNotHandled As _dispDebuggerEvents_OnExceptionNotHandledEventHandler
event _dispDebuggerEvents_OnExceptionNotHandledEventHandler OnExceptionNotHandled
event _dispDebuggerEvents_OnExceptionNotHandledEventHandler^ OnExceptionNotHandled {
void add (_dispDebuggerEvents_OnExceptionNotHandledEventHandler^ value);
void remove (_dispDebuggerEvents_OnExceptionNotHandledEventHandler^ value);
}
abstract OnExceptionNotHandled : IEvent<_dispDebuggerEvents_OnExceptionNotHandledEventHandler,
EventArgs>
JScript no admite eventos.
Seguridad de .NET Framework
- Plena confianza para el llamador inmediato. Un código de confianza parcial no puede utilizar este miembro. Para obtener más información, vea Utilizar bibliotecas de código que no es de plena confianza.