ICorDebugManagedCallback::Exception 方法
通知調試程式已從 Managed 程式代碼擲回例外狀況。
語法
HRESULT Exception (
[in] ICorDebugAppDomain *pAppDomain,
[in] ICorDebugThread *pThread,
[in] BOOL unhandled
);
參數
pAppDomain
[in]ICorDebugAppDomain 物件的指標,代表擲回例外狀況的應用程式域。
pThread
[in]ICorDebugThread 物件的指標,表示擲回例外狀況的線程。
unhandled
[in]如果此值為 false
,則應用程式尚未處理例外狀況,否則會取消處理例外狀況,並終止進程。
備註
您可以從線程物件擷取特定的例外狀況。
需求
平台:請參閱系統需求。
標頭:CorDebug.idl、CorDebug.h
程式庫:CorGuids.lib
.NET Framework 版本: 自 1.0 起提供