2 references to Argument_out_of_range
System.Runtime.Caching (2)
System\Caching\MemoryCache.cs (2)
217
throw new ArgumentOutOfRangeException("policy", RH.Format(R.
Argument_out_of_range
, "SlidingExpiration", ObjectCache.NoSlidingExpiration, OneYear));
224
throw new ArgumentOutOfRangeException("policy", RH.Format(R.
Argument_out_of_range
, "Priority", CacheItemPriority.Default, CacheItemPriority.NotRemovable));