MATLAB Engine API for C++ Exception Classes
Exception | Cause |
---|---|
| Base class of all C++ Engine exceptions. |
| There is a MATLAB® run-time error in function or MATLAB fails to start. |
| The MATLAB session is not available |
| There is a syntax error in the MATLAB function. |
| There is a MATLAB run-time error in the MATLAB function or statement. |
| Evaluation of the MATLAB function is canceled. |
| Thrown by matlab::engine::FutureResult::get if the
evaluation of the MATLAB function or statement is interrupted. |
| The result of the MATLAB function cannot be converted to the specified type |