|
@@ -1,7 +1,7 @@
|
|
|
using System.Collections.Generic;
|
|
|
using System.Xml;
|
|
|
|
|
|
-namespace OTSDataType
|
|
|
+namespace OTSReportDataType
|
|
|
{
|
|
|
public struct StringRes
|
|
|
{
|
|
@@ -140,9 +140,9 @@ namespace OTSDataType
|
|
|
{
|
|
|
rg.mapRes[key] = sr;
|
|
|
}
|
|
|
- catch /*(System.Exception ex)*/
|
|
|
+ catch (System.Exception ex)
|
|
|
{
|
|
|
- // MessageBox.Show(ex.ToString());
|
|
|
+ NLog.LogManager.GetCurrentClassLogger().Error(ex.Message);
|
|
|
}
|
|
|
}
|
|
|
resGroup[colkey] = rg;
|