5 references to ExceptionCustomAttributeMustBeInRange
System.Web.DataVisualization (5)
Common\Converters\CustomAttributesConverters.cs (1)
810
throw(new InvalidOperationException(SR.
ExceptionCustomAttributeMustBeInRange
(attrName, this._customAttributeInfo.MinValue.ToString(),this._customAttributeInfo.MaxValue.ToString() )));
Common\DataManager\DataSeries.cs (4)
659
throw (new InvalidOperationException(SR.
ExceptionCustomAttributeMustBeInRange
("PixelPointDepth", (0).ToString(CultureInfo.CurrentCulture), CustomPropertyRegistry.MaxValueOfPixelAttribute.ToString(CultureInfo.CurrentCulture))));
689
throw (new InvalidOperationException(SR.
ExceptionCustomAttributeMustBeInRange
("PixelPointGapDepth", (0).ToString(CultureInfo.CurrentCulture), CustomPropertyRegistry.MaxValueOfPixelAttribute.ToString(CultureInfo.CurrentCulture))));
758
throw (new InvalidOperationException(SR.
ExceptionCustomAttributeMustBeInRange
("MinPixelPointWidth", (0).ToString(CultureInfo.CurrentCulture), CustomPropertyRegistry.MaxValueOfPixelAttribute.ToString(CultureInfo.CurrentCulture))));
813
throw (new InvalidOperationException(SR.
ExceptionCustomAttributeMustBeInRange
("PixelPointWidth", (0).ToString(CultureInfo.CurrentCulture), CustomPropertyRegistry.MaxValueOfPixelAttribute.ToString(CultureInfo.CurrentCulture))));