_dispDebuggerEvents_SinkHelper.OnExceptionNotHandled (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 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
)
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.OnExceptionNotHandled(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.