This commit is contained in:
parent
b136252ff6
commit
b513285da7
@ -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;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user