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 (MFC).

Requirements

Header: afxwin.h

See Also

Reference

CResourceException Class

Hierarchy Chart

AfxThrowResourceException

Other Resources

Exception Processing