Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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.