20 #ifndef PSOCKSXX_SOCKEXCEPTION_H
21 #define PSOCKSXX_SOCKEXCEPTION_H
59 const char *
what()
const throw();
virtual ~sockexception()
destructor
Definition: sockexception.cpp:50
Socket exception.
Definition: sockexception.h:35
const char * what() const
Returns exception message.
Definition: sockexception.cpp:55
std::string _sys_msg
Definition: sockexception.h:69
Definition: iosocks.cpp:23
int _errno
Definition: sockexception.h:66
sockexception(const char *message=0)
constructor
Definition: sockexception.cpp:28
std::string _message
Definition: sockexception.h:63