- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
catch (Exception e)
{
CommonAPI.SetErrorApp(0, MethodBase.GetCurrentMethod().DeclaringType.Name + "." + MethodBase.GetCurrentMethod().Name, e.Message);
#if DEBUG
throw e;
#else
return 0;
#endif
}
Konardo 26.02.2014 11:13 # −8
TauSigma 25.03.2014 18:38 # 0