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