Edit

Share via


IDebugEngine3::SetAllExceptions

This method sets the state of all outstanding exceptions.

Syntax

int SetAllExceptions(
   enum_EXCEPTION_STATE dwState
);

Parameters

dwState
[in] One of the EXCEPTION_STATE values.

Return Value

If successful, returns S_OK; otherwise, returns error code.

See also