IDkmExceptionDetailsProvider173.GetStackTraceInstructionAddresses 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.
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.