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 CSimpleException

CObject
   |
   +--CException
         |
         +--CSimpleException

   in AFX.H
Direct Known Subclasses:
CMemoryException, CNotSupportedException, CResourceException, CUserException

class CSimpleException
extends CException


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

m_bAutoDelete

public BOOL m_bAutoDelete;

m_bInitialized

protected BOOL m_bInitialized;

m_bLoaded

protected BOOL m_bLoaded;

m_nResourceID

protected UINT m_nResourceID;

m_szMessage

protected TCHAR m_szMessage[ 128 ];


Constructor Detail

CSimpleException

public CSimpleException( BOOL bAutoDelete );

CSimpleException

public CSimpleException();

~CSimpleException

public virtual ~CSimpleException();


Method Detail

GetErrorMessage

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

InitString

public void InitString();

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