#include <OnixS/FIXEngine/FIX/Exception.h>
Public Member Functions | |
ConnectException (const std::string &message, int errCode=0) | |
~ConnectException () ONIXS_FIXENGINE_NOTHROW ONIXS_FIXENGINE_OVERRIDE ONIXS_FIXENGINE_DEFAULT | |
int | errorCode () const |
Definition at line 151 of file Exception.h.
|
inline |
The constructor.
Definition at line 155 of file Exception.h.
~ConnectException | ( | ) |
The destructor.
|
inline |
Return the system-depended error code value.
Definition at line 163 of file Exception.h.