IDebugEngine2::RemoveAllSetExceptions

删除 IDE 为特定运行时体系结构或语言设置的异常列表。

语法

int RemoveAllSetExceptions( 
   ref Guid guidType
);

参数

guidType
[in]语言的 GUID 或特定于运行时体系结构的调试引擎的 GUID。

返回值

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

备注

此方法删除的异常是由对 SetException 方法的早期调用设置的

若要删除特定异常,请调用 RemoveSetException 方法。

另请参阅