xtd::diagnostics::stack_frame::stack_frame | ( | const xtd::ustring & | file_name, |
uint32 | line_number, | ||
const xtd::ustring & | method_name, | ||
uint32 | column_number, | ||
uint32 | offset | ||
) |
Initializes a new instance of the xtd::diagnostics::stack_frame class that contains only the given file name, line number, column number, method name, and offset.
file_name | The file name. |
line_number | The line number in the specified file. |
method_name | The method name. |
offset | The offset from the code for the method that is being executed. |