Browse Source

去除不必要的异常抛出

章政 8 years ago
parent
commit
62886cd3dd
1 changed files with 1 additions and 1 deletions
  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)
             catch (Exception ex)
             {
             {
-                throw new Exception(ex.Message);
+                LogManager.DoLog(ex.Message);
             }
             }
             finally
             finally
             {
             {