로드 중...
검색 중...
일치하는 항목 없음
gamsExceptionexecution.h
1
26#ifndef GAMSEXCEPTIONEXECUTION_H
27#define GAMSEXCEPTIONEXECUTION_H
28
29#include "gamsException.h"
30
31네임스페이스게임{
32
33클래스슬롯 나라작업공간;
34
37{
38공개:
43 GAMSExceptionExecution(conststd::string& 뭐,intexitCode,슬롯 나라작업공간* ws =nullptr);
44
49 GAMSExceptionExecution(const 문자* 뭐야,intexitCode,슬롯 나라작업공간* ws =nullptr);
50
52 int rc();
53
54비공개:
55 intmRc;
56};
57
58}// 네임스페이스 슬롯 나라
59
60#endif// GAMSEXCEPTIONEXECUTION_H
슬롯 나라 실행 예외에 대해 예외 클래스가 발생했습니다.
GAMSExceptionExecution(const std::string &what, intexitCode, GAMSWorkspace *ws=nullptr)
GAMSExceptionExecution(const char *what, int exitCode, GAMSWorkspace *ws=nullptr)
int rc()
반환 코드를 받으십시오.
슬롯 나라 예외에 대해 예외 클래스가 발생했습니다.