Skip to content

Latest commit

 

History

History
88 lines (70 loc) · 2.22 KB

File metadata and controls

88 lines (70 loc) · 2.22 KB
title CResourceException Class | Microsoft Docs
ms.custom
ms.date 11/04/2016
ms.reviewer
ms.suite
ms.technology
cpp-windows
ms.tgt_pltfrm
ms.topic reference
f1_keywords
CResourceException
AFXWIN/CResourceException
AFXWIN/CResourceException::CResourceException
dev_langs
C++
helpviewer_keywords
resource allocation exception
resources [C++], allocating
resource exceptions
exceptions, resource
CResourceException class
ms.assetid af6ae043-d124-4bfd-b35e-7bb0db67d289
caps.latest.revision 22
author mikeblome
ms.author mblome
manager ghogen
translation.priority.ht
cs-cz
de-de
es-es
fr-fr
it-it
ja-jp
ko-kr
pl-pl
pt-br
ru-ru
tr-tr
zh-cn
zh-tw

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