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

Public Member Functions | |
| CBadDelete (const void *pPtr, const String &strFile, int nLine, bool bNewArray) | |
| Constructor. | |
Definition at line 115 of file KeosException.h.
| Keos::CBadDelete::CBadDelete | ( | const void * | pPtr, | |
| const String & | strFile, | |||
| int | nLine, | |||
| bool | bNewArray | |||
| ) |
Constructor.
| pPtr | Pointer having generated the exception. | |
| strFile | Name of the file having generated the exception. | |
| nLine | Line in the file. | |
| bNewArray | The error corresponds to the allowance of an array. |
Definition at line 99 of file KeosException.cpp.
References Keos::CException::m_strMessage, and Keos::CException::m_strShortMessage.
1.5.1-p1