Putilin P. A. LabWork 7 #8

Closed
Pavel wants to merge 4 commits from LabWork7 into LabWork6
Showing only changes of commit fc62891cfc - Show all commits

View File

@ -113,7 +113,7 @@ namespace AirplaneWithRadar
{
if (!File.Exists(filename))
{
throw new Exception("Файл не найден");
throw new FileNotFoundException("Файл не найден");
}
using (StreamReader fs = new(filename))
{