SenseNet.ContentRepository.Storage.SR.Exceptions.General.Exc_LessThanDateTimeMinValue C# (CSharp) Méthode

Exc_LessThanDateTimeMinValue() static private méthode

static private Exc_LessThanDateTimeMinValue ( ) : Exception
Résultat 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()