From ea7d59908eae2c7b28bfd0d7f4ea816e3c7a6ecc Mon Sep 17 00:00:00 2001 From: "safiulova.k" Date: Wed, 20 Dec 2023 09:58:42 +0400 Subject: [PATCH] all --- base/Catamaran/Catamaran/SetGeneric.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/base/Catamaran/Catamaran/SetGeneric.cs b/base/Catamaran/Catamaran/SetGeneric.cs index 9663b4d..503a85b 100644 --- a/base/Catamaran/Catamaran/SetGeneric.cs +++ b/base/Catamaran/Catamaran/SetGeneric.cs @@ -71,7 +71,7 @@ namespace Catamaran.Generics if (equal != null) { if (_places.Contains(catamaran, equal)) - throw new ArgumentException(nameof(catamaran)); + throw new ArgumentException("Данный объект уже есть в коллекции"); } _places.Insert(position, catamaran); return true;