DkmStowedExceptionNestedType Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Name | Value | Description |
---|---|---|
None | 0 | This value specifies that there is no nested exception object. |
Win32 | 1 | This value specifies that the NestedException member points to an EXCEPTION_RECORD object. |
Stowed | 2 | This value specifies that the NestedException member points to another stowed exception object. |
LEO | 3 | This value specifies that the NestedException member points to a language exception object. |