Browse Source

去除不必要的异常抛出

章政 9 năm trước cách đây
mục cha
commit
62886cd3dd
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      UAS-MES/PublicMethod/BaseUtil.cs

+ 1 - 1
UAS-MES/PublicMethod/BaseUtil.cs

@@ -1161,7 +1161,7 @@ namespace UAS_MES.PublicMethod
             }
             catch (Exception ex)
             {
-                throw new Exception(ex.Message);
+                LogManager.DoLog(ex.Message);
             }
             finally
             {