DkmExceptionTriggerHit.StackTrace Propriedade

Definição

Adicional O rastreamento de pilha da exceção, se disponível.

         Essa API foi introduzida no Visual Studio 12 RTM (DkmApiVersion. 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)

Valor da propriedade

ReadOnlyCollection<DkmInstructionAddress>

Aplica-se a