Compartilhar via


Método _dispDebuggerEvents_SinkHelper.OnExceptionThrown

Esta API oferece suporte à infraestrutura .NET Framework e não se destina a ser usada diretamente do seu código.

Somente para uso interno da Microsoft.

Namespace:  EnvDTE
Assembly:  EnvDTE (em EnvDTE.dll)

Sintaxe

'Declaração
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
)

Parâmetros

Implementações

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

Segurança do .NET Framework

Consulte também

Referência

_dispDebuggerEvents_SinkHelper Classe

Namespace EnvDTE