Evento _dispDebuggerEvents_Event.OnExceptionNotHandled
Questa API supporta l'infrastruttura .NET Framework e non deve essere utilizzata direttamente dal codice.
Solo per utilizzo interno di Microsoft.
Spazio dei nomi: EnvDTE
Assembly: EnvDTE (in EnvDTE.dll)
Sintassi
'Dichiarazione
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 non supporta gli eventi.
Sicurezza di .NET Framework
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per ulteriori informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.