Nota
L-aċċess għal din il-paġna jeħtieġ l-awtorizzazzjoni. Tista’ tipprova tidħol jew tibdel id-direttorji.
L-aċċess għal din il-paġna jeħtieġ l-awtorizzazzjoni. Tista’ tipprova tibdel id-direttorji.
Clears the current unmanaged exception on the given thread.
Syntax
HRESULT ClearCurrentException([in] DWORD threadID);
Parameters
threadID
[in] The ID of the thread on which the current unmanaged exception will be cleared.
Remarks
Call this method before calling ICorDebugController::Continue when a thread has reported an unmanaged exception that should be ignored by the debuggee. This will clear both the outstanding in-band (IB) and out-of-band (OOB) events on the given thread. All OOB breakpoints and single-step exceptions are automatically cleared.
Use ICorDebugThread2::InterceptCurrentException to intercept the current managed exception on a thread.
Requirements
Platforms: See .NET supported operating systems.
Header: CorDebug.idl, CorDebug.h
Library: CorGuids.lib
.NET versions: Available since .NET Framework 2.0