4 references to ExceptionValueMustBeInRange
System.Web.DataVisualization (4)
Common\Annotation\AnnotationBase.cs (2)
627
throw new ArgumentException(SR.
ExceptionValueMustBeInRange
("Width", (-WidthHightLimit).ToString(CultureInfo.CurrentCulture), WidthHightLimit.ToString(CultureInfo.CurrentCulture)));
679
throw new ArgumentException(SR.
ExceptionValueMustBeInRange
("Height", (-WidthHightLimit).ToString(CultureInfo.CurrentCulture), WidthHightLimit.ToString(CultureInfo.CurrentCulture)));
Common\General\Axis.cs (1)
1197
throw (new ArgumentOutOfRangeException("value", SR.
ExceptionValueMustBeInRange
("MaximumAutoSize", "0", "100")));
Common\General\Title.cs (1)
492
throw (new ArgumentOutOfRangeException("value", SR.
ExceptionValueMustBeInRange
("DockingOffset", (-100).ToString(CultureInfo.CurrentCulture), (100).ToString(CultureInfo.CurrentCulture))));