Concepts
Features
Reference
Gurobi exception object. This is a sub-class of the .NETExceptionclass. A number of useful properties, includingMessage() andStackTrace(), are inherited from the parent class. For a list ofparent class methods, visitthissite.
Exception constructor that creates a Gurobi exception with the given errorcode.
errcode – Error code for exception.
An exception object.
Exception constructor that creates a Gurobi exception with the givenmessage string.
errmsg – Error message for exception.
An exception object.
Exception constructor that creates a Gurobi exception with the givenmessage string and error code.
errmsg – Error message for exception.
errcode – Error code for exception.
An exception object.
(Property) The error code associated with a Gurobi exception.
Help and Feedback