4 references to Arg_InsufficientSpace
System.Collections.Specialized (4)
System\Collections\Specialized\ListDictionary.cs (1)
211throw new ArgumentException(SR.Arg_InsufficientSpace);
System\Collections\Specialized\NameObjectCollectionBase.cs (2)
384throw new ArgumentException(SR.Arg_InsufficientSpace); 608throw new ArgumentException(SR.Arg_InsufficientSpace);
System\Collections\Specialized\NameValueCollection.cs (1)
209throw new ArgumentException(SR.Arg_InsufficientSpace);