IDebugEngine2:: RemoveSetException

移除指定的异常,因此它由调试引擎不再处理。

HRESULT RemoveSetException( 
   EXCEPTION_INFO* pException
);
int RemoveSetException( 
   EXCEPTION_INFO[] pException
);

参数

  • pException
    [in] 描述要移除的异常的 EXCEPTION_INFO 结构。

返回值

如果成功,则返回; S_OK否则,返回错误代码。

备注

必须由之前设置移除的异常之前调用对 IDebugEngine2:: SetException 方法。

立即移除所有设置的异常,请调用 IDebugEngine2:: RemoveAllSetExceptions 方法。

请参见

参考

IDebugEngine2

EXCEPTION_INFO