8 references to ExceptionCustomAttributeValueInvalid2
System.Web.DataVisualization (8)
Common\ChartTypes\BoxPlotChart.cs (1)
1725
throw(new InvalidOperationException(SR.
ExceptionCustomAttributeValueInvalid2
("BoxPlotShowUnusualValues")));
Common\ChartTypes\FastLineChart.cs (1)
295
throw (new InvalidOperationException(SR.
ExceptionCustomAttributeValueInvalid2
("PermittedPixelError")));
Common\ChartTypes\FastPointChart.cs (1)
296
throw (new InvalidOperationException(SR.
ExceptionCustomAttributeValueInvalid2
("PermittedPixelError")));
Common\DataManager\DataSeries.cs (5)
650
throw (new InvalidOperationException(SR.
ExceptionCustomAttributeValueInvalid2
("PixelPointDepth")));
680
throw (new InvalidOperationException(SR.
ExceptionCustomAttributeValueInvalid2
("PixelPointGapDepth")));
750
throw(new InvalidOperationException(SR.
ExceptionCustomAttributeValueInvalid2
("MinPixelPointWidth")));
779
throw(new InvalidOperationException( SR.
ExceptionCustomAttributeValueInvalid2
("MaxPixelPointWidth")));
805
throw(new InvalidOperationException(SR.
ExceptionCustomAttributeValueInvalid2
("PixelPointWidth")));