_dispDebuggerEvents_SinkHelper.OnExceptionThrown (Método)
Esta API es compatible con la infraestructura de .NET Framework y no está diseñada para utilizarse directamente desde el código.
Sólo para uso interno de Microsoft.
Espacio de nombres: EnvDTE
Ensamblado: EnvDTE (en EnvDTE.dll)
Sintaxis
'Declaración
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
- A_1
Tipo: System.String
- A_2
Tipo: System.String
- A_3
Tipo: System.Int32
- A_4
Tipo: System.String
- A_5
Tipo: EnvDTE.dbgExceptionAction%
Implementaciones
_dispDebuggerEvents.OnExceptionThrown(String, String, Int32, String, dbgExceptionAction%)
Seguridad de .NET Framework
- Plena confianza para el llamador inmediato. Un código de confianza parcial no puede utilizar este miembro. Para obtener más información, vea Utilizar bibliotecas de código que no es de plena confianza.