Public Member Functions | List of all members
FIX::SocketSendFailed Struct Reference

Socket send operation failed. More...

#include <Exceptions.h>

Inheritance diagram for FIX::SocketSendFailed:
Inheritance graph
[legend]
Collaboration diagram for FIX::SocketSendFailed:
Collaboration graph
[legend]

Public Member Functions

 SocketSendFailed ()
 
 SocketSendFailed (const std::string &what)
 
- Public Member Functions inherited from FIX::SocketException
 SocketException ()
 
 SocketException (const std::string &what)
 
- Public Member Functions inherited from FIX::Exception
 Exception (const std::string &t, const std::string &d)
 
 ~Exception () throw ()
 

Additional Inherited Members

- Static Public Member Functions inherited from FIX::SocketException
static std::string errorToWhat ()
 
- Public Attributes inherited from FIX::Exception
std::string type
 
std::string detail
 

Detailed Description

Socket send operation failed.

Definition at line 287 of file Exceptions.h.

Constructor & Destructor Documentation

◆ SocketSendFailed() [1/2]

FIX::SocketSendFailed::SocketSendFailed ( )
inline

Definition at line 289 of file Exceptions.h.

289 {}

Referenced by FIX::SocketException::errorToWhat().

◆ SocketSendFailed() [2/2]

FIX::SocketSendFailed::SocketSendFailed ( const std::string &  what)
inline

Definition at line 290 of file Exceptions.h.

291  : SocketException( what ) {}

The documentation for this struct was generated from the following file:
FIX::SocketException::SocketException
SocketException()
Definition: Exceptions.h:264

Generated on Wed Apr 29 2020 19:41:30 for QuickFIX by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2001