Exception representing an invalid socket operation.
More...
#include <socket_exception.h>
Exception representing an invalid socket operation.
Definition at line 47 of file socket_exception.h.
rcdiscover::SocketException::SocketException |
( |
const std::string & |
msg, |
|
|
int |
errnum |
|
) |
| |
Constructor.
- Parameters
-
msg | error message |
errnum | error code |
Definition at line 41 of file socket_exception.cc.
virtual rcdiscover::SocketException::~SocketException |
( |
| ) |
|
|
virtualdefault |
int rcdiscover::SocketException::get_error_code |
( |
| ) |
const |
|
noexcept |
const char * rcdiscover::SocketException::what |
( |
| ) |
const |
|
overridevirtualnoexcept |
const int rcdiscover::SocketException::errnum_ |
|
private |
const std::string rcdiscover::SocketException::msg_ |
|
private |
The documentation for this class was generated from the following files: