SenseNet.ContentRepository.Storage.SR.Exceptions.General.Exc_LessThanDateTimeMinValue C# (CSharp) Method

Exc_LessThanDateTimeMinValue() static private method

static private Exc_LessThanDateTimeMinValue ( ) : Exception
return System.Exception
				internal static Exception Exc_LessThanDateTimeMinValue()
				{
					return new ArgumentOutOfRangeException(String.Concat("DateTime value cannot be less than ",
						Data.DataProvider.Current.DateTimeMinValue.ToString(CultureInfo.CurrentCulture)));
				}
				internal static Exception Exc_BiggerThanDateTimeMaxValue()