38 CStdErrorInfo(
long lError, std::string strError, std::string strSourceFile,
long lSourceLine);
41 virtual
std::
string Log();
51 virtual const
char* what() const throw() {
return m_strError.c_str();};
61 virtual std::string StackTrace();
std::string m_strSourceFile
The source file name where the error occurred.
std::string m_strError
The error message.
Information about the standard error.
long m_lError
The error number.
CStdArray< std::string > m_aryCallChain
The call chain of the errorr.
long m_lSourceLine
The source line code line where the error occurred.
Namespace for the standard utility objects.