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

◆ key_not_found_exception() [6/10]

xtd::collections::key_not_found_exception::key_not_found_exception ( const std::exception &  inner_exception,
const xtd::diagnostics::stack_frame info = xtd::diagnostics::stack_frame::empty() 
)
inlineexplicit

Create a new instance of class key_not_found_exception.

Parameters
inner_exceptionThe exception that is the cause of the current exception.
information(optional) Contains current information about member name, file path and line number in the file where the exception is occurred. Typically current_stack_frame_.
Remarks
Message is set with the default message associate to the exception.