Putilin P. A. LabWork 7 #8
@ -113,7 +113,7 @@ namespace AirplaneWithRadar
|
||||
{
|
||||
if (!File.Exists(filename))
|
||||
{
|
||||
throw new Exception("Файл не найден");
|
||||
throw new FileNotFoundException("Файл не найден");
|
||||
}
|
||||
using (StreamReader fs = new(filename))
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user