6 references to ExceptionColumnNameNotFound
System.Web.DataVisualization (6)
Common\DataManager\DataPoint.cs (6)
1190 throw(new ArgumentException( SR.ExceptionColumnNameNotFound( fieldName) ) ); 1227 throw(new ArgumentException( SR.ExceptionColumnNameNotFound(fieldName))); 1284 throw(new ArgumentException( SR.ExceptionColumnNameNotFound(fieldName))); 1405 throw(new ArgumentException( SR.ExceptionColumnNameNotFound(field))); 1446 throw(new ArgumentException(SR.ExceptionColumnNameNotFound(field))); 1483 throw(new ArgumentException(SR.ExceptionColumnNameNotFound(field)));