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