Searched refs:m_what (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/libs/common/
H A DMuleDebug.h58 : m_what(type + wxT(": ") + desc) {}
60 virtual const wxString& what() const throw() { return m_what; }
63 wxString m_what; member in class:CMuleException
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A Dcryptlib.h131 explicit Exception(ErrorType errorType, const std::string &s) : m_errorType(errorType), m_what(s) {}
133 const char *what() const throw() {return (m_what.c_str());}
134 const std::string &GetWhat() const {return m_what;}
135 void SetWhat(const std::string &s) {m_what = s;}
141 std::string m_what; member in class:Exception

Completed in 113 milliseconds