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 CNotSupportedException

CObject
   |
   +--CException
         |
         +--CSimpleException
               |
               +--CNotSupportedException

   in AFX.H

class CNotSupportedException
extends CSimpleException


Field Summary
 static const AFX_CORE_DATA CRuntimeClass classCNotSupportedException
          
   
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
CNotSupportedException( BOOL bAutoDelete )
          
CNotSupportedException( BOOL bAutoDelete, UINT nResourceID )
          
CNotSupportedException()
          
virtual ~CNotSupportedException()
          
 
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

classCNotSupportedException

public static const AFX_CORE_DATA CRuntimeClass classCNotSupportedException;


Constructor Detail

CNotSupportedException

public CNotSupportedException( BOOL bAutoDelete );

CNotSupportedException

public CNotSupportedException( BOOL bAutoDelete, UINT nResourceID );

CNotSupportedException

public CNotSupportedException();

~CNotSupportedException

public virtual ~CNotSupportedException();


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