移除 IDE 为特定运行时结构或语言设置异常的列表。
HRESULT RemoveAllSetExceptions(
REFGUID guidType
);
int RemoveAllSetExceptions(
ref Guid guidType
);
参数
- guidType
[in] 语言的 GUID 或针对某运行时体系结构的调试引擎的 GUID。
返回值
如果成功,则返回; S_OK否则,返回错误代码。
备注
此方法取消的异常在之前设置之前调用对 IDebugEngine2:: SetException 方法。
若要移除特定的异常,请调用 IDebugEngine2:: RemoveSetException 方法。