#include <SocketException.h>
| SocketException::SocketException |
( |
const char * |
message, |
|
|
int |
errcode = 0 |
|
) |
| |
|
inline |
| SocketException::SocketException |
( |
const char * |
message1, |
|
|
const char * |
message2, |
|
|
int |
errcode = 0 |
|
) |
| |
|
inline |
| SocketException::~SocketException |
( |
| ) |
|
|
inline |
| int SocketException::getErrno |
( |
| ) |
|
|
inline |
| const char* SocketException::what |
( |
| ) |
const |
| throw | ( | |
| ) | | |
|
inline |
| int SocketException::errno_ |
|
private |
| char* SocketException::message_ |
|
private |
The documentation for this class was generated from the following file: