DkmExceptionInformation.GetExceptionStackTrace Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Obtains the captured stack trace associated with the exception, if one is available.
This API was introduced in Visual Studio 12 RTM (DkmApiVersion.VS12RTM).
public:
System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::VisualStudio::Debugger::DkmInstructionAddress ^> ^ GetExceptionStackTrace();
public System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.VisualStudio.Debugger.DkmInstructionAddress> GetExceptionStackTrace ();
public System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.VisualStudio.Debugger.DkmInstructionAddress>? GetExceptionStackTrace ();
member this.GetExceptionStackTrace : unit -> System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.VisualStudio.Debugger.DkmInstructionAddress>
Public Function GetExceptionStackTrace () As ReadOnlyCollection(Of DkmInstructionAddress)
Returns
[Out,Optional] An array of frames that were running at the time the exception got thrown.