8.7.1. MDOException

MDOException

Represent an error occurred while running MindOpt application

Properties

ErrorCode

Retrieve the error code

Message

Retrieve the error message

ErrorCode

Retrieve the error code

Message

Retrieve the error message

Methods

MDOException

Construct an error with an error code

MDOException

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