Kleine änderungen durchgeführt
This commit is contained in:
@@ -19,7 +19,7 @@ namespace CSVParser
|
||||
{
|
||||
get
|
||||
{
|
||||
if (!File.Exists(csvFile)) return null;
|
||||
if (!File.Exists(csvFile)) throw new FileNotFoundException(csvFile);
|
||||
return File.ReadAllLines(csvFile);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user