#include <PracticalSocket.h>
Inheritance diagram for SocketException:


Public Member Functions | |
| SocketException (const string &message, bool inclSysMsg=false) throw () | |
| Construct a SocketException with a explanatory message. | |
| ~SocketException () throw () | |
| Provided just to guarantee that no exceptions are thrown. | |
| const char * | what () const throw () |
| Get the exception message. | |
Private Attributes | |
| string | userMessage |
Definition at line 31 of file PracticalSocket.h.
1.5.1