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 (GAMSWorkspace ws=null)
 Constructor.
 
 GAMSExceptionExecution (string message, int exitCode, GAMSWorkspace ws=null)
 Constructor.
 
 GAMSExceptionExecution (string message, System.Exception inner, GAMSWorkspace ws=null)
 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, GAMSWorkspace ws=null)
 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 ( GAMSWorkspace  ws = null)
inline

Constructor.

Parameters
wsActive GAMSWorkspace

◆ GAMSExceptionExecution() [2/4]

GAMS.GAMSExceptionExecution.GAMSExceptionExecution ( string  message,
int  exitCode,
GAMSWorkspace  ws = null 
)
inline

Constructor.

Parameters
messageException message
exitCodeExit Code
wsActive GAMSWorkspace

◆ GAMSExceptionExecution() [3/4]

GAMS.GAMSExceptionExecution.GAMSExceptionExecution ( string  message,
System::Exception  inner,
GAMSWorkspace  ws = null 
)
inline

Constructor.

Parameters
messageException message
innerReference to the inner exception
wsActive GAMSWorkspace

◆ GAMSExceptionExecution() [4/4]

GAMS.GAMSExceptionExecution.GAMSExceptionExecution ( System::Runtime::Serialization::SerializationInfo  info,
System::Runtime::Serialization::StreamingContext  context,
GAMSWorkspace  ws = null 
)
inlineprotected

Constructor.

Parameters
infoInfo
contextContext
wsActive GAMSWorkspace

Property Documentation

◆ eRC

GAMSExitCode GAMS.GAMSExceptionExecution.eRC
get

GAMS return code (enumerated type)

◆ iRC

int GAMS.GAMSExceptionExecution.iRC
get

GAMS return code (int)