xtd::diagnostics::stack_trace::stack_trace | ( | const std::exception & | exception, |
size_t | skip_frames | ||
) |
Initializes a new instance of the StackTrace class using the provided exception object and skipping the specified number of frames.
exception | The exception object from which to construct the stack trace. |
skip_framed | The number of frames up the stack from which to start the trace. |