3 references to ExceptionDataSeriesKeywordFormatInvalid
System.Web.DataVisualization (3)
Common\DataManager\DataPoint.cs (1)
2570throw (new InvalidOperationException(SR.ExceptionDataSeriesKeywordFormatInvalid(result)));
Common\DataManager\DataSeries.cs (2)
1234 throw(new InvalidOperationException( SR.ExceptionDataSeriesKeywordFormatInvalid( result ))); 1341 throw(new InvalidOperationException( SR.ExceptionDataSeriesKeywordFormatInvalid(result)));