Struct XMarshallNotInitialized#
Defined in File core_ps.h
Inheritance Relationships#
Base Types#
public sdv::ps::XMarshallExcept
(Struct XMarshallExcept)public sdv::ps::XMarshallExcept
(Struct XMarshallExcept)
Struct Documentation#
-
struct XMarshallNotInitialized : public sdv::ps::XMarshallExcept, public sdv::ps::XMarshallExcept#
Marshalling was not initialized.
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[] = "Marshalling data between proxy and stub was not initialized or is in an invalid state."
Description
Public Static Attributes
-
static const ::sdv::exception_id _id = 0xBA71FFA859CA5D80#
Exception ID.
-
static const char _description[] = "Marshalling data between proxy and stub was not initialized or is in an invalid state."#
Description
-
inline virtual const char *what() const noexcept override#