xtd::diagnostics::stack_frame::stack_frame | ( | const xtd::string & | file_name, |
uint32 | line_number | ||
) |
Initializes a new instance of the xtd::diagnostics::stack_frame class that contains only the given file name, and line number.
file_name | The file name. |
line_number | The line number in the specified file. |