This commit is contained in:
Kathy Ruffing 2011-01-19 16:00:58 +00:00
parent b136252ff6
commit b513285da7

View File

@ -365,7 +365,7 @@ namespace DataLoader
catch (Exception ex) catch (Exception ex)
{ {
_MyLog.ErrorFormat("MigrateProcedures - {0} - {1}\r\n\r\n{2}", pth,ex.Message, ex.InnerException); _MyLog.ErrorFormat("MigrateProcedures - {0} - {1}\r\n\r\n{2}", pth,ex.Message, ex.InnerException);
throw new Exception("Error in MigrateProcedures: " + pth, ex); //throw new Exception("Error in MigrateProcedures: " + pth, ex);
} }
return FirstItm; return FirstItm;
} }