Sdílet prostřednictvím


_dispDebuggerEvents_SinkHelper.OnExceptionThrown – metoda

Toto rozhraní API podporuje infrastrukturu rozhraní .NET Framework a není určeno pro použití přímo v kódu.

Microsoft pouze pro interní použití.

Obor názvů:  EnvDTE
Sestavení:  EnvDTE (v EnvDTE.dll)

Syntaxe

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

Parametry

Implementuje

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

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

_dispDebuggerEvents_SinkHelper Třída

EnvDTE – obor názvů