IDebugEngine2::RemoveAllSetExceptions
Removes the list of exceptions the IDE has set for a particular run-time architecture or language.
HRESULT RemoveAllSetExceptions(
REFGUID guidType
);
int RemoveAllSetExceptions(
ref Guid guidType
);
Parameters
- guidType
[in] Either the GUID for the language or the GUID for the debug engine that is specific to a run-time architecture.
Return Value
If successful, returns S_OK; otherwise, returns an error code.
Remarks
The exceptions removed by this method were set by earlier calls to the IDebugEngine2::SetException method.
To remove a specific exception, call the IDebugEngine2::RemoveSetException method.