MFC
Class CException
CObject
|
+--CException
in AFX.H
- Direct Known Subclasses:
- CArchiveException, CDBException, CDaoException, CFileException, CInternetException, COleDispatchException, COleException, CSimpleException
- class CException
- extends CObject
Exceptions
classCException
public static const AFX_CORE_DATA CRuntimeClass classCException;
m_bAutoDelete
public BOOL m_bAutoDelete;
CException
public CException( BOOL bAutoDelete );
CException
public CException();
~CException
public virtual ~CException();
Delete
public void Delete();
GetErrorMessage
public virtual BOOL GetErrorMessage( LPTSTR lpszError, UINT nMaxError, PUINT pnHelpContext = 0 );
GetRuntimeClass
public virtual CRuntimeClass* GetRuntimeClass() const;
ReportError
public virtual int ReportError( UINT nType = MB_OK, UINT nMessageID = 0 );