This class is the class for all exceptions thrown in the MvTCP library (the Rogue Wave Server network communication layer). More...
#include <ilserver/mvtcp/socket.h>
Public Member Functions | |
int | getErrNo () const |
Returns the socket-API error number contained in the exception. More... | |
IlsSocketApi | getSocketApi () const throw () |
Returns the socket API that raises the error. | |
This class is the class for all exceptions thrown in the MvTCP library (the Rogue Wave Server network communication layer).
Library: mvtcp
You can catch this exception using the standard C++ mechanism.
int IlsSocketException::getErrNo | ( | ) | const |
Returns the socket-API error number contained in the exception.
This error number can be platform-dependent.