Searched defs:SocketError (Results 1 – 3 of 3) sorted by relevance
35 class SocketError : public std::runtime_error class38 SocketError (const std::string& message) : std::runtime_error(message) {} in SocketError() function in de::SocketError
45 class SocketError : public Error class48 SocketError (deSocketResult result, const char* message, const char* file, int line) in SocketError() function in xs::SocketError
51 class SocketError : public Error class54 SocketError (deSocketResult result, const char* message, const char* file, int line) in SocketError() function in xs::SocketError