Added Error Handling and Reporting
This commit is contained in:
@@ -164,7 +164,7 @@ namespace DataLoader
|
||||
}
|
||||
}
|
||||
else
|
||||
Console.WriteLine(string.Format("{0}", imgfile), "Cannot Find Image File");
|
||||
frmMain.AddError("Cannot Find Image File {0}", imgfile);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user