ICorDebugProcess::ClearCurrentException Method
.NET Framework 3.5
Clears the current unmanaged exception on the given thread.
HRESULT ClearCurrentException([in] DWORD threadID);
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.
Platforms: See .NET Framework System Requirements.
Header: CorDebug.idl
Library: CorGuids.lib
.NET Framework Versions: 3.5 SP1, 3.5, 3.0 SP1, 3.0, 2.0 SP1, 2.0