Condividi tramite


Metodo DebuggerEventsClass.remove_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
Public Overridable Sub remove_OnExceptionNotHandled ( _
    A_1 As _dispDebuggerEvents_OnExceptionNotHandledEventHandler _
)
public virtual void remove_OnExceptionNotHandled(
    _dispDebuggerEvents_OnExceptionNotHandledEventHandler A_1
)
public:
virtual void remove_OnExceptionNotHandled(
    _dispDebuggerEvents_OnExceptionNotHandledEventHandler^ A_1
)
abstract remove_OnExceptionNotHandled : 
        A_1:_dispDebuggerEvents_OnExceptionNotHandledEventHandler -> unit  
override remove_OnExceptionNotHandled : 
        A_1:_dispDebuggerEvents_OnExceptionNotHandledEventHandler -> unit
public function remove_OnExceptionNotHandled(
    A_1 : _dispDebuggerEvents_OnExceptionNotHandledEventHandler
)

Parametri

Implementa

_dispDebuggerEvents_Event.remove_OnExceptionNotHandled(_dispDebuggerEvents_OnExceptionNotHandledEventHandler)

Sicurezza di .NET Framework

Vedere anche

Riferimenti

DebuggerEventsClass Classe

Spazio dei nomi EnvDTE