#include <xtd/console>
#include <xtd/exception>
namespace user_defined_exception {
class employee_list_not_found_exception :
public exception {
public:
}
}
template<typename exception_t>
}
};
}
auto main() -> int {
try {
throw user_defined_exception::employee_list_not_found_exception {};
}
}
static void write_line()
Writes the current line terminator to the standard output stream using the specified format informati...
Provides information about a xtd::diagnostics::stack_frame, which represents a function call on the c...
Definition stack_frame.hpp:48
static stack_frame current(const xtd::diagnostics::source_location &value=xtd::diagnostics::source_location::current()) noexcept
Crates a new xtd::diagnostics::stack_frame object corresponding to the location of the call site.
Defines the base class for predefined exceptions in the xtd namespace.
Definition exception.hpp:30
@ e
The E key.
Definition console_key.hpp:96
The xtd::diagnostics namespace provides classes that allow you to interact with system processes,...
Definition assert_dialog_result.hpp:10
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition abstract_object.hpp:8