Cannot create socket exception. More...
#include <XSocket.h>
Inherits XSocket.
Public Member Functions | |
XSocketCreate (const CString &msg) | |
virtual const char * | what () const |
Reason for exception. | |
Protected Member Functions | |
virtual CString | getWhat () const throw () |
Get a human readable string describing the exception. |
Cannot create socket exception.
Thrown when a socket cannot be created (by the operating system).
Definition at line 94 of file XSocket.h.