DkmStowedExceptionInformation.NestedExceptionPart 属性

定义

可有可无存放异常可以包含嵌套的异常。 如果此值为非 null,则存放异常将在 NestedException 中包含附加信息。

此 API 是在 Visual Studio 12 Update 3 (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; }
member this.NestedExceptionPart : Microsoft.VisualStudio.Debugger.Exceptions.DkmStowedExceptionInformation.NestedException
Public ReadOnly Property NestedExceptionPart As DkmStowedExceptionInformation.NestedException

属性值

DkmStowedExceptionInformation.NestedException

适用于