- 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
}
Комментарии (2) RSS
Добавить комментарий