Loading...
Searching...
No Matches
GAMS.GAMSExceptionExecution Class Reference
Exception class thrown for GAMS execution exceptions. More...
Inheritance diagram for GAMS.GAMSExceptionExecution:

Public Member Functions | |
GAMSExceptionExecution (GAMSWorkspace ws=null) | |
Constructor. | |
GAMSExceptionExecution (string message, int exitCode, GAMSWorkspace ws=null) | |
Constructor. | |
GAMSExceptionExecution (string message, System.Exception inner, GAMSWorkspace ws=null) | |
Constructor. | |
![]() | |
GAMSException () | |
Constructor. | |
GAMSException (string message) | |
Constructor. | |
GAMSException (string message, System.Exception inner) | |
Constructor. | |
Protected Member Functions | |
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. | |
Properties | |
GAMSExitCode | eRC [get] |
GAMS return code (enumerated type) | |
int | iRC [get] |
GAMS return code (int) | |
Detailed Description
Exception class thrown for GAMS execution exceptions.
Constructor & Destructor Documentation
◆ GAMSExceptionExecution() [1/4]
|
inline |
Constructor.
- Parameters
-
ws Active GAMSWorkspace
◆ GAMSExceptionExecution() [2/4]
|
inline |
Constructor.
- Parameters
-
message Exception message exitCode Exit Code ws Active GAMSWorkspace
◆ GAMSExceptionExecution() [3/4]
|
inline |
Constructor.
- Parameters
-
message Exception message inner Reference to the inner exception ws Active GAMSWorkspace
◆ GAMSExceptionExecution() [4/4]
|
inlineprotected |
Constructor.
- Parameters
-
info Info context Context ws Active GAMSWorkspace
Property Documentation
◆ eRC
|
get |
GAMS return code (enumerated type)
◆ iRC
|
get |
GAMS return code (int)