DkmStowedExceptionInformation.NestedException Class
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.
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. |