#include <PracticalSocket.h>
Public Member Functions | |
| SocketException (const string &message, bool inclSysMsg=false) throw () | |
| ~SocketException () throw () | |
| const char * | what () const throw () |
| SocketException (const string &message, bool inclSysMsg=false) throw () | |
| ~SocketException () throw () | |
| const char * | what () const throw () |
Private Attributes | |
| string | userMessage |
|
||||||||||||
|
Construct a SocketException with a explanatory message.
|
|
|
Provided just to guarantee that no exceptions are thrown. |
|
||||||||||||
|
Construct a SocketException with a explanatory message.
|
|
|
Provided just to guarantee that no exceptions are thrown. |
|
|
Get the exception message
|
|
|
Get the exception message
|
|
|
|
1.4.5-20051010