8.8.1. MDOException¶
- MDOException¶
Mindopt的异常类,用以标识系统中发生的错误。
属性
ErrorCode
检索错误码
Message
检索错误信息
方法
用错误码构造错误
使用错误消息和错误码构造错误
- MDOException(int errcode)¶
用错误码构造错误
- Parameters:
int errcode – 错误码
- MDOException(string errmsg, int errcode)¶
使用错误消息和错误码构造错误
- Parameters:
string errmsg – 错误消息
int errcode – 错误码