Common\DataManager\DataPoint.cs (47)
194 throw(new ArgumentException( SR.ExceptionDataPointConverterInvalidSorting, "sortBy"));
200 throw(new ArgumentException( SR.ExceptionDataPointConverterUnavailableSorting(sortBy, series.YValuesPerPoint.ToString(System.Globalization.CultureInfo.InvariantCulture) ), "sortBy"));
370throw (new ArgumentException(SR.ExceptionParameterFormatInvalid, "otherFields"));
405throw new ArgumentNullException("dataSource", SR.ExceptionDataPointInsertionNoDataSource);
407throw (new ArgumentException(SR.ExceptionDataBindSeriesToString, "dataSource"));
419throw (new ArgumentOutOfRangeException("yFields", SR.ExceptionDataPointYValuesCountMismatch(series.YValuesPerPoint.ToString(System.Globalization.CultureInfo.InvariantCulture))));
602throw new ArgumentException(SR.ExceptionDataPointBindingYValueNotSpecified, "yValues");
609throw (new ArgumentException(SR.ExceptionDataBindYValuesToString, "yValues"));
616 throw(new ArgumentOutOfRangeException("yValues", SR.ExceptionDataPointYValuesBindingCountMismatch( series.YValuesPerPoint.ToString(System.Globalization.CultureInfo.InvariantCulture) ) ) );
630throw (new ArgumentException(SR.ExceptionDataBindXValuesToString, "xValue"));
676throw (new ArgumentOutOfRangeException("xValue", SR.ExceptionDataPointInsertionXValuesQtyIsLessYValues));
782throw new ArgumentException(SR.ExceptionDataBindXValuesToString, "xValue");
784throw new ArgumentNullException("yValue", SR.ExceptionDataPointInsertionYValueNotSpecified);
786throw new ArgumentException(SR.ExceptionDataBindYValuesToString, "yValue");
788throw new ArgumentOutOfRangeException("yFields", SR.ExceptionDataPointYValuesCountMismatch(series.YValuesPerPoint.ToString(System.Globalization.CultureInfo.InvariantCulture)));
797throw new ArgumentOutOfRangeException("yFields", SR.ExceptionDataPointYValuesCountMismatch(series.YValuesPerPoint.ToString(System.Globalization.CultureInfo.InvariantCulture)));
851throw (new ArgumentOutOfRangeException("xValue", SR.ExceptionDataPointInsertionXValuesQtyIsLessYValues));
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)));
2188 throw(new ArgumentOutOfRangeException("yValue", SR.ExceptionDataPointYValuesSettingCountMismatch(base.series.YValuesPerPoint.ToString(System.Globalization.CultureInfo.InvariantCulture))));
2239throw (new ArgumentException( SR.ExceptionDataPointYValueStringFormat));
2416 throw(new ArgumentException( SR.ExceptionDataPointValueNameInvalid, "valueName"));
2421 throw(new ArgumentException( SR.ExceptionDataPointValueNameYIndexIsNotPositive, "valueName"));
2426 throw(new ArgumentException( SR.ExceptionDataPointValueNameYIndexOutOfRange, "valueName"));
2434 throw(new ArgumentException( SR.ExceptionDataPointValueNameInvalid, "valueName"));
2507result = this.RemoveOneKeyword(result, KeywordName.ValY + index + 1, SR.FormatErrorString);
2570throw (new InvalidOperationException(SR.ExceptionDataSeriesKeywordFormatInvalid(result)));
2903throw (new ArgumentNullException(SR.ExceptionAttributeNameIsEmpty));
2929 throw(new ArgumentException( SR.ExceptionAttributeUnableToDelete));
3685throw (new ArgumentOutOfRangeException("value", SR.ExceptionBorderWidthIsNotPositive));
4190 SRDescription(SR.Keys.DescriptionAttributeLabel_FontAngle),
4229throw (new ArgumentOutOfRangeException("value", SR.ExceptionAngleRangeInvalid));
4619throw (new ArgumentOutOfRangeException("value", SR.ExceptionBorderWidthIsNotPositive));
4751 throw(new FormatException( SR.ExceptionAttributeInvalidFormat));
4759 throw(new FormatException( SR.ExceptionAttributeInvalidFormat));
4770 throw(new FormatException( SR.ExceptionAttributeNameIsNotUnique(values[0] ) ) );
4956[SRCategory(SR.Keys.CategoryAttributeMapArea)]
4957[SRDescription(SR.Keys.DescriptionAttributePostBackValue)]
5396 throw(new ArgumentOutOfRangeException("value", SR.ExceptionLabelBorderIsNotPositive));
5578[SRDescription(SR.Keys.DescriptionAttributePostBackValue)]
5733[SRDescription(SR.Keys.DescriptionAttributePostBackValue)]
6992 throw(new FormatException(SR.ExceptionAttributeInvalidFormat));
7000 throw(new FormatException(SR.ExceptionAttributeInvalidFormat));
Common\DataManager\DataSeries.cs (23)
538throw (new ArgumentNullException(SR.ExceptionDataSeriesNameIsEmpty));
556throw (new ArgumentNullException("name", SR.ExceptionDataSeriesNameIsEmpty));
560throw (new ArgumentOutOfRangeException("yValues", SR.ExceptionDataSeriesYValuesPerPointIsZero));
650throw (new InvalidOperationException(SR.ExceptionCustomAttributeValueInvalid2("PixelPointDepth")));
655throw (new InvalidOperationException(SR.ExceptionCustomAttributeIsNotLargerThenZiro("PixelPointDepth")));
659throw (new InvalidOperationException(SR.ExceptionCustomAttributeMustBeInRange("PixelPointDepth", (0).ToString(CultureInfo.CurrentCulture), CustomPropertyRegistry.MaxValueOfPixelAttribute.ToString(CultureInfo.CurrentCulture))));
680throw (new InvalidOperationException(SR.ExceptionCustomAttributeValueInvalid2("PixelPointGapDepth")));
685throw (new InvalidOperationException(SR.ExceptionCustomAttributeIsNotLargerThenZiro("PixelPointGapDepth")));
689throw (new InvalidOperationException(SR.ExceptionCustomAttributeMustBeInRange("PixelPointGapDepth", (0).ToString(CultureInfo.CurrentCulture), CustomPropertyRegistry.MaxValueOfPixelAttribute.ToString(CultureInfo.CurrentCulture))));
750 throw(new InvalidOperationException(SR.ExceptionCustomAttributeValueInvalid2("MinPixelPointWidth")));
754 throw(new InvalidOperationException(SR.ExceptionCustomAttributeIsNotLargerThenZiro("MinPixelPointWidth")));
758throw (new InvalidOperationException(SR.ExceptionCustomAttributeMustBeInRange("MinPixelPointWidth", (0).ToString(CultureInfo.CurrentCulture), CustomPropertyRegistry.MaxValueOfPixelAttribute.ToString(CultureInfo.CurrentCulture))));
779 throw(new InvalidOperationException( SR.ExceptionCustomAttributeValueInvalid2("MaxPixelPointWidth")));
783 throw(new InvalidOperationException(SR.ExceptionCustomAttributeIsNotLargerThenZiro("MaxPixelPointWidth")));
805 throw(new InvalidOperationException(SR.ExceptionCustomAttributeValueInvalid2("PixelPointWidth")));
809 throw(new InvalidOperationException(SR.ExceptionCustomAttributeIsNotLargerThenZiro("PixelPointWidth")));
813throw (new InvalidOperationException(SR.ExceptionCustomAttributeMustBeInRange("PixelPointWidth", (0).ToString(CultureInfo.CurrentCulture), CustomPropertyRegistry.MaxValueOfPixelAttribute.ToString(CultureInfo.CurrentCulture))));
944 throw(new ArgumentException(SR.ExceptionDataSeriesPointTypeUnsupported( type.ToString() ) ));
1073 throw(new InvalidOperationException( SR.ExceptionDataSeriesYValueIndexNotExists(yValueIndex.ToString(CultureInfo.InvariantCulture), this.Name ) ) );
1234 throw(new InvalidOperationException( SR.ExceptionDataSeriesKeywordFormatInvalid( result )));
1341 throw(new InvalidOperationException( SR.ExceptionDataSeriesKeywordFormatInvalid(result)));
2021throw (new ArgumentOutOfRangeException("value", SR.ExceptionDataSeriesYValueNumberInvalid));
2141 throw(new ArgumentException( SR.ExceptionMarkerStepNegativeValue, "value"));
Common\General\Chart.cs (17)
223throw (new ArgumentOutOfRangeException("value", SR.ExceptionChartCompressionInvalid));
798throw (new ArgumentException(SR.ExceptionDataBindYValuesToString, "dataSource"));
804 throw(new ArgumentOutOfRangeException("dataSource", SR.ExceptionDataPointYValuesCountMismatch(series.YValuesPerPoint.ToString(System.Globalization.CultureInfo.InvariantCulture) ) ) );
1037throw (new InvalidOperationException(SR.ExceptionChartDataPointsAlignmentFaild));
1043throw (new InvalidOperationException(SR.ExceptionChartDataPointsAlignmentFaildAxisLabelsInvalid));
1106throw (new ArgumentNullException("dataSource", SR.ExceptionDataPointInsertionNoDataSource));
1109throw (new ArgumentException(SR.ExceptionDataBindSeriesToString, "dataSource"));
1112throw (new ArgumentException(SR.ExceptionChartDataPointsInsertionFailedYValuesEmpty, "yFields"));
1115throw (new ArgumentException(SR.ExceptionDataBindSeriesGroupByParameterIsEmpty, "seriesGroupByField"));
1546 throw(new ArgumentNullException(SR.ExceptionInvalidServiceContainer));
1590 throw (new ArgumentException( SR.ExceptionChartPictureUnsupportedType( serviceType.ToString() ) ) );
2904 throw (new ArgumentException( SR.ExceptionBackSecondaryColorIsTransparent));
2934 throw(new ArgumentOutOfRangeException("value", SR.ExceptionChartBorderIsNegative));
3003throw (new InvalidOperationException(SR.ExceptionChartAreaNameReferenceInvalid(area.Name, area.AlignWithChartArea)));
3429throw new ArgumentException(SR.ExceptionChartOutOfLimits);
3433throw new ArgumentException(SR.ExceptionValueMustBeGreaterThan("Width", "0px"));
3437throw new ArgumentException(SR.ExceptionValueMustBeGreaterThan("Height", "0px"));
Common\General\LegendColumns.cs (16)
405throw (new ArgumentException(SR.ExceptionSeriesSymbolSizeIsNegative, "value"));
563[SRCategory(SR.Keys.CategoryAttributeSeriesItems)]
564[SRDescription(SR.Keys.DescriptionAttributePostBackValue)]
711throw (new ArgumentException(SR.ExceptionMinimumCellWidthIsWrong, "value"));
738throw (new ArgumentException(SR.ExceptionMaximumCellWidthIsWrong, "value"));
1196throw (new ArgumentException(SR.ExceptionLegendCellImageSizeIsNegative, "value"));
1222throw (new ArgumentException(SR.ExceptionLegendCellSeriesSymbolSizeIsNegative, "value"));
1268throw (new ArgumentException(SR.ExceptionLegendCellSpanIsLessThenOne, "value"));
1400[SRCategory(SR.Keys.CategoryAttributeMapArea)]
1401[SRDescription(SR.Keys.DescriptionAttributePostBackValue)]
1534throw (new InvalidOperationException(SR.ExceptionLegendCellTypeUnknown(this.CellType.ToString())));
1962 throw (new InvalidOperationException(SR.ExceptionLegendCellTypeUnknown(this.CellType.ToString())));
2596throw (new ArgumentException(SR.ExceptionMarginTopIsNegative, "value"));
2623throw (new ArgumentException(SR.ExceptionMarginBottomIsNegative, "value"));
2650throw (new ArgumentException(SR.ExceptionMarginLeftIsNegative, "value"));
2677throw (new ArgumentException(SR.ExceptionMarginRightIsNegative, "value"));
Common\Utilities\CustomAttributesRegistry.cs (96)
435throw (new ArgumentException(SR.ExceptionCustomAttributesRegistryUnsupportedType( serviceType.ToString()) ));
471SR.DescriptionCustomAttributeDrawSideBySide,
484SR.DescriptionCustomAttributeIsXAxisQuantitive,
513 SR.DescriptionCustomAttributeEmptyPointValue,
532SR.DescriptionCustomAttributeBarLabelStyle,
556SR.DescriptionCustomAttributeStackedGroupName,
575SR.DescriptionCustomAttributeBarLabelStyle,
600SR.DescriptionCustomAttributeDrawingStyle,
628SR.DescriptionCustomAttributePointWidth,
641SR.DescriptionCustomAttributePixelPointWidth,
654SR.DescriptionCustomAttributeMinPixelPointWidth,
667SR.DescriptionCustomAttributeMaxPixelPointWidth,
687SR.DescriptionCustomAttributeCandlePriceUpColor,
698SR.DescriptionCustomAttributePriceDownColor,
715SR.DescriptionCustomAttributeLabelValueType,
731SR.DescriptionCustomAttributeOpenCloseStyle,
742SR.DescriptionCustomAttributeShowOpenClose,
759SR.DescriptionCustomAttributeBubbleScaleMin,
770SR.DescriptionCustomAttributeBubbleScaleMax,
781SR.DescriptionCustomAttributeBubbleMaxSize,
794SR.DescriptionCustomAttributeBubbleMaxSize,
807SR.DescriptionCustomAttributeBubbleUseSizeForLabel,
829SR.DescriptionCustomAttributePieDrawingStyle,
842SR.DescriptionCustomAttributeCollectedThreshold,
855SR.DescriptionCustomAttributeCollectedThresholdUsePercent,
866SR.DescriptionCustomAttributeCollectedSliceExploded,
877SR.DescriptionCustomAttributeCollectedLabel,
887 SR.DescriptionCustomAttributeCollectedLegendDefaultText,
888SR.DescriptionCustomAttributeCollectedLegendText,
899SR.DescriptionCustomAttributeCollectedToolTip,
910SR.DescriptionCustomAttributeCollectedColor,
922SR.DescriptionCustomAttributePieStartAngle,
938 SR.DescriptionCustomAttributePieDonutExploded,
948SR.DescriptionCustomAttributeLabelsRadialLineSize,
962SR.DescriptionCustomAttributeLabelsHorizontalLineSize,
977SR.DescriptionCustomAttributePieLabelStyle,
988SR.DescriptionCustomAttributeMinimumRelativePieSize,
1001SR.DescriptionCustomAttribute_3DLabelLineSize,
1015SR.DescriptionCustomAttributePieLineColor,
1030SR.DescriptionCustomAttributeDoughnutRadius,
1063SR.DescriptionCustomAttributeLabelStyle,
1082SR.DescriptionCustomAttributeShowMarkerLines,
1099SR.DescriptionCustomAttributeLineTension,
1143SR.DescriptionCustomAttributePixelPointDepth,
1157SR.DescriptionCustomAttributePixelPointGapDepth,
1202SR.DescriptionCustomAttributePolarAreaDrawingStyle,
1213SR.DescriptionCustomAttributePolarCircularLabelsStyle,
1224SR.DescriptionCustomAttributePolarDrawingStyle,
1243SR.DescriptionCustomAttributeRadarAreaDrawingStyle,
1254SR.DescriptionCustomAttributeRadarCircularLabelsStyle,
1265SR.DescriptionCustomAttributeRadarDrawingStyle,
1283SR.DescriptionCustomAttributeBoxPlotPercentile,
1296SR.DescriptionCustomAttributeBoxPlotWhiskerPercentile,
1309SR.DescriptionCustomAttributeBoxPlotShowAverage,
1320SR.DescriptionCustomAttributeBoxPlotShowMedian,
1331SR.DescriptionCustomAttributeBoxPlotShowUnusualValues,
1342SR.DescriptionCustomAttributeBoxPlotSeries,
1359SR.DescriptionCustomAttributeErrorBarStyle,
1370SR.DescriptionCustomAttributeErrorBarCenterMarkerStyle,
1381SR.DescriptionCustomAttributeErrorBarSeries,
1392SR.DescriptionCustomAttributeErrorBarType,
1409SR.DescriptionCustomAttributeUsedYValueHigh,
1422SR.DescriptionCustomAttributeUsedYValueLow,
1435SR.DescriptionCustomAttributeBarsPriceUpColor,
1446SR.DescriptionCustomAttributePointFigureBoxSize,
1457SR.DescriptionCustomAttributeProportionalSymbols,
1468SR.DescriptionCustomAttributeReversalAmount,
1484SR.DescriptionCustomAttributeUsedYValue,
1497SR.DescriptionCustomAttributeBarsPriceUpColor,
1508SR.DescriptionCustomAttributeKagiReversalAmount,
1524SR.DescriptionCustomAttributeRenkoUsedYValue,
1537SR.DescriptionCustomAttributeBarsPriceUpColor,
1548SR.DescriptionCustomAttributeBoxSize,
1564SR.DescriptionCustomAttributeThreeLineBreakUsedYValue,
1577SR.DescriptionCustomAttributeBarsPriceUpColor,
1588SR.DescriptionCustomAttributeNumberOfLinesInBreak,
1607SR.DescriptionCustomAttributeFunnelLabelStyle,
1619SR.DescriptionCustomAttributeFunnelNeckWidth,
1632SR.DescriptionCustomAttributeFunnelNeckHeight,
1645SR.DescriptionCustomAttributeFunnelMinPointHeight,
1658SR.DescriptionCustomAttributeFunnel3DRotationAngle,
1672SR.DescriptionCustomAttributeFunnelPointGap,
1685SR.DescriptionCustomAttributeFunnel3DDrawingStyle,
1697SR.DescriptionCustomAttributeFunnelStyle,
1708SR.DescriptionCustomAttributeFunnelInsideLabelAlignment,
1719SR.DescriptionCustomAttributeFunnelOutsideLabelPlacement,
1730SR.DescriptionCustomAttributeCalloutLineColor,
1747SR.DescriptionCustomAttributePyramidLabelStyle,
1759SR.DescriptionCustomAttributePyramidMinPointHeight,
1772SR.DescriptionCustomAttributePyramid3DRotationAngle,
1786SR.DescriptionCustomAttributePyramidPointGap,
1799SR.DescriptionCustomAttributePyramid3DDrawingStyle,
1811SR.DescriptionCustomAttributePyramidInsideLabelAlignment,
1822SR.DescriptionCustomAttributePyramidOutsideLabelPlacement,
1833SR.DescriptionCustomAttributeCalloutLineColor,
1844SR.DescriptionCustomAttributePyramidValueType,
Common\Utilities\KeywordsRegistry.cs (31)
143 throw (new ArgumentException( SR.ExceptionKeywordsRegistryUnsupportedType(serviceType.ToString())));
159SR.DescriptionKeyWordNameIndexDataPoint,
162SR.DescriptionKeyWordIndexDataPoint2,
170SR.DescriptionKeyWordNameXValue,
173SR.DescriptionKeyWordXValue,
181SR.DescriptionKeyWordNameYValue,
184SR.DescriptionKeyWordYValue,
192SR.DescriptionKeyWordNameTotalYValues,
195SR.DescriptionKeyWordTotalYValues,
203SR.DescriptionKeyWordNameYValuePercentTotal,
206SR.DescriptionKeyWordYValuePercentTotal,
214SR.DescriptionKeyWordNameIndexTheDataPoint,
217SR.DescriptionKeyWordIndexDataPoint,
225SR.DescriptionKeyWordNameLabelDataPoint,
228SR.DescriptionKeyWordLabelDataPoint,
236SR.DescriptionKeyWordNameAxisLabelDataPoint,
239SR.DescriptionKeyWordAxisLabelDataPoint,
247SR.DescriptionKeyWordNameLegendText,
250SR.DescriptionKeyWordLegendText,
258SR.DescriptionKeyWordNameSeriesName,
261SR.DescriptionKeyWordSeriesName,
271SR.DescriptionKeyWordNameAverageYValues,
274SR.DescriptionKeyWordAverageYValues,
282SR.DescriptionKeyWordNameMaximumYValues,
285SR.DescriptionKeyWordMaximumYValues,
293SR.DescriptionKeyWordNameMinimumYValues,
296SR.DescriptionKeyWordMinimumYValues,
304SR.DescriptionKeyWordNameLastPointYValue,
307SR.DescriptionKeyWordLastPointYValue,
315SR.DescriptionKeyWordNameFirstPointYValue,
318SR.DescriptionKeyWordFirstPointYValue,
WebForm\ChartWebControl.cs (25)
349_formulaRegistry.Register(SR.FormulaNamePriceIndicators, typeof(PriceIndicators));
350_formulaRegistry.Register(SR.FormulaNameGeneralTechnicalIndicators, typeof(GeneralTechnicalIndicators));
351_formulaRegistry.Register(SR.FormulaNameTechnicalVolumeIndicators, typeof(VolumeIndicators));
352_formulaRegistry.Register(SR.FormulaNameOscillator, typeof(Oscillators));
353_formulaRegistry.Register(SR.FormulaNameGeneralFormulas, typeof(GeneralFormulas));
354_formulaRegistry.Register(SR.FormulaNameTimeSeriesAndForecasting, typeof(TimeSeriesAndForecasting));
355_formulaRegistry.Register(SR.FormulaNameStatisticalAnalysis, typeof(StatisticalAnalysis));
432throw (new InvalidOperationException(SR.ExceptionImageUrlIsEmpty));
463throw (new InvalidOperationException(SR.ExceptionImageUrlInvalidFormatters));
756 throw( new ArgumentException(SR.ExceptionImageUrlInvalidFormat, "imageURL"));
762throw (new ArgumentException(SR.ExceptionImageUrlInvalidFormat, "imageURL"));
769throw (new ArgumentException(SR.ExceptionImageUrlInvalidFormat, "imageURL"));
777throw (new ArgumentException(SR.ExceptionImageUrlInvalidFormat, "imageURL"));
783 throw( new ArgumentException( SR.ExceptionImageUrlInvalidFormat, "imageURL"));
810 throw( new ArgumentException( SR.ExceptionImageUrlMissedFormatter, "imageUrl"));
908eventLog.WriteEntry(SR.EvenLogMessageChartImageFileTimeToLive(timeSpan.Minutes.ToString(CultureInfo.InvariantCulture)), EventLogEntryType.Warning);
1397SRDescription(SR.Keys.DescriptionAttributeChartEvent_Click)
1703throw new ArgumentException(SR.ExceptionEnumInvalid(value.ToString()));
2160SRDescription(SR.Keys.DescriptionAttributeIsMapAreaAttributesEncoded),
2361throw (new ArgumentException(SR.ExceptionChartWidthIsNotInPixels));
2459throw (new ArgumentException(SR.ExceptionChartHeightIsNotInPixels));
2770SRDescription(SR.Keys.DescriptionAttributeChartImageAlternateText),
2772SRCategory(SR.Keys.CategoryAttributeAppearance),
2782SRDescription(SR.Keys.DescriptionAttributeChartImageDescriptionUrl),
2784SRCategory(SR.Keys.CategoryAttributeAccessibility),
WebForm\General\ChartHttpHandler.cs (52)
242throw new UnauthorizedAccessException(SR.ExceptionHttpHandlerTempDirectoryUnaccesible(Settings.Directory));
271Diagnostics.TraceWrite(SR.DiagnosticChartImageServed(key), null);
275Diagnostics.TraceWrite(SR.DiagnosticChartImageDeleted(key), null);
282Diagnostics.TraceWrite(SR.DiagnosticChartImageServedFail(key, SR.DiagnosticChartImageServedFailNotFound), null);
287Diagnostics.TraceWrite(SR.DiagnosticChartImageServedFail(key, String.Empty), nre);
292Diagnostics.TraceWrite(SR.DiagnosticChartImageServedFail(key, String.Empty), ioe);
297Diagnostics.TraceWrite(SR.DiagnosticChartImageServedFail(key, String.Empty), se);
479Diagnostics.TraceWrite(SR.DiagnosticChartImageSaved(key), null);
489throw new IOException(SR.ExceptionHttpHandlerCanNotSave);
508Diagnostics.TraceWrite(SR.DiagnosticChartImageDeleted(tracker.GetKey(item)), null);
534writer.Write("<h2>" + SR.DiagnosticHeader + "</h2>\r\n<hr/><br/>\n\r");
551writer.Write("<h4>" + SR.DiagnosticSettingsConfig(WebConfigurationManager.AppSettings[ChartHttpHandlerAppSection]) + "</h4>");
553grid.Caption = SR.DiagnosticSettingsHeader;
556field.HeaderText = SR.DiagnosticSettingsKey;
562field.HeaderText = SR.DiagnosticSettingsValue;
590grid.Caption = SR.DiagnosticActivityHeader;
594field.HeaderText = SR.DiagnosticActivityTime;
601field.HeaderText = SR.DiagnosticActivityMessage;
722context.Response.StatusDescription = SR.ExceptionHttpHandlerImageNotFound;
931throw new UnauthorizedAccessException(SR.ExceptionHttpHandlerInvalidLocation);
1050throw new InvalidOperationException( SR.ExceptionHttpHandlerCanNotLoadType( this.HandlerType.FullName ));
1054throw new InvalidOperationException(SR.ExceptionHttpHandlerImageHandlerInterfaceUnsupported(ChartHttpHandler.Settings.HandlerType.FullName));
1093throw new System.Configuration.SettingsPropertyWrongTypeException(SR.ExceptionHttpHandlerParameterUnknown(name, value));
1115throw new System.Configuration.SettingsPropertyWrongTypeException(SR.ExceptionHttpHandlerValueInvalid);
1128throw new System.Configuration.SettingsPropertyWrongTypeException(SR.ExceptionHttpHandlerTimeoutParameterInvalid, exception);
1151throw new System.Configuration.SettingsPropertyWrongTypeException(SR.ExceptionHttpHandlerParameterInvalid(name, value));
1210throw new ArgumentException(SR.ExceptionHttpHandlerUrlMissing);
1222throw new InvalidOperationException(SR.ExceptionHttpHandlerUrlInvalid, exception);
1233throw new DirectoryNotFoundException(SR.ExceptionHttpHandlerTempDirectoryInvalid(fileDirectory));
1262throw new UnauthorizedAccessException(SR.ExceptionHttpHandlerTempDirectoryUnaccesible(fileDirectory));
1334throw new InvalidOperationException(SR.ExceptionHttpHandlerPrivacyKeyInvalid("ImageOwnerKey", ImageOwnerKey.ToString()));
1342throw new InvalidOperationException(SR.ExceptionHttpHandlerPrivacyKeyInvalid("ImageOwnerKey", ImageOwnerKey.ToString()));
1350throw new InvalidOperationException(SR.ExceptionHttpHandlerPrivacyKeyInvalid("ImageOwnerKey", ImageOwnerKey.ToString()));
1448throw new NotSupportedException( SR.ExceptionHttpHandlerStorageTypeUnsupported( settings.StorageType.ToString() ));
1517Diagnostics.TraceWrite( SR.DiagnosticChartImageSavedPrivate(key, imageOwnerKeyType.ToString()), null);
1520Diagnostics.TraceWrite(SR.DiagnosticChartImageSaved(key), null);
1538Diagnostics.TraceWrite(SR.DiagnosticChartImageSavedPrivate(key, imageOwnerKeyType.ToString()), null);
1541Diagnostics.TraceWrite(SR.DiagnosticChartImageSaved(key), null);
1547Diagnostics.TraceWrite(SR.DiagnosticChartImageSaved(key), null);
1574Diagnostics.TraceWrite(SR.DiagnosticChartImageServedFail(key, SR.DiagnosticChartImageServedFailPrivacyFail(imageOwnerKeyType.ToString())), null);
1582Diagnostics.TraceWrite(SR.DiagnosticChartImageServedFail(key, SR.DiagnosticChartImageServedFailPrivacyFail(imageOwnerKeyType.ToString())), null);
1590Diagnostics.TraceWrite(SR.DiagnosticChartImageServedFail(key, SR.DiagnosticChartImageServedFailNotFound), null);
1629Diagnostics.TraceWrite(SR.DiagnosticChartImageServedFail(key, SR.DiagnosticChartImageServedFailPrivacyFail(imageOwnerKeyType.ToString())), null);
1641Diagnostics.TraceWrite(SR.DiagnosticChartImageServedFail(key, SR.DiagnosticChartImageServedFailPrivacyFail(imageOwnerKeyType.ToString())), null);
1655Diagnostics.TraceWrite(SR.DiagnosticChartImageServedFail(key, SR.DiagnosticChartImageServedFailNotFound), null);