4 references to ExceptionNameAlreadyExistsInCollection
System.Windows.Forms.DataVisualization (4)
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));