|
MFC Class Library | ||||||
| FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
CObject
|
+--CException
|
+--CSimpleException
in AFX.H
| Field Summary | |
BOOL |
m_bAutoDelete
|
protected BOOL |
m_bInitialized
|
protected BOOL |
m_bLoaded
|
protected UINT |
m_nResourceID
|
protected TCHAR[ 128 ] |
m_szMessage
|
| Fields inherited from class CException |
classCException, m_bAutoDelete |
| Fields inherited from class CObject |
classCObject |
| Constructor Summary | |
CSimpleException( BOOL bAutoDelete )
|
|
CSimpleException()
|
|
virtual ~CSimpleException()
|
|
| Method Summary | |
virtual BOOL |
GetErrorMessage( LPTSTR lpszError, UINT nMaxError, PUINT pnHelpContext = 0 )
|
void |
InitString()
|
| Methods inherited from class CException |
GetRuntimeClass, Delete, GetErrorMessage, ReportError |
| Methods inherited from class CObject |
GetRuntimeClass, new, new, delete, IsSerializable, IsKindOf, Serialize |
| Field Detail |
public BOOL m_bAutoDelete;
protected BOOL m_bInitialized;
protected BOOL m_bLoaded;
protected UINT m_nResourceID;
protected TCHAR m_szMessage[ 128 ];
| Constructor Detail |
public CSimpleException( BOOL bAutoDelete );
public CSimpleException();
public virtual ~CSimpleException();
| Method Detail |
public virtual BOOL GetErrorMessage( LPTSTR lpszError, UINT nMaxError, PUINT pnHelpContext = 0 );
public void InitString();
|
MFC Class Library
CppDoc v2.3.1 |
||||||
| FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||