3 references to LengthAttribute_InvalidValueType
System.ComponentModel.Annotations (3)
System\ComponentModel\DataAnnotations\LengthAttribute.cs (1)
67
throw new InvalidCastException(SR.Format(SR.
LengthAttribute_InvalidValueType
, value.GetType()));
System\ComponentModel\DataAnnotations\MaxLengthAttribute.cs (1)
84
throw new InvalidCastException(SR.Format(SR.
LengthAttribute_InvalidValueType
, value.GetType()));
System\ComponentModel\DataAnnotations\MinLengthAttribute.cs (1)
67
throw new InvalidCastException(SR.Format(SR.
LengthAttribute_InvalidValueType
, value.GetType()));