Note
Kailangan ng pahintulot para ma-access ang page na ito. Maaari mong subukang mag-sign in o magpalit ng mga direktoryo.
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang baguhin ang mga direktoryo.
Note
The Microsoft Foundation Classes (MFC) library continues to be supported. However, we're no longer adding features or updating the documentation.
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
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.