IDebugEngine3::SetAllExceptions
Applies to: Visual Studio Visual Studio for Mac
Note
This article applies to Visual Studio 2017. If you're looking for the latest Visual Studio documentation, see Visual Studio documentation. We recommend upgrading to the latest version of Visual Studio. Download it here
This method sets the state of all outstanding exceptions.
Syntax
HRESULT SetAllExceptions(
EXCEPTION_STATE dwState
);
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.