The C++ framework for developing highly scalable, high performance servers on Windows platforms.

CErrorCodeException Class Reference
[Exceptions]

Inheritance diagram for CErrorCodeException:
Collaboration diagram for CErrorCodeException:

List of all members.


Detailed Description

A simple exception class.


Public Member Functions

 CErrorCodeException (const _tstring &where, const _tstring &message, DWORD errorCode)
 CErrorCodeException (const _tstring &where, DWORD errorCode)
 ~CErrorCodeException () override
virtual DWORD GetError () const
virtual _tstring GetWhere () const
virtual _tstring GetWhat () const
virtual _tstring GetDetails () const
virtual std::string GetDetailsA () const

Protected Attributes

const DWORD m_errorCode
const _tstring m_where
const _tstring m_message
const _tstring m_details


Constructor & Destructor Documentation

CErrorCodeException ( const _tstring where,
const _tstring message,
DWORD  errorCode 
)

CErrorCodeException ( const _tstring where,
DWORD  errorCode 
)

~CErrorCodeException (  )  [override]


Member Function Documentation

DWORD GetError (  )  const [virtual]

_tstring GetWhere (  )  const [virtual, inherited]

Reimplemented in CSEHException.

_tstring GetWhat (  )  const [virtual, inherited]

Reimplemented in CException, CException, and CSEHException.

_tstring GetDetails (  )  const [virtual, inherited]

Reimplemented in CSEHException.

std::string GetDetailsA (  )  const [virtual, inherited]

Reimplemented in CSEHException.


Member Data Documentation

const DWORD m_errorCode [protected]

const _tstring m_where [protected, inherited]

const _tstring m_message [protected, inherited]

const _tstring m_details [protected, inherited]


Generated on Sun Sep 12 19:08:26 2021 for The Server Framework - v7.4 by doxygen 1.5.3