Share via


IDkmExceptionDetailsProvider173.GetStackTraceInstructionAddresses Method

Definition

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

public Microsoft.VisualStudio.Debugger.Clr.DkmClrInstructionAddress[]? GetStackTraceInstructionAddresses (Microsoft.VisualStudio.Debugger.Exceptions.DkmExceptionDetails exceptionDetails);
abstract member GetStackTraceInstructionAddresses : Microsoft.VisualStudio.Debugger.Exceptions.DkmExceptionDetails -> Microsoft.VisualStudio.Debugger.Clr.DkmClrInstructionAddress[]
Public Function GetStackTraceInstructionAddresses (exceptionDetails As DkmExceptionDetails) As DkmClrInstructionAddress()

Parameters

exceptionDetails
DkmExceptionDetails

[In] Contains details about an exception or inner exception object.

Returns

[Out] Array containing the stack trace.

Applies to