CdcExceptionSocet just add the operating system socket error messages to an error code. More...
#include <DcExceptionSocket.h>
Public Member Functions | |
| CdcExceptionSocket (int code=0) | |
| This constructor put a relevant error message to the error code. | |
| CdcString | ToStr () const |
| Over write ToStr. | |
CdcExceptionSocet just add the operating system socket error messages to an error code.
Definition at line 36 of file DcExceptionSocket.h.
| CdcExceptionSocket::CdcExceptionSocket | ( | int | code = 0 ) |
This constructor put a relevant error message to the error code.
Definition at line 29 of file DcExceptionSocket.cpp.
| CdcString CdcExceptionSocket::ToStr | ( | ) | const [virtual] |
Over write ToStr.
Reimplemented from CdcException.
Definition at line 38 of file DcExceptionSocket.cpp.
1.7.2