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