Nota
Pristup ovoj stranici zahteva autorizaciju. Možete pokušati da se prijavite ili promenite direktorijume.
Pristup ovoj stranici zahteva autorizaciju. Možete pokušati da promenite direktorijume.
Removes the specified exception so it is no longer handled by the debug engine.
Syntax
Parameters
pException
[in] An EXCEPTION_INFO structure that describes the exception to be removed.
Return Value
If successful, returns S_OK; otherwise, returns an error code.
Remarks
The exception being removed must have been previously set by an earlier call to the SetException method.
To remove all set exceptions at once, call the RemoveAllSetExceptions method.