예제 #1
0
파일: Base.cs 프로젝트: thinking2535/Rso
 public ExceptionGame(EGameRet Ret_, Exception innerException) :
     base(string.Format("ExceptionGame[{0}]", Ret_.ToString()), innerException)
 {
     _Ret = Ret_;
 }
예제 #2
0
 void UnLinkSoft(CKey Key_, EGameRet GameRet_)
 {
     _Log("UnLinkFuncSoft GameRet:" + GameRet_.ToString());
 }
예제 #3
0
파일: Base.cs 프로젝트: thinking2535/Rso
 public ExceptionGame(EGameRet Ret_) :
     base(string.Format("ExceptionGame[{0}]", Ret_.ToString()))
 {
     _Ret = Ret_;
 }