Evento DebuggerEventsClass.OnExceptionNotHandled
Questa API supporta l'infrastruttura .NET Framework e non deve essere utilizzata direttamente dal codice.
generato prima OnEnterBreakMode.Impostare questa azione consente al gestore interesse l'interfaccia utente dell'ambiente di sviluppo al termine del gestore.Il parametro è impostato inizialmente al set di valori da tutti i gestori precedenti.
Spazio dei nomi: EnvDTE
Assembly: EnvDTE (in EnvDTE.dll)
Sintassi
'Dichiarazione
Public Overridable Event OnExceptionNotHandled As _dispDebuggerEvents_OnExceptionNotHandledEventHandler
public virtual event _dispDebuggerEvents_OnExceptionNotHandledEventHandler OnExceptionNotHandled
public:
virtual event _dispDebuggerEvents_OnExceptionNotHandledEventHandler^ OnExceptionNotHandled {
void add (_dispDebuggerEvents_OnExceptionNotHandledEventHandler^ value);
void remove (_dispDebuggerEvents_OnExceptionNotHandledEventHandler^ value);
}
abstract OnExceptionNotHandled : IEvent<_dispDebuggerEvents_OnExceptionNotHandledEventHandler,
EventArgs>
override OnExceptionNotHandled : IEvent<_dispDebuggerEvents_OnExceptionNotHandledEventHandler,
EventArgs>
JScript non supporta gli eventi.
Implementa
_dispDebuggerEvents_Event.OnExceptionNotHandled
Note
vedere Gestione delle eccezioni (debug) per ulteriori informazioni.
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.