52 static dialog_result show(
const std::exception& exception) {
return show_exception_box(
nullptr, &exception);}
61 if (exception) dialog.
exception(*exception);
Represents text as a sequence of UTF-8 code units.
Definition: ustring.h:48
Contains xtd::forms::exception_dialog dialog.
#define static_
This keyword is use to represent a static object. A static object can't be instantiated (constructors...
Definition: static.h:38
@ control
The left or right CTRL modifier key.
Contains xtd::forms::iwin32_window interface.
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition: system_report.h:17
Contains xtd::static_object class.