2 references to RangeAttribute_MinGreaterThanMax
System.ComponentModel.Annotations (2)
System\ComponentModel\DataAnnotations\RangeAttribute.cs (1)
113
throw new InvalidOperationException(SR.Format(SR.
RangeAttribute_MinGreaterThanMax
, maximum, minimum));
System\ComponentModel\DataAnnotations\StringLengthAttribute.cs (1)
93
throw new InvalidOperationException(SR.Format(SR.
RangeAttribute_MinGreaterThanMax
, MaximumLength, MinimumLength));