// // This file was generated by resx2sr tool // partial class R { public const string Config_unable_to_get_section = "Unable to retrieve configuration section '{0}'."; public const string TimeSpan_invalid_format = "Invalid configuration: {0}=\"{1}\". The {0} value must be a time interval that can be parsed by System.TimeSpan.Parse."; public const string Value_must_be_non_negative_integer = "Invalid configuration: {0}=\"{1}\". The {0} value must be a non-negative 32-bit integer."; public const string Value_must_be_positive_integer = "Invalid configuration: {0}=\"{1}\". The {0} value must be a positive 32-bit integer."; public const string Value_too_big = "Invalid configuration: {0}=\"{1}\". The {0} value cannot be greater than '{2}'."; public const string Empty_collection = "The collection '{0}' is empty."; public const string Collection_contains_null_element = "The collection '{0}' contains a null element."; public const string Collection_contains_null_or_empty_string = "The collection '{0}' contains a null or empty string."; public const string Method_already_invoked = "The method has already been invoked, and can only be invoked once."; public const string Property_already_set = "The property has already been set, and can only be set once."; public const string Invalid_state = "Invalid state."; public const string Init_not_complete = "Initialization has not completed yet. The InitializationComplete method must be invoked before Dispose is invoked."; public const string Default_is_reserved = "Default is a reserved MemoryCache name."; public const string Invalid_expiration_combination = "AbsoluteExpiration must be DateTimeOffset.MaxValue or SlidingExpiration must be TimeSpan.Zero."; public const string Invalid_callback_combination = "Only one callback can be specified. Either RemovedCallback or UpdateCallback must be null."; public const string Invalid_argument_combination = "One of the following parameters must be specified: dependencies, absoluteExpiration, slidingExpiration."; public const string Update_callback_must_be_null = "CacheItemUpdateCallback must be null."; public const string Argument_out_of_range = "'{0}' must be greater than or equal to '{1}' and less than or equal to '{2}'."; public const string Empty_string_invalid = "An empty string is invalid."; public const string RegionName_not_supported = "The parameter regionName must be null."; public const string Value_must_be_boolean = "Invalid configuration: {0}=\"{1}\". The {0} value must be a boolean."; }