![]() |
Socket recv operation failed. More...
#include <Exceptions.h>
Public Member Functions | |
SocketRecvFailed (int size) | |
SocketRecvFailed (const std::string &what) |
Socket recv operation failed.
Definition at line 280 of file Exceptions.h.
FIX::SocketRecvFailed::SocketRecvFailed | ( | int | size | ) | [inline] |
Definition at line 282 of file Exceptions.h.
00283 : SocketException( size == 0 ? "Connection reset by peer." : size < 0 ? errorToWhat() : "Success." ) {}
FIX::SocketRecvFailed::SocketRecvFailed | ( | const std::string & | what | ) | [inline] |
Definition at line 284 of file Exceptions.h.
00285 : SocketException( what ) {}