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 CMemoryException

CObject
   |
   +--CException
         |
         +--CSimpleException
               |
               +--CMemoryException

   in AFX.H

class CMemoryException
extends CSimpleException

Standard Exception classes


Field Summary
 static const AFX_CORE_DATA CRuntimeClass classCMemoryException
          
   
Fields inherited from class CSimpleException
m_bAutoDelete, m_bInitialized, m_bLoaded, m_szMessage, m_nResourceID
   
Fields inherited from class CException
classCException, m_bAutoDelete
   
Fields inherited from class CObject
classCObject
 
Constructor Summary
CMemoryException( BOOL bAutoDelete )
          
CMemoryException( BOOL bAutoDelete, UINT nResourceID )
          
CMemoryException()
          
virtual ~CMemoryException()
          
 
Method Summary
 virtual CRuntimeClass* GetRuntimeClass() const
          
   
Methods inherited from class CSimpleException
GetErrorMessage, InitString
   
Methods inherited from class CException
GetRuntimeClass, Delete, GetErrorMessage, ReportError
   
Methods inherited from class CObject
GetRuntimeClass, new, new, delete, IsSerializable, IsKindOf, Serialize
 

Field Detail

classCMemoryException

public static const AFX_CORE_DATA CRuntimeClass classCMemoryException;


Constructor Detail

CMemoryException

public CMemoryException( BOOL bAutoDelete );

CMemoryException

public CMemoryException( BOOL bAutoDelete, UINT nResourceID );

CMemoryException

public CMemoryException();

~CMemoryException

public virtual ~CMemoryException();


Method Detail

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