DkmExceptionTriggerHit.StackTrace Eigenschaft

Definition

Optionale Die Stapel Überwachung der Ausnahme, falls verfügbar.

         Diese API wurde in Visual Studio 12 RTM (dkmapiversion. VS12RTM) eingeführt.
public:
 property System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::VisualStudio::Debugger::DkmInstructionAddress ^> ^ StackTrace { System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::VisualStudio::Debugger::DkmInstructionAddress ^> ^ get(); };
public System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.VisualStudio.Debugger.DkmInstructionAddress> StackTrace { get; }
member this.StackTrace : System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.VisualStudio.Debugger.DkmInstructionAddress>
Public ReadOnly Property StackTrace As ReadOnlyCollection(Of DkmInstructionAddress)

Eigenschaftswert

ReadOnlyCollection<DkmInstructionAddress>

Gilt für