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 CUserException

CObject
   |
   +--CException
         |
         +--CSimpleException
               |
               +--CUserException

   in AFXWIN.H

class CUserException
extends CSimpleException


 
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
CUserException( BOOL bAutoDelete )
          
CUserException( BOOL bAutoDelete, UINT nResourceID )
          
CUserException()
          
virtual ~CUserException()
          
   
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
 

Constructor Detail

CUserException

public CUserException( BOOL bAutoDelete );

CUserException

public CUserException( BOOL bAutoDelete, UINT nResourceID );

CUserException

public CUserException();

~CUserException

public virtual ~CUserException();

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