OnixS C++ FIX Engine 4.13.0
API Documentation
Loading...
Searching...
No Matches
ConnectException Class Reference

Public Member Functions

 ConnectException (const std::string &message, int errCode=0)
 ~ConnectException () ONIXS_FIXENGINE_NOTHROW ONIXS_FIXENGINE_OVERRIDE ONIXS_FIXENGINE_DEFAULT
int errorCode () const

Detailed Description

Definition at line 151 of file Exception.h.

Constructor & Destructor Documentation

◆ ConnectException()

ConnectException ( const std::string & message,
int errCode = 0 )
inline

The constructor.

Definition at line 155 of file Exception.h.

◆ ~ConnectException()

The destructor.

Member Function Documentation

◆ errorCode()

int errorCode ( ) const
inline

Return the system-depended error code value.

Definition at line 163 of file Exception.h.