xtd 0.2.0
Loading...
Searching...
No Matches

◆ stack_frame() [7/9]

xtd::diagnostics::stack_frame::stack_frame ( const xtd::ustring file_name,
uint32  line_number,
const xtd::ustring method_name,
uint32  column_number 
)

Initializes a new instance of the xtd::diagnostics::stack_frame class that contains only the given file name, line number, and column number.

Parameters
file_nameThe file name.
line_numberThe line number in the specified file.
method_nameThe method name.
offsetThe offset from the code for the method that is being executed.