#include <SocketException.hpp>


Public Member Functions | |
| SocketException (std::string const &Message, ExceptionType Type=EXCEPTION_NORMAL) | |
| Default Constructor. | |
| SocketException (std::string const &Message, std::string const &File, std::string const &Function, int LineNumber, ExceptionType Type=EXCEPTION_NORMAL) | |
| Init Constructor. | |
| virtual | ~SocketException () throw () |
| Destructor. | |
This class provides an easy way for dealing with signals
Definition at line 58 of file SocketException.hpp.
1.5.3