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