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

◆ stack_frame() [5/9]

xtd::diagnostics::stack_frame::stack_frame ( const xtd::ustring 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.

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