![]() |
Socket close operation failed. More...
#include <Exceptions.h>
Public Member Functions | |
SocketCloseFailed () | |
SocketCloseFailed (const std::string &what) |
Socket close operation failed.
Definition at line 289 of file Exceptions.h.
FIX::SocketCloseFailed::SocketCloseFailed | ( | ) | [inline] |
Definition at line 291 of file Exceptions.h.
FIX::SocketCloseFailed::SocketCloseFailed | ( | const std::string & | what | ) | [inline] |
Definition at line 292 of file Exceptions.h.
00293 : SocketException( what ) {}