Socket cannot bind address exception. More...
#include <XSocket.h>
Inherits XSocket.
Inherited by XSocketAddressInUse.
Public Member Functions | |
XSocketBind (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. |
Socket cannot bind address exception.
Thrown when a socket cannot be bound to an address.
Definition at line 75 of file XSocket.h.