#include <KeosException.h>
Inheritance diagram for Keos::COutOfMemory:

Public Member Functions | |
| COutOfMemory (const String &strMessage, const String &strSource) | |
| Constructor. | |
Definition at line 160 of file KeosException.h.
Constructor.
| strMessage | Message of the exception. | |
| strSource | Class and function where the exception occured. |
Definition at line 169 of file KeosException.cpp.
References Keos::CException::m_strMessage, and Keos::CException::m_strShortMessage.
1.5.1-p1