====== Exception ====== **//Inherited from//** exception, **//Inherited by//** NULL **//Friend class//** NULL **//Description//** **//Members//** * ErrorCode [[exception#m_ierrcode|m_iErrCode]] **//Public interface//** * [[exception#exception1|Exception]](ErrorCode err = Error_None) : m_iErrCode(err) * void [[exception#settype|setType]](ErrorCode err) * ErrorCode [[exception#gettype|getType]]() ---- {{anchor:m_ierrcode}} **ErrorCode m_iErrCode** ---- {{anchor:exception1}} **Exception(ErrorCode err = Error_None) : m_iErrCode(err)** {{anchor:settype}} **void setType(ErrorCode err)** {{anchor:gettype}} **ErrorCode getType()**