_dispDebuggerEvents.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
Sub OnExceptionNotHandled ( _
ExceptionType As String, _
Name As String, _
Code As Integer, _
Description As String, _
<OutAttribute> ByRef ExceptionAction As dbgExceptionAction _
)
void OnExceptionNotHandled(
string ExceptionType,
string Name,
int Code,
string Description,
out dbgExceptionAction ExceptionAction
)
void OnExceptionNotHandled(
[InAttribute] String^ ExceptionType,
[InAttribute] String^ Name,
[InAttribute] int Code,
[InAttribute] String^ Description,
[InAttribute] [OutAttribute] dbgExceptionAction% ExceptionAction
)
abstract OnExceptionNotHandled :
ExceptionType:string *
Name:string *
Code:int *
Description:string *
ExceptionAction:dbgExceptionAction byref -> unit
function OnExceptionNotHandled(
ExceptionType : String,
Name : String,
Code : int,
Description : String,
ExceptionAction : dbgExceptionAction
)
Parámetros
- ExceptionType
Tipo: System.String
Nombre del tipo de excepción.
- Name
Tipo: System.String
Nombre de la excepción.
- Code
Tipo: System.Int32
Tipo de código.
- Description
Tipo: System.String
Descripción.
- ExceptionAction
Tipo: EnvDTE.dbgExceptionAction%
Acción de la excepción.
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.