Edit

Share via


IDebugEngine2::RemoveAllSetExceptions

Removes the list of exceptions the IDE has set for a particular run-time architecture or language.

Syntax

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 SetException method.

To remove a specific exception, call the RemoveSetException method.

See also