Public Member Functions

Fastcgipp::Exceptions::SocketWrite Struct Reference

Exception for write errors to sockets More...

#include <transceiver.hpp>

Inheritance diagram for Fastcgipp::Exceptions::SocketWrite:
Fastcgipp::Exceptions::Socket Fastcgipp::Exceptions::CodedException

List of all members.

Public Member Functions

 SocketWrite (int fd_, int erno_)
 Sole Constructor.

Detailed Description

Exception for write errors to sockets

Definition at line 325 of file transceiver.hpp.


Constructor & Destructor Documentation

Fastcgipp::Exceptions::SocketWrite::SocketWrite ( int  fd_,
int  erno_ 
)

Sole Constructor.

Parameters:
[in]fd_File descriptor of socket
[in]erno_Associated errno

Definition at line 206 of file transceiver.cpp.

References Fastcgipp::Exceptions::CodedException::msg.


The documentation for this struct was generated from the following files: