본문 바로가기

Windows/MFC

Exception class

The following table shows the predefined exceptions provided by MFC.

Exception class Meaning

CMemoryException

Out-of-memory

CFileException

File exception

CArchiveException

Archive/Serialization exception

CNotSupportedException

Response to request for unsupported service

CResourceException

Windows resource allocation exception

CDaoException

Database exceptions (DAO classes)

CDBException

Database exceptions (ODBC classes)

COleException

OLE exceptions

COleDispatchException

Dispatch (automation) exceptions

CUserException

Exception that alerts the user with a message box, then throws a generic CException

'Windows > MFC' 카테고리의 다른 글

XMLite: simple XML parser.  (0) 2013.10.02
XML using MFC  (0) 2013.10.02
MouseEvent  (0) 2013.10.02
GDI+ Enumerations (MSDN Link)  (0) 2013.10.02
GDI+ Graphics Methods (MSDN Link)  (0) 2013.10.02