Added Error Handling and Reporting
This commit is contained in:
@@ -63,6 +63,7 @@ namespace DataLoader
|
||||
if (convertProcedures)
|
||||
{
|
||||
ShowMissingTransitions();
|
||||
frmMain.Status = string.Format("{0}\r\nConversion completed in {1} seconds.", pth, TimeSpan.FromTicks(lTime).TotalSeconds);
|
||||
log.InfoFormat("Completed Migration of {0}", pth);
|
||||
|
||||
MessageBox.Show("Completed Migration of " + pth);
|
||||
@@ -70,6 +71,8 @@ namespace DataLoader
|
||||
dicTrans_ItemDone.Clear();
|
||||
dicTrans_ItemDone = null;
|
||||
}
|
||||
else
|
||||
frmMain.Status = string.Format("{0}\r\nDone.", pth);
|
||||
cn.Close();
|
||||
if (itm != null)
|
||||
{
|
||||
|
Reference in New Issue
Block a user