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