_dispDebuggerEvents_OnExceptionNotHandledEventHandler 委托
此 API 支持 .NET Framework 基础结构,不适合在代码中直接使用。
仅由 Microsoft 内部使用。
命名空间: EnvDTE
程序集: EnvDTE(在 EnvDTE.dll 中)
语法
声明
<ComVisibleAttribute(False)> _
Public Delegate Sub _dispDebuggerEvents_OnExceptionNotHandledEventHandler ( _
ExceptionType As String, _
Name As String, _
Code As Integer, _
Description As String, _
<OutAttribute> ByRef ExceptionAction As dbgExceptionAction _
)
[ComVisibleAttribute(false)]
public delegate void _dispDebuggerEvents_OnExceptionNotHandledEventHandler(
string ExceptionType,
string Name,
int Code,
string Description,
out dbgExceptionAction ExceptionAction
)
[ComVisibleAttribute(false)]
public delegate void _dispDebuggerEvents_OnExceptionNotHandledEventHandler(
[InAttribute] String^ ExceptionType,
[InAttribute] String^ Name,
[InAttribute] int Code,
[InAttribute] String^ Description,
[InAttribute] [OutAttribute] dbgExceptionAction% ExceptionAction
)
[<ComVisibleAttribute(false)>]
type _dispDebuggerEvents_OnExceptionNotHandledEventHandler =
delegate of
ExceptionType:string *
Name:string *
Code:int *
Description:string *
ExceptionAction:dbgExceptionAction byref -> unit
JScript 不支持委托。
参数
ExceptionType
类型:String异常类型。
Name
类型:String异常的名称。
Code
类型:Int32代码。
Description
类型:String说明。
ExceptionAction
类型:EnvDTE.dbgExceptionAction%dbgExceptionAction。