6#if !defined(__XTD_CORE_INTERNAL__)
7#error "Do not include this file: Internal use only"
11#include "../exception.h"
12#include "../target_id.h"
14#if __XTD_CURRENT_TARGET_ID__ == __XTD_TARGET_ID_GUI_APPLICATION__ || __XTD_CURRENT_TARGET_ID__ == __XTD_TARGET_ID_UNKNOWN__
21#if __XTD_CURRENT_TARGET_ID__ == __XTD_TARGET_ID_GUI_APPLICATION__ || __XTD_CURRENT_TARGET_ID__ == __XTD_TARGET_ID_UNKNOWN__
26inline void __show_generic_exception_message__() { std::cerr << std::endl <<
xtd::string::format(
"Unhandled exception: Unknown exception occurred") << std::endl;}
Contains xtd::forms::application class.
Defines the base class for predefined exceptions in the xtd namespace.
Definition exception.h:28
Contains xtd::forms::exception_box dialog.
@ show
Display the hot-key prefix.
std::string to_string(const value_t &value, const std::string &fmt, const std::locale &loc)
Convert a specified value into a string with specified format and locale.
Definition to_string.h:41
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition xtd_about_box.h:10