Compartir a través de


_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: String

    Nombre del tipo de excepción.

  • Name
    Tipo: String

    Nombre de la excepción.

  • Code
    Tipo: Int32

    Tipo de código.

  • Description
    Tipo: String

    Descripción.

Seguridad de .NET Framework

Vea también

Referencia

_dispDebuggerEvents Interfaz

EnvDTE (Espacio de nombres)