8.7.1. MDOException¶
- MDOException¶
Represent an error occurred while running MindOpt application
Properties
Retrieve the error code
Retrieve the error message
- ErrorCode¶
Retrieve the error code
- Message¶
Retrieve the error message
Methods
Construct an error with an error code
Construct an error using error messages and error code
- MDOException(int errcode)¶
Construct an error with an error code
- Parameters
int errcode – Error Code
- MDOException(string errmsg, int errcode)¶
Construct an error using error messages and error code
- Parameters
string errmsg – Error message
int errcode – Error Code