DkmStowedExceptionInformation.NestedException Constructor
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.
Initialize a new NestedException value.
This API was introduced in Visual Studio 12 Update 3 (DkmApiVersion.VS12Update3).
public:
NestedException(System::UInt64 NestedExceptionAddress, Microsoft::VisualStudio::Debugger::Exceptions::DkmStowedExceptionNestedType NestedExceptionType);
public:
NestedException(unsigned long long NestedExceptionAddress, Microsoft::VisualStudio::Debugger::Exceptions::DkmStowedExceptionNestedType NestedExceptionType);
NestedException(unsigned long NestedExceptionAddress, Microsoft::VisualStudio::Debugger::Exceptions::DkmStowedExceptionNestedType NestedExceptionType);
public NestedException (ulong NestedExceptionAddress, Microsoft.VisualStudio.Debugger.Exceptions.DkmStowedExceptionNestedType NestedExceptionType);
new Microsoft.VisualStudio.Debugger.Exceptions.DkmStowedExceptionInformation.NestedException : uint64 * Microsoft.VisualStudio.Debugger.Exceptions.DkmStowedExceptionNestedType -> Microsoft.VisualStudio.Debugger.Exceptions.DkmStowedExceptionInformation.NestedException
Public Sub New (NestedExceptionAddress As ULong, NestedExceptionType As DkmStowedExceptionNestedType)
Parameters
- NestedExceptionAddress
- UInt64
[In] A pointer to the Nested Exception record.
- NestedExceptionType
- DkmStowedExceptionNestedType
[In] The type of Exception that NestedExceptionAddress is pointing to.