| description | Learn more about: CResourceException Class | |||
|---|---|---|---|---|
| title | CResourceException Class | |||
| ms.date | 11/04/2016 | |||
| f1_keywords |
|
|||
| helpviewer_keywords |
|
|||
| ms.assetid | af6ae043-d124-4bfd-b35e-7bb0db67d289 |
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.