Share via


dbgExceptionAction Enum

Definition

Specifies the action to take in the event of an exception

C++/CX
public enum class dbgExceptionAction
Inheritance
dbgExceptionAction
Attributes

Fields

Name Value Description
dbgExceptionActionDefault 1

Perform the default action, either prompt or not.

dbgExceptionActionIgnore 2

Ignore the exception.

dbgExceptionActionBreak 3

Halt execution.

dbgExceptionActionContinue 4

Continue execution.

Applies to

Product Versions
Visual Studio SDK 2015, 2017, 2019, 2022