Public Member Functions

CdcExceptionSocket Class Reference

CdcExceptionSocet just add the operating system socket error messages to an error code. More...

#include <DcExceptionSocket.h>

Inheritance diagram for CdcExceptionSocket:
CdcException

List of all members.

Public Member Functions

 CdcExceptionSocket (int code=0)
 This constructor put a relevant error message to the error code.
CdcString ToStr () const
 Over write ToStr.

Detailed Description

CdcExceptionSocet just add the operating system socket error messages to an error code.

Author:
Erez Bibi
Version:
1.0

Definition at line 36 of file DcExceptionSocket.h.


Constructor & Destructor Documentation

CdcExceptionSocket::CdcExceptionSocket ( int  code = 0 )

This constructor put a relevant error message to the error code.

Definition at line 29 of file DcExceptionSocket.cpp.


Member Function Documentation

CdcString CdcExceptionSocket::ToStr (  ) const [virtual]

Over write ToStr.

Reimplemented from CdcException.

Definition at line 38 of file DcExceptionSocket.cpp.


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