Struct XDuplicateManifest#

Inheritance Relationships#

Base Types#

Struct Documentation#

struct XDuplicateManifest : public sdv::XSysExcept, public sdv::XSysExcept#

Multiple installation manifests found.

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

sdv::u8string ssInstallName1#

Name of the 1st installation.

sdv::u8string ssInstallName2#

Name of the 2nd installation.

const char _description[] = "A duplicate installation manifest was found."

Description

u8string ssInstallName1

Name of the 1st installation.

u8string ssInstallName2

Name of the 2nd installation.

Public Static Attributes

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

Exception ID.

static const char _description[] = "A duplicate installation manifest was found."#

Description