home     download     screen shots     bugs     mailing list     example output     generated MFC docs     help     tools and utilities


 Overview   Project   Class   Tree   Index 
MFC Class Library
FRAMES    NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD

MFC
Class CArchiveException

CObject
   |
   +--CException
         |
         +--CArchiveException

   in AFX.H

class CArchiveException
extends CException


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

classCArchiveException

public static const AFX_CORE_DATA CRuntimeClass classCArchiveException;

m_cause

public int m_cause;

m_strFileName

public CString m_strFileName;


Constructor Detail

CArchiveException

public CArchiveException( int cause = CArchiveException::none, LPCTSTR lpszArchiveName = 0 );

~CArchiveException

public virtual ~CArchiveException();


Method Detail

GetErrorMessage

public virtual BOOL GetErrorMessage( LPTSTR lpszError, UINT nMaxError, PUINT pnHelpContext = 0 );

GetRuntimeClass

public virtual CRuntimeClass* GetRuntimeClass() const;

 Overview   Project   Class   Tree   Index 
MFC Class Library
CppDoc v2.3.1
FRAMES    NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD