DkmExceptionTriggerHit.StackTrace 属性

定义

可有可无异常的堆栈跟踪(如果可用)。

         此 API 是在 Visual Studio 12 RTM (VS12RTM) 中引入的。
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)

属性值

ReadOnlyCollection<DkmInstructionAddress>

适用于