DkmStowedExceptionInformation.NestedExceptionPart Property

Definition

[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

Property Value

Applies to