Evento DebuggerEventsClass.OnExceptionNotHandled
Questa API supporta l'infrastruttura .NET Framework e non deve essere utilizzata direttamente dal codice.
Viene generato prima dell'evento OnEnterBreakMode. L'impostazione di questa azione consente al gestore, in fase di uscita, di produrre effetti sull'interfaccia utente dell'ambiente di sviluppo. Inizialmente il parametro viene impostato sul valore impostato dagli eventuali 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
Per ulteriori informazioni, vedere Gestione delle eccezioni (debug).
Sicurezza di .NET Framework
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per altre informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.