Loading...
Searching...
No Matches
Exception class thrown for GAMS execution exceptions.
More...
|
| GAMSExceptionExecution (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context, GAMSWorkspace ws=null) |
| Constructor.
|
|
| GAMSException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) |
| Constructor.
|
|
|
GAMSExitCode | eRC [get] |
| GAMS return code (enumerated type)
|
|
int | iRC [get] |
| GAMS return code (int)
|
|
Exception class thrown for GAMS execution exceptions.
◆ GAMSExceptionExecution() [1/4]
GAMS.GAMSExceptionExecution.GAMSExceptionExecution |
( |
GAMSWorkspace |
ws = null | ) |
|
|
inline |
◆ GAMSExceptionExecution() [2/4]
GAMS.GAMSExceptionExecution.GAMSExceptionExecution |
( |
string |
message, |
|
|
int |
exitCode, |
|
|
GAMSWorkspace |
ws = null |
|
) |
| |
|
inline |
Constructor.
- Parameters
-
message | Exception message |
exitCode | Exit Code |
ws | Active GAMSWorkspace |
◆ GAMSExceptionExecution() [3/4]
GAMS.GAMSExceptionExecution.GAMSExceptionExecution |
( |
string |
message, |
|
|
System::Exception |
inner, |
|
|
GAMSWorkspace |
ws = null |
|
) |
| |
|
inline |
Constructor.
- Parameters
-
message | Exception message |
inner | Reference to the inner exception |
ws | Active GAMSWorkspace |
◆ GAMSExceptionExecution() [4/4]
GAMS.GAMSExceptionExecution.GAMSExceptionExecution |
( |
System::Runtime::Serialization::SerializationInfo |
info, |
|
|
System::Runtime::Serialization::StreamingContext |
context, |
|
|
GAMSWorkspace |
ws = null |
|
) |
| |
|
inlineprotected |
Constructor.
- Parameters
-
info | Info |
context | Context |
ws | Active GAMSWorkspace |
◆ eRC
GAMS return code (enumerated type)
◆ iRC
int GAMS.GAMSExceptionExecution.iRC |
|
get |