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

◆ stack_frame() [6/9]

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

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

Parameters
file_nameThe file name.
line_numberThe line number in the specified file.
method_nameThe method name.