18 references to ExceptionPriceIndicatorsPeriodMissing
System.Web.DataVisualization (18)
Common\Formulas\Oscillator.cs (2)
191throw new InvalidOperationException(SR.ExceptionPriceIndicatorsPeriodMissing); 193throw new InvalidOperationException(SR.ExceptionPriceIndicatorsPeriodMissing + e.Message);
Common\Formulas\PriceIndicators.cs (12)
146throw new InvalidOperationException(SR.ExceptionPriceIndicatorsPeriodMissing); 148throw new InvalidOperationException(SR.ExceptionPriceIndicatorsPeriodMissing + e.Message); 321throw new InvalidOperationException(SR.ExceptionPriceIndicatorsPeriodMissing); 323throw new InvalidOperationException(SR.ExceptionPriceIndicatorsPeriodMissing + e.Message); 465throw new InvalidOperationException(SR.ExceptionPriceIndicatorsPeriodMissing); 467throw new InvalidOperationException(SR.ExceptionPriceIndicatorsPeriodMissing + e.Message); 548throw new InvalidOperationException(SR.ExceptionPriceIndicatorsPeriodMissing); 550throw new InvalidOperationException(SR.ExceptionPriceIndicatorsPeriodMissing + e.Message); 691throw new InvalidOperationException(SR.ExceptionPriceIndicatorsPeriodMissing); 693throw new InvalidOperationException(SR.ExceptionPriceIndicatorsPeriodMissing + e.Message); 967throw new InvalidOperationException(SR.ExceptionPriceIndicatorsPeriodMissing); 969throw new InvalidOperationException(SR.ExceptionPriceIndicatorsPeriodMissing + e.Message);
Common\Formulas\TechGeneralIndicators.cs (2)
86throw new InvalidOperationException(SR.ExceptionPriceIndicatorsPeriodMissing); 88throw new InvalidOperationException(SR.ExceptionPriceIndicatorsPeriodMissing + e.Message);
Common\Formulas\VolumeIndicator.cs (2)
152throw new InvalidOperationException(SR.ExceptionPriceIndicatorsPeriodMissing); 154throw new InvalidOperationException(SR.ExceptionPriceIndicatorsPeriodMissing + e.Message);