SenseNet.ContentRepository.Storage.SR.Exceptions.General.Exc_LessThanDateTimeMinValue C# (CSharp) Метод

Exc_LessThanDateTimeMinValue() статический приватный Метод

static private Exc_LessThanDateTimeMinValue ( ) : Exception
Результат 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()