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 overridestd::vector<PPmpException> CPmpException::GetInnerExceptions() conststd::map<std::string, SValue> CPmpException::GetValues() conststd::string CPmpException::GetFormat() conststd::chrono::system_clock::time_point CPmpException::GetTime() constuint64_t CPmpException::GetTimeStamp() const-
CPmpException::CPmpException(const char *what)¶