![]() |
![]() |
|
Index
Source Files
Annotated Class List
Alphabetical Class List
Class Hierarchy
Graphical Class Hierarchy
|
||
![]() |
![]() |
#include <Exceptions.h>
Inheritance diagram for FIX::SocketRecvFailed:


Public Member Functions | |
| SocketRecvFailed (int size) | |
| SocketRecvFailed (const std::string &what) | |
Definition at line 269 of file Exceptions.h.
|
|
Definition at line 271 of file Exceptions.h.
00272 : SocketException( size == 0 ? "Connection reset by peer." : size < 0 ? errorToWhat() : "Success." ) {} |
|
|
Definition at line 273 of file Exceptions.h.
00274 : SocketException( what ) {} |
1.3.6-20040222 written by Dimitri van Heesch,
© 1997-2001