DkmCppWinRTExceptionInformation.CapturedStack Eigenschaft

Definition

Optionale Wenn die Ausnahme eine erfasste Stapel Überwachung enthält, gibt die Adressen der aufgezeichneten Frames an.

Diese API wurde in Visual Studio 12 RTM (dkmapiversion. VS12RTM) eingeführt.

public:
 property System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::VisualStudio::Debugger::DkmInstructionAddress ^> ^ CapturedStack { System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::VisualStudio::Debugger::DkmInstructionAddress ^> ^ get(); };
public System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.VisualStudio.Debugger.DkmInstructionAddress> CapturedStack { get; }
member this.CapturedStack : System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.VisualStudio.Debugger.DkmInstructionAddress>
Public ReadOnly Property CapturedStack As ReadOnlyCollection(Of DkmInstructionAddress)

Eigenschaftswert

ReadOnlyCollection<DkmInstructionAddress>

Gilt für