Partager via


_dispDebuggerEvents.OnExceptionThrown, méthode

Cette API prend en charge l'infrastructure .NET Framework et n'est pas destinée à être utilisée directement à partir de votre code.

Réservé à un usage interne Microsoft.

Espace de noms :  EnvDTE
Assembly :  EnvDTE (dans EnvDTE.dll)

Syntaxe

'Déclaration
Sub OnExceptionThrown ( _
    ExceptionType As String, _
    Name As String, _
    Code As Integer, _
    Description As String, _
    <OutAttribute> ByRef ExceptionAction As dbgExceptionAction _
)
void OnExceptionThrown(
    string ExceptionType,
    string Name,
    int Code,
    string Description,
    out dbgExceptionAction ExceptionAction
)
void OnExceptionThrown(
    [InAttribute] String^ ExceptionType, 
    [InAttribute] String^ Name, 
    [InAttribute] int Code, 
    [InAttribute] String^ Description, 
    [InAttribute] [OutAttribute] dbgExceptionAction% ExceptionAction
)
abstract OnExceptionThrown : 
        ExceptionType:string * 
        Name:string * 
        Code:int * 
        Description:string * 
        ExceptionAction:dbgExceptionAction byref -> unit
function OnExceptionThrown(
    ExceptionType : String, 
    Name : String, 
    Code : int, 
    Description : String, 
    ExceptionAction : dbgExceptionAction
)

Paramètres

  • ExceptionType
    Type : String

    Nom du type d'exception.

  • Name
    Type : String

    Nom de l'exception.

  • Code
    Type : Int32

    Type de code.

  • Description
    Type : String

    Description.

Sécurité .NET Framework

Voir aussi

Référence

_dispDebuggerEvents Interface

EnvDTE, espace de noms