![]() |
jsocketpp 1.0
A cross-platform C++20 socket library.
|
This is the complete list of members for jsocketpp::SocketException, including all inherited members.
| _errorCode | jsocketpp::SocketException | private |
| _nested | jsocketpp::SocketException | private |
| buildErrorMessage(const std::string &msg, const int code) | jsocketpp::SocketException | inlineprivatestatic |
| getErrorCode() const noexcept | jsocketpp::SocketException | inline |
| getNestedException() const noexcept | jsocketpp::SocketException | inline |
| SocketException(const std::string &message="SocketException") | jsocketpp::SocketException | inlineexplicit |
| SocketException(const int code, const std::string &message="SocketException") | jsocketpp::SocketException | inlineexplicit |
| SocketException(const std::string &message, std::exception_ptr nested) | jsocketpp::SocketException | inline |
| ~SocketException() override=default | jsocketpp::SocketException |