
CException is the base class for all exceptions in the MFC for Windows CE. The derived classes and their descriptions are listed below:
| CMemoryException | Out-of-memory exception |
| CNotSupportedException | Request for an unsupported operation |
| CArchiveException | Archive-specific exception |
| CFileException | File-specific exception |
| CResourceException | Windows resource not found or not createable |
| Header file: | Afx.h |
| Platforms: | |
| Versions: | 1.0 and later |
| Complete documentation: | Visual C++ documentation |
CException Member Functions, Exception Classes