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

/vbox/include/iprt/cpp/
H A Dexception.h47 : m_strMsg(pszMessage)
52 : m_strMsg(a_rstrMessage)
58 m_strMsg(a_rSrc.what())
68 m_strMsg = a_rSrc.what();
73 m_strMsg = a_pszMessage;
78 return m_strMsg.c_str();
89 RTCString m_strMsg; member in class:RTCError

Completed in 151 milliseconds