D++ (DPP)  10.0.30
C++ Discord API Bot Library
dpp::connection_exception Member List

This is the complete list of members for dpp::connection_exception, including all inherited members.

code() const noexceptdpp::exceptioninline
error_codedpp::exceptionprotected
exception()=defaultdpp::exception
exception(const char *what)dpp::exceptioninlineexplicit
exception(exception_error_code code, const char *what)dpp::exceptioninlineexplicit
exception(const char *what, size_t len)dpp::exceptioninline
exception(const std::string &what)dpp::exceptioninlineexplicit
exception(exception_error_code code, const std::string &what)dpp::exceptioninlineexplicit
exception(std::string &&what)dpp::exceptioninlineexplicit
exception(exception_error_code code, std::string &&what)dpp::exceptioninlineexplicit
exception(const exception &)=defaultdpp::exception
exception(exception &&)=defaultdpp::exception
msgdpp::exceptionprotected
what() const noexcept overridedpp::exceptioninline
~exception() override=defaultdpp::exception