Exception Classes

Windows CE supports all the standard MFC exception classes, except for DaoException, ODBCException, and InternetException. It doesn't support those exceptions because it doesn't support DAO or ODBC database access, and it currently doesn't support internet classes.

See the following topics for information about the MFC for Windows CE exception classes.

CException

CArchiveException

CFileException

CMemoryException

CNotSupportedException

COleDispatchException

COleException

CResourceException

CUserException

To see where the exception classes fit into the Windows CE class hierarchy, see Classes Derived from CObject.