DkmStowedExceptionNestedType Enum

Definition

DkmStowedExceptionNestedType describes the type of DkmStowedExceptionInformation.NestedException.NestedExceptionAddress.

This API was introduced in Visual Studio 12 Update 3 (DkmApiVersion.VS12Update3).

public enum class DkmStowedExceptionNestedType
public enum class DkmStowedExceptionNestedType
enum DkmStowedExceptionNestedType
public enum DkmStowedExceptionNestedType
type DkmStowedExceptionNestedType = 
Public Enum DkmStowedExceptionNestedType
Inheritance
DkmStowedExceptionNestedType

Fields

LEO 3

This value specifies that the NestedException member points to a language exception object.

None 0

This value specifies that there is no nested exception object.

Stowed 2

This value specifies that the NestedException member points to another stowed exception object.

Win32 1

This value specifies that the NestedException member points to an EXCEPTION_RECORD object.

Applies to