Changed Error Handler
This commit is contained in:
parent
4a50092154
commit
37688d042f
@ -123,7 +123,7 @@ namespace DataLoader
|
||||
{
|
||||
log.ErrorFormat("Could not load data, error = {0}", ex.Message);
|
||||
//return false;
|
||||
throw ex;
|
||||
throw new Exception("Error in LoadFolders", ex);
|
||||
}
|
||||
return true;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user