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

/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) {}
136 ErrorType GetErrorType() const {return m_errorType;}
137 void SetErrorType(ErrorType errorType) {m_errorType = errorType;}
140 ErrorType m_errorType; member in class:Exception

Completed in 41 milliseconds