DkmStowedExceptionInformation.NestedException Class

Definition

Stowed Exceptions can contain a nested exception. If this is non-null, the Stowed exception contains additional information in the NestedException.

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

public: ref class DkmStowedExceptionInformation::NestedException sealed
class DkmStowedExceptionInformation::NestedException sealed
public sealed class DkmStowedExceptionInformation.NestedException
type DkmStowedExceptionInformation.NestedException = class
Public NotInheritable Class DkmStowedExceptionInformation.NestedException
Inheritance
DkmStowedExceptionInformation.NestedException

Constructors

DkmStowedExceptionInformation.NestedException(UInt64, DkmStowedExceptionNestedType)

Initialize a new NestedException value.

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

Fields

NestedExceptionAddress

A pointer to the Nested Exception record.

NestedExceptionType

The type of Exception that NestedExceptionAddress is pointing to.

Applies to