5 references to ExceptionNameAlreadyExistsInCollection
System.Web.DataVisualization (5)
Common\General\BaseClasses.cs (1)
289
throw new ArgumentException(SR.
ExceptionNameAlreadyExistsInCollection
(value, nameController.GetType().Name));
Common\General\BaseCollections.cs (4)
324
throw new ArgumentException(SR.
ExceptionNameAlreadyExistsInCollection
(name, this.GetType().Name));
327
throw new ArgumentException(SR.
ExceptionNameAlreadyExistsInCollection
(name, this.GetType().Name));
451
throw new ArgumentException(SR.
ExceptionNameAlreadyExistsInCollection
(item.Name, this.GetType().Name));
475
throw new ArgumentException(SR.
ExceptionNameAlreadyExistsInCollection
(item.Name, this.GetType().Name));