Udostępnij za pośrednictwem


Metoda _dispDebuggerEvents_SinkHelper.OnExceptionNotHandled —

Ten interfejs API obsługuje infrastrukturę programu .NET Framework i nie jest przeznaczony do użycia bezpośrednio w kodzie.

Microsoft tylko do użytku wewnętrznego.

Przestrzeń nazw:  EnvDTE
Zestaw:  EnvDTE (w EnvDTE.dll)

Składnia

'Deklaracja
Public Overridable Sub OnExceptionNotHandled ( _
    A_1 As String, _
    A_2 As String, _
    A_3 As Integer, _
    A_4 As String, _
    ByRef A_5 As dbgExceptionAction _
)
public virtual void OnExceptionNotHandled(
    string A_1,
    string A_2,
    int A_3,
    string A_4,
    ref dbgExceptionAction A_5
)
public:
virtual void OnExceptionNotHandled(
    String^ A_1, 
    String^ A_2, 
    int A_3, 
    String^ A_4, 
    dbgExceptionAction% A_5
)
abstract OnExceptionNotHandled : 
        A_1:string * 
        A_2:string * 
        A_3:int * 
        A_4:string * 
        A_5:dbgExceptionAction byref -> unit  
override OnExceptionNotHandled : 
        A_1:string * 
        A_2:string * 
        A_3:int * 
        A_4:string * 
        A_5:dbgExceptionAction byref -> unit
public function OnExceptionNotHandled(
    A_1 : String, 
    A_2 : String, 
    A_3 : int, 
    A_4 : String, 
    A_5 : dbgExceptionAction
)

Parametry

  • A_1
    Typ: String

     

  • A_2
    Typ: String

     

  • A_3
    Typ: Int32

     

  • A_4
    Typ: String

     

Implementuje

_dispDebuggerEvents.OnExceptionNotHandled(String, String, Int32, String, dbgExceptionAction%)

Zabezpieczenia programu .NET Framework

Zobacz też

Informacje

_dispDebuggerEvents_SinkHelper Klasa

Przestrzeń nazw EnvDTE