|
MFC Class Library | ||||||
| FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
CObject
|
+--CException
|
+--CArchiveException
in AFX.H
| Field Summary | |
static const AFX_CORE_DATA CRuntimeClass |
classCArchiveException
|
int |
m_cause
|
CString |
m_strFileName
|
| Fields inherited from class CException |
classCException, m_bAutoDelete |
| Fields inherited from class CObject |
classCObject |
| Constructor Summary | |
CArchiveException( int cause = CArchiveException::none, LPCTSTR lpszArchiveName = 0 )
|
|
virtual ~CArchiveException()
|
|
| Method Summary | |
virtual BOOL |
GetErrorMessage( LPTSTR lpszError, UINT nMaxError, PUINT pnHelpContext = 0 )
|
virtual CRuntimeClass* |
GetRuntimeClass() const
|
| Methods inherited from class CException |
GetRuntimeClass, Delete, GetErrorMessage, ReportError |
| Methods inherited from class CObject |
GetRuntimeClass, new, new, delete, IsSerializable, IsKindOf, Serialize |
| Field Detail |
public static const AFX_CORE_DATA CRuntimeClass classCArchiveException;
public int m_cause;
public CString m_strFileName;
| Constructor Detail |
public CArchiveException( int cause = CArchiveException::none, LPCTSTR lpszArchiveName = 0 );
public virtual ~CArchiveException();
| Method Detail |
public virtual BOOL GetErrorMessage( LPTSTR lpszError, UINT nMaxError, PUINT pnHelpContext = 0 );
public virtual CRuntimeClass* GetRuntimeClass() const;
|
MFC Class Library
CppDoc v2.3.1 |
||||||
| FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||