_dispDebuggerEvents_OnExceptionThrownEventHandler 委托

此 API 支持 .NET Framework 基础结构,不适合在代码中直接使用。

仅由 Microsoft 内部使用。

命名空间:  EnvDTE
程序集:  EnvDTE(在 EnvDTE.dll 中)

语法

声明
<ComVisibleAttribute(False)> _
Public Delegate Sub _dispDebuggerEvents_OnExceptionThrownEventHandler ( _
    ExceptionType As String, _
    Name As String, _
    Code As Integer, _
    Description As String, _
    <OutAttribute> ByRef ExceptionAction As dbgExceptionAction _
)
[ComVisibleAttribute(false)]
public delegate void _dispDebuggerEvents_OnExceptionThrownEventHandler(
    string ExceptionType,
    string Name,
    int Code,
    string Description,
    out dbgExceptionAction ExceptionAction
)
[ComVisibleAttribute(false)]
public delegate void _dispDebuggerEvents_OnExceptionThrownEventHandler(
    [InAttribute] String^ ExceptionType, 
    [InAttribute] String^ Name, 
    [InAttribute] int Code, 
    [InAttribute] String^ Description, 
    [InAttribute] [OutAttribute] dbgExceptionAction% ExceptionAction
)
[<ComVisibleAttribute(false)>]
type _dispDebuggerEvents_OnExceptionThrownEventHandler = 
    delegate of  
        ExceptionType:string * 
        Name:string * 
        Code:int * 
        Description:string * 
        ExceptionAction:dbgExceptionAction byref -> unit
JScript 不支持委托。

参数

  • ExceptionType
    类型:String

    异常类型。

  • Name
    类型:String

    异常的名称。

  • Code
    类型:Int32

    代码。

  • Description
    类型:String

    说明。

请参阅

参考

EnvDTE 命名空间