ExceptionHandlingState Enum

Definition

Specifies the exception handling state when the exception event was written.

C++/CX
public enum class ExceptionHandlingState
Inheritance
ExceptionHandlingState

Fields

Name Value Description
Unknown 0

An unknown exception handling state.

Thrown 1

The exception handling state was recorded where the exception is thrown.

Caught 2

The exception handling state was recorded where the exception is caught.

Eclipsed 3

The exception handling state was recorded where the exception is discarded because another exception is replacing it.

Suppressed 4

The exception handling state was recorded where the exception is suppressed because the exception filter processing is finished and the exception will be discarded.

Unhandled 5

The exception handling state was recorded where the exception is unhandled.

Applies to

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