diff --git a/ProjectStormtrooper/FormStormtrooperCollection.cs b/ProjectStormtrooper/FormStormtrooperCollection.cs index c7a2016..1aa7cf7 100644 --- a/ProjectStormtrooper/FormStormtrooperCollection.cs +++ b/ProjectStormtrooper/FormStormtrooperCollection.cs @@ -91,6 +91,11 @@ public partial class FormStormtrooperCollection : Form MessageBox.Show("Не удалось добавить объект"); _logger.LogError("Ошибка: {Message}", ex.Message); } + catch(ObjectIsEqualException ex) + { + MessageBox.Show("Такой объект уже существует "); + _logger.LogError("Ошибка: {Message}", ex.Message); + } } ///