18 references to ExceptionPeriodParameterIsNegative
System.Web.DataVisualization (18)
Common\Formulas\Oscillator.cs (4)
197throw new InvalidOperationException(SR.ExceptionPeriodParameterIsNegative); 471throw new InvalidOperationException(SR.ExceptionPeriodParameterIsNegative); 482throw new InvalidOperationException(SR.ExceptionPeriodParameterIsNegative); 582throw new InvalidOperationException(SR.ExceptionPeriodParameterIsNegative);
Common\Formulas\PriceIndicators.cs (6)
152throw new InvalidOperationException(SR.ExceptionPeriodParameterIsNegative); 327throw new InvalidOperationException(SR.ExceptionPeriodParameterIsNegative); 471throw new InvalidOperationException(SR.ExceptionPeriodParameterIsNegative); 554throw new InvalidOperationException(SR.ExceptionPeriodParameterIsNegative); 697throw new InvalidOperationException(SR.ExceptionPeriodParameterIsNegative); 973throw new InvalidOperationException(SR.ExceptionPeriodParameterIsNegative);
Common\Formulas\TechGeneralIndicators.cs (7)
92throw new InvalidOperationException(SR.ExceptionPeriodParameterIsNegative); 162throw new InvalidOperationException(SR.ExceptionPeriodParameterIsNegative); 294throw new InvalidOperationException(SR.ExceptionPeriodParameterIsNegative); 433throw new InvalidOperationException(SR.ExceptionPeriodParameterIsNegative); 489throw new InvalidOperationException(SR.ExceptionPeriodParameterIsNegative); 573throw new InvalidOperationException(SR.ExceptionPeriodParameterIsNegative); 741throw new InvalidOperationException(SR.ExceptionPeriodParameterIsNegative);
Common\Formulas\VolumeIndicator.cs (1)
158throw new InvalidOperationException(SR.ExceptionPeriodParameterIsNegative);