ADOException.h
上传用户:maryhy001
上传日期:2007-05-02
资源大小:2317k
文件大小:0k
- #ifndef _ADO_EXCEPTION_H
- #define _ADO_EXCEPTION_H
- class CADOException : public CADOObject
- {
- public:
- CADOException(LPCSTR lpszFuncName, LPCSTR lpszDescription)
- {
- m_sFunctionName = m_sFunctionName;
- m_sDescription = lpszDescription;
- }
- //----------------------------------------------------------
- virtual ~CADOException()
- {
- m_sDescription.erase();
- m_sFunctionName.erase();
- }
- protected:
- string m_sFunctionName,
- m_sDescription;
- };
- #endif //_ADO_EXCEPTION_H