Struct XTimeout#

Inheritance Relationships#

Base Types#

Struct Documentation#

struct XTimeout : public sdv::XSysExcept, public sdv::XSysExcept#

A timeout occurred 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[] = "A timeout occurred."

Description

Public Static Attributes

static const ::sdv::exception_id _id = 0x3D446A23C2F13EB1#

Exception ID.

static const char _description[] = "A timeout occurred."#

Description