Struct XUnhandledException#
Defined in File core_types.h
Inheritance Relationships#
Base Types#
public sdv::XSysExcept
(Struct XSysExcept)public sdv::XSysExcept
(Struct XSysExcept)
Struct Documentation#
-
struct XUnhandledException : public sdv::XSysExcept, public sdv::XSysExcept#
Unhandled exception.
Public Functions
-
inline virtual const char *what() const noexcept override#
Return the explanatory string.
- Returns:
The descriptive string.
-
inline virtual ::sdv::exception_id id() const noexcept override#
Return the id.
- Returns:
The id of the exception.
Public Members
-
const char _description[] = "An unhandled exception was caught."
Description
Public Static Attributes
-
static const ::sdv::exception_id _id = 0x560CDFE1BF94C8C1#
Exception ID.
-
static const char _description[] = "An unhandled exception was caught."#
Description
-
inline virtual const char *what() const noexcept override#