Added Error Handling and Reporting
This commit is contained in:
@@ -86,6 +86,7 @@ namespace DataLoader
|
||||
catch (Exception ex)
|
||||
{
|
||||
log.ErrorFormat("error in convert curset.dat, ex = {0}", ex.Message);
|
||||
frmMain.AddError(ex, "error in convert curset.dat");
|
||||
}
|
||||
}
|
||||
string titlepath = vb.Path + "\\" + "Title";
|
||||
|
Reference in New Issue
Block a user