CMemoryException::CMemoryException

This member function constructs a CMemoryException object. Do not use this constructor directly; 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.

Syntax

CMemoryException( );

At a Glance

Header file: Afx.h
Platforms:
Versions: 1.0 and later
Complete documentation: Visual C++ documentation

See Also

CMemoryException Overview, CMemoryException Member Functions, Exception Classes