26 explicit abort_error(
const char* message) : message_(message) {}
35 const char*
what() const noexcept {
return message_.c_str();}
Exception thow when abort.
Definition abort_error.h:18
abort_error(const char *message)
Create a new instance of abort_error class.
Definition abort_error.h:26
abort_error(const xtd::ustring &message)
Create a new instance of abort_error class.
Definition abort_error.h:22
const char * what() const noexcept
Returns a string that represents the current abort_error.
Definition abort_error.h:35
Represents text as a sequence of UTF-8 code units.
Definition ustring.h:48
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition system_report.h:17
Contains xtd::ustring class.