#include <CLinkFailedException.h>
Public Member Functions | |
| CLinkFailedException (const char *pDoing, const char *pName) | |
| CLinkFailedException (const char *pDoing, const STD(string)&rName) | |
| CLinkFailedException (const STD(string)&rDoing, const char *pName) | |
| CLinkFailedException (const STD(string)&rDoing, const STD(string)&rName) | |
| CLinkFailedException (const STD(string)&rDoing, int nId) | |
| CLinkFailedException (const char *pDoing, int nId) | |
| virtual | ~CLinkFailedException () |
| CLinkFailedException (const CLinkFailedException &aCLinkFailedException) | |
| CLinkFailedException | operator= (const CLinkFailedException &aCLinkFailedException) |
| int | operator== (const CLinkFailedException &aCLinkFailedException) |
| STD (string) getName() const | |
| void | setName (STD(string) am_sName) |
| virtual const char * | ReasonText () const |
Protected Member Functions | |
| void | UpdateReasonText () |
Private Member Functions | |
| STD (string) m_sName | |
| STD (string) m_sReasonText | |
Private Attributes | |
| int | m_nId |
| bool | m_fName |
|
||||||||||||
|
Definition at line 301 of file CLinkFailedException.h. References UpdateReasonText(). |
|
||||||||||||
|
Definition at line 307 of file CLinkFailedException.h. References m_fName, and UpdateReasonText(). |
|
||||||||||||
|
Definition at line 313 of file CLinkFailedException.h. References m_fName, and UpdateReasonText(). |
|
||||||||||||
|
Definition at line 319 of file CLinkFailedException.h. References m_fName, and UpdateReasonText(). |
|
||||||||||||
|
Definition at line 325 of file CLinkFailedException.h. References m_fName, m_nId, and UpdateReasonText(). |
|
||||||||||||
|
Definition at line 331 of file CLinkFailedException.h. References m_fName, m_nId, and UpdateReasonText(). |
|
|
Definition at line 337 of file CLinkFailedException.h. |
|
|
Definition at line 341 of file CLinkFailedException.h. References UpdateReasonText(). |
|
|
Definition at line 351 of file CLinkFailedException.h. References UpdateReasonText(). |
|
|
Definition at line 362 of file CLinkFailedException.h. |
|
|
|
|
|
Definition at line 377 of file CLinkFailedException.h. |
|
|
Definition at line 371 of file CLinkFailedException.h. |
|
|
|
|
|
|
|
|
Referenced by CLinkFailedException(), and operator=(). |
|
|
Definition at line 297 of file CLinkFailedException.h. Referenced by CLinkFailedException(). |
|
|
Definition at line 296 of file CLinkFailedException.h. Referenced by CLinkFailedException(). |
1.3.9.1