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

Exc_BiggerThanDateTimeMaxValue() static private method

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