2 references to RangeAttribute_MinGreaterThanMax
System.ComponentModel.DataAnnotations (2)
DataAnnotations\RangeAttribute.cs (1)
73throw new InvalidOperationException(String.Format(CultureInfo.CurrentCulture, DataAnnotationsResources.RangeAttribute_MinGreaterThanMax, maximum, minimum));
DataAnnotations\StringLengthAttribute.cs (1)
88throw new InvalidOperationException(String.Format(CultureInfo.CurrentCulture, DataAnnotationsResources.RangeAttribute_MinGreaterThanMax, this.MaximumLength, this.MinimumLength));