This commit is contained in:
@@ -365,7 +365,7 @@ namespace DataLoader
|
||||
catch (Exception ex)
|
||||
{
|
||||
_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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user