libcsdbg  1.28
C++ exception (and generic) stack trace debug library
csdbg::exception::exception ( const exception src)

Object copy constructor.

Parameters
[in]srcthe source object

Definition at line 88 of file exception.cpp.

88  :
89 m_msg(NULL)
90 {
91  *this = src;
92 }
i8 * m_msg
Error description message.
Definition: exception.hpp:32