Esempio n. 1
0
 public Exeption(ACSFunctionRet_t type)
     : base(String.Format("{0}", type))
 {
 }
Esempio n. 2
0
 public Exeption(String text, ACSFunctionRet_t type)
     : base(String.Format("{0}:{1}", text, type))
 {
     Code = type;
 }