libcsdbg  1.28
C++ exception (and generic) stack trace debug library
csdbg::exception::~exception ( )
virtual

Object destructor.

Definition at line 98 of file exception.cpp.

References m_msg.

99 {
100  delete[] m_msg;
101  m_msg = NULL;
102 }
i8 * m_msg
Error description message.
Definition: exception.hpp:32