Metoda _dispDebuggerEvents.OnExceptionThrown —

Ten interfejs API obsługuje infrastrukturę programu .NET Framework i nie jest przeznaczony do użycia bezpośrednio w kodzie.

Microsoft tylko do użytku wewnętrznego.

Przestrzeń nazw:  EnvDTE
Zestaw:  EnvDTE (w EnvDTE.dll)

Składnia

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

Parametry

  • ExceptionType
    Typ: String

    Nazwa Typ wyjątku.

  • Name
    Typ: String

    Nazwa wyjątku.

  • Code
    Typ: Int32

    Typ kodu.

  • Description
    Typ: String

    Opis.

Zabezpieczenia programu .NET Framework

Zobacz też

Informacje

_dispDebuggerEvents Interfejs

Przestrzeń nazw EnvDTE