共用方式為


ICorDebugThread2::InterceptCurrentException 方法

允許偵錯工具攔截目前在此執行緒上的例外狀況。

HRESULT InterceptCurrentException (
    [in] ICorDebugFrame  *pFrame
);

參數

  • pFrame
    [in] 表示使用中堆疊框架 (Stack Frame) 之 ICorDebugFrame 的指標。

備註

可以在例外狀況回呼 (ICorDebugManagedCallback::ExceptionICorDebugManagedCallback2::Exception) 以及對 ICorDebugController::Continue 之相關聯的呼叫之間,呼叫 InterceptCurrentException 方法。

需求

**平台:**請參閱 .NET Framework 系統需求

**標頭:**CorDebug.idl、CorDebug.h

**程式庫:**CorGuids.lib

**.NET Framework 版本:**4、3.5 SP1、3.5、3.0 SP1、3.0、2.0 SP1、2.0

請參閱

參考

ICorDebugThread2 介面

ICorDebugThread 介面