![]() |
Socket send operation failed. More...
#include <Exceptions.h>
Public Member Functions | |
SocketSendFailed () | |
SocketSendFailed (const std::string &what) |
Socket send operation failed.
Definition at line 272 of file Exceptions.h.
FIX::SocketSendFailed::SocketSendFailed | ( | ) | [inline] |
Definition at line 274 of file Exceptions.h.
FIX::SocketSendFailed::SocketSendFailed | ( | const std::string & | what | ) | [inline] |
Definition at line 275 of file Exceptions.h.
00276 : SocketException( what ) {}