共用方式為


IDebugEngine2::RemoveAllSetExceptions

拿掉 IDE 針對特定執行時間架構或語言所設定的例外狀況清單。

語法

int RemoveAllSetExceptions( 
   ref Guid guidType
);

參數

guidType
[in]語言的 GUID,或是運行時間架構專屬之偵錯引擎的 GUID。

傳回值

如果成功,則會傳回 S_OK;否則,會傳回錯誤碼。

備註

此方法移除的例外狀況是由先前呼叫 SetException 方法所設定。

若要移除特定的例外狀況,請呼叫 RemoveSetException 方法。

另請參閱