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