Sdílet prostřednictvím


_dispDebuggerEvents.OnExceptionNotHandled – metoda

Toto rozhraní API podporuje infrastrukturu rozhraní .NET Framework a není určeno pro použití přímo v kódu.

Microsoft pouze pro interní použití.

Obor názvů:  EnvDTE
Sestavení:  EnvDTE (v EnvDTE.dll)

Syntaxe

'Deklarace
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
)

Parametry

  • ExceptionType
    Typ: String

    Název Typ výjimky.

  • Name
    Typ: String

    Název výjimky.

  • Code
    Typ: Int32

    Typ kódu.

  • Description
    Typ: String

    Popis.

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

_dispDebuggerEvents Rozhraní

EnvDTE – obor názvů