| title | CResourceException Class | Microsoft Docs | |||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ms.custom | ||||||||||||||
| ms.date | 11/04/2016 | |||||||||||||
| ms.reviewer | ||||||||||||||
| ms.suite | ||||||||||||||
| ms.technology |
|
|||||||||||||
| ms.tgt_pltfrm | ||||||||||||||
| ms.topic | reference | |||||||||||||
| f1_keywords |
|
|||||||||||||
| dev_langs |
|
|||||||||||||
| helpviewer_keywords |
|
|||||||||||||
| ms.assetid | af6ae043-d124-4bfd-b35e-7bb0db67d289 | |||||||||||||
| caps.latest.revision | 22 | |||||||||||||
| author | mikeblome | |||||||||||||
| ms.author | mblome | |||||||||||||
| manager | ghogen | |||||||||||||
| translation.priority.ht |
|
Generated when Windows cannot find or allocate a requested resource.
class CResourceException : public CSimpleException
| Name | Description |
|---|---|
| CResourceException::CResourceException | Constructs a CResourceException object. |
No further qualification is necessary or possible.
For more information on using CResourceException, see the article Exception Handling (MFC).
CResourceException
Header: afxwin.h
Constructs a CResourceException object.
CResourceException();
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.