CMemoryException::CMemoryException

CMemoryException();

Remarks

Constructs a CMemoryException object. Do not use this constructor directly, but rather call the global function AfxThrowMemoryException. This global function can succeed in an out-of-memory situation because it constructs the exception object in previously allocated memory. For more information about exception processing, see the article in Visual C++ Programmer’s Guide.

CMemoryException OverviewClass MembersHierarchy Chart

See Also   Exception Processing