This commit is contained in:
Игорь Гордеев 2023-12-27 20:02:32 +04:00
parent 4f67d6f78a
commit 24a7f06439

View File

@ -114,6 +114,7 @@ namespace ElectricLocomotive
catch (StorageOverflowException ex) catch (StorageOverflowException ex)
{ {
MessageBox.Show(ex.Message); MessageBox.Show(ex.Message);
_logger.LogInformation("Не удалось добавить объект");
} }
//проверяем, удалось ли нам загрузить объект //проверяем, удалось ли нам загрузить объект