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.
© Copyright 2018, Rogue Wave Software, Inc. All Rights Reserved.
Rogue Wave is a registered trademark of Rogue Wave Software, Inc. in the United States and other countries. All other trademarks are the property of their respective owners.