共用方式為


_dispDebuggerEvents.OnExceptionNotHandled 方法

這個 API 支援 .NET Framework 基礎結構,但您不可以直接在程式碼中使用它。

僅限 Microsoft 內部使用。

命名空間:  EnvDTE
組件:  EnvDTE (在 EnvDTE.dll 中)

語法

'宣告
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
)

參數

  • ExceptionType
    型別:System.String
    例外狀況型別的名稱。

.NET Framework 安全性

請參閱

參考

_dispDebuggerEvents 介面

EnvDTE 命名空間