4 references to ExceptionDataPointValueNameInvalid
System.Web.DataVisualization (4)
Common\DataManager\DataPoint.cs (2)
2416
throw(new ArgumentException( SR.
ExceptionDataPointValueNameInvalid
, "valueName"));
2434
throw(new ArgumentException( SR.
ExceptionDataPointValueNameInvalid
, "valueName"));
Common\Formulas\FormulaHelpers.cs (2)
1537
throw new ArgumentException(SR.
ExceptionDataPointValueNameInvalid
, seriesFieldId);
1629
throw new ArgumentException(SR.
ExceptionDataPointValueNameInvalid
, seriesFieldId);