Loading...
Searching...
No Matches
GAMS.GAMSExceptionExecution Class Reference

Exception class thrown for GAMS execution exceptions. More...

Inheritance diagram for GAMS.GAMSExceptionExecution:
GAMS.GAMSException

Public Member Functions

 GAMSExceptionExecution ()
 Constructor.
 
 GAMSExceptionExecution (string message, int exitCode)
 Constructor.
 
 GAMSExceptionExecution (string message, System.Exception inner)
 Constructor.
 
- Public Member Functions inherited from GAMS.GAMSException
 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)
 Constructor.
 
- Protected Member Functions inherited from GAMS.GAMSException
 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]

GAMS.GAMSExceptionExecution.GAMSExceptionExecution ( )
inline

Constructor.

◆ GAMSExceptionExecution() [2/4]

GAMS.GAMSExceptionExecution.GAMSExceptionExecution ( string  message,
int  exitCode 
)
inline

Constructor.

Parameters
messageException message
exitCodeExit Code

◆ GAMSExceptionExecution() [3/4]

GAMS.GAMSExceptionExecution.GAMSExceptionExecution ( string  message,
System::Exception  inner 
)
inline

Constructor.

Parameters
messageException message
innerReference to the inner exception

◆ GAMSExceptionExecution() [4/4]

GAMS.GAMSExceptionExecution.GAMSExceptionExecution ( System::Runtime::Serialization::SerializationInfo  info,
System::Runtime::Serialization::StreamingContext  context 
)
inlineprotected

Constructor.

Parameters
infoInfo
contextContext

Property Documentation

◆ eRC

GAMSExitCode GAMS.GAMSExceptionExecution.eRC
get

GAMS return code (enumerated type)

◆ iRC

int GAMS.GAMSExceptionExecution.iRC
get

GAMS return code (int)