Share via


DkmExceptionDetails.GetStackTraceInstructionAddresses Method

Definition

Gets the instruction addresses of the original call stack where this exception was thrown.

This API was introduced in Visual Studio 16 Update 4 (DkmApiVersion.VS16Update4).

public Microsoft.VisualStudio.Debugger.Clr.DkmClrInstructionAddress[] GetStackTraceInstructionAddresses ();
member this.GetStackTraceInstructionAddresses : unit -> Microsoft.VisualStudio.Debugger.Clr.DkmClrInstructionAddress[]
Public Function GetStackTraceInstructionAddresses () As DkmClrInstructionAddress()

Returns

[Out] Array containing the stack trace.

Applies to