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