Skip to content

Latest commit

 

History

History
62 lines (39 loc) · 1.67 KB

cresourceexception-class.md

File metadata and controls

62 lines (39 loc) · 1.67 KB
description title ms.date f1_keywords helpviewer_keywords ms.assetid
Learn more about: CResourceException Class
CResourceException Class
11/04/2016
CResourceException
AFXWIN/CResourceException
AFXWIN/CResourceException::CResourceException
CResourceException [MFC], CResourceException
af6ae043-d124-4bfd-b35e-7bb0db67d289

CResourceException Class

Generated when Windows cannot find or allocate a requested resource.

Syntax

class CResourceException : public CSimpleException

Members

Public Constructors

Name Description
CResourceException::CResourceException Constructs a CResourceException object.

Remarks

No further qualification is necessary or possible.

For more information on using CResourceException, see the article Exception Handling (MFC).

Inheritance Hierarchy

CObject

CException

CSimpleException

CResourceException

Requirements

Header: afxwin.h

CResourceException::CResourceException

Constructs a CResourceException object.

CResourceException();

Remarks

Do not use this constructor directly, but rather call the global function AfxThrowResourceException. for more information about exceptions, see the article Exception Handling in MFC.

See also

CException Class
Hierarchy Chart