CPmpException

class CPmpException : public std::std::exception

Represents an exception that occurred in the system.

CPmpException::CPmpException(const char *what)

Initializes a new instance of CPmpException.

Parameters

what – The message of the exception.

virtual const char * CPmpException::what() const noexcept override

std::vector<PPmpException> CPmpException::GetInnerExceptions() const

std::map<std::string, SValue> CPmpException::GetValues() const

std::string CPmpException::GetFormat() const

std::chrono::system_clock::time_point CPmpException::GetTime() const

uint64_t CPmpException::GetTimeStamp() const

uint32_t CPmpException::GetId() const

std::string CPmpException::ToString() const