3 references to ExceptionBorderWidthIsNotPositive
System.Web.DataVisualization (3)
Common\Borders3D\Borders3D.cs (1)
542
throw(new ArgumentOutOfRangeException("value", SR.
ExceptionBorderWidthIsNotPositive
));
Common\DataManager\DataPoint.cs (2)
3685
throw (new ArgumentOutOfRangeException("value", SR.
ExceptionBorderWidthIsNotPositive
));
4619
throw (new ArgumentOutOfRangeException("value", SR.
ExceptionBorderWidthIsNotPositive
));