DkmStowedExceptionInformation.NestedExceptionPart Property
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.
[Optional] 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:
property Microsoft::VisualStudio::Debugger::Exceptions::DkmStowedExceptionInformation::NestedException ^ NestedExceptionPart { Microsoft::VisualStudio::Debugger::Exceptions::DkmStowedExceptionInformation::NestedException ^ get(); };
public Microsoft.VisualStudio.Debugger.Exceptions.DkmStowedExceptionInformation.NestedException NestedExceptionPart { get; }
public Microsoft.VisualStudio.Debugger.Exceptions.DkmStowedExceptionInformation.NestedException? NestedExceptionPart { get; }
member this.NestedExceptionPart : Microsoft.VisualStudio.Debugger.Exceptions.DkmStowedExceptionInformation.NestedException
Public ReadOnly Property NestedExceptionPart As DkmStowedExceptionInformation.NestedException