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

Public Member Functions | |
| CDynLibError (const String &strFile, const String &strMessage, const String &strSource) | |
| Constructor. | |
Definition at line 145 of file KeosException.h.
| Keos::CDynLibError::CDynLibError | ( | const String & | strFile, | |
| const String & | strMessage, | |||
| const String & | strSource | |||
| ) |
Constructor.
| strFile | Name of the file having generated the exception. | |
| strMessage | Message of the exception. | |
| strSource | Class and function where the exception occured. |
Definition at line 147 of file KeosException.cpp.
References Keos::CException::m_strMessage, and Keos::CException::m_strShortMessage.
1.5.1-p1