//------------------------------------------------------------------------------
//
// This code was generated by a tool.
// Runtime Version:4.0.30319.1
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
//
//------------------------------------------------------------------------------
namespace Microsoft.Research.DynamicDataDisplay.Strings {
using System;
///
/// A strongly-typed resource class, for looking up localized strings, etc.
///
// This class was auto-generated by the StronglyTypedResourceBuilder
// class via a tool like ResGen or Visual Studio.
// To add or remove a member, edit your .ResX file then rerun ResGen
// with the /str option, or rebuild your VS project.
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
internal class Exceptions {
private static global::System.Resources.ResourceManager resourceMan;
private static global::System.Globalization.CultureInfo resourceCulture;
[global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
internal Exceptions() {
}
///
/// Returns the cached ResourceManager instance used by this class.
///
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
internal static global::System.Resources.ResourceManager ResourceManager {
get {
if (object.ReferenceEquals(resourceMan, null)) {
global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("Microsoft.Research.DynamicDataDisplay.Strings.Exceptions", typeof(Exceptions).Assembly);
resourceMan = temp;
}
return resourceMan;
}
}
///
/// Overrides the current thread's CurrentUICulture property for all
/// resource lookups using this strongly typed resource class.
///
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
internal static global::System.Globalization.CultureInfo Culture {
get {
return resourceCulture;
}
set {
resourceCulture = value;
}
}
///
/// Looks up a localized string similar to Array height should be positive..
///
internal static string ArrayHeightShouldBePositive {
get {
return ResourceManager.GetString("ArrayHeightShouldBePositive", resourceCulture);
}
}
///
/// Looks up a localized string similar to Array width should be positive..
///
internal static string ArrayWidthShouldBePositive {
get {
return ResourceManager.GetString("ArrayWidthShouldBePositive", resourceCulture);
}
}
///
/// Looks up a localized string similar to Assertion failed..
///
internal static string AssertionFailed {
get {
return ResourceManager.GetString("AssertionFailed", resourceCulture);
}
}
///
/// Looks up a localized string similar to Assertion failed - search for reasons in code, that is calling method, where this assertion is performed.
///
internal static string AssertionFailedSearch {
get {
return ResourceManager.GetString("AssertionFailedSearch", resourceCulture);
}
}
///
/// Looks up a localized string similar to Cannot determine desired type of output image by given file extension..
///
internal static string CannotDetermineImageTypeByExtension {
get {
return ResourceManager.GetString("CannotDetermineImageTypeByExtension", resourceCulture);
}
}
///
/// Looks up a localized string similar to Cannot get last element of empty list..
///
internal static string CannotGetLastElement {
get {
return ResourceManager.GetString("CannotGetLastElement", resourceCulture);
}
}
///
/// Looks up a localized string similar to Cannot modify empty DataRect..
///
internal static string CannotModifyEmptyDataRect {
get {
return ResourceManager.GetString("CannotModifyEmptyDataRect", resourceCulture);
}
}
///
/// Looks up a localized string similar to Custom base cannot be Double.NaN..
///
internal static string CustomBaseTicksProviderBaseIsNaN {
get {
return ResourceManager.GetString("CustomBaseTicksProviderBaseIsNaN", resourceCulture);
}
}
///
/// Looks up a localized string similar to Custom base should be greater that 1.0..
///
internal static string CustomBaseTicksProviderBaseIsTooSmall {
get {
return ResourceManager.GetString("CustomBaseTicksProviderBaseIsTooSmall", resourceCulture);
}
}
///
/// Looks up a localized string similar to DataRect's size cannot be negative..
///
internal static string DataRectSizeCannotBeNegative {
get {
return ResourceManager.GetString("DataRectSizeCannotBeNegative", resourceCulture);
}
}
///
/// Looks up a localized string similar to Each transform in transforms should not be null..
///
internal static string EachTransformShouldNotBeNull {
get {
return ResourceManager.GetString("EachTransformShouldNotBeNull", resourceCulture);
}
}
///
/// Looks up a localized string similar to Extension cannot be null or empty..
///
internal static string ExtensionCannotBeNullOrEmpty {
get {
return ResourceManager.GetString("ExtensionCannotBeNullOrEmpty", resourceCulture);
}
}
///
/// Looks up a localized string similar to Filepath cannot be null or empty..
///
internal static string FilePathCannotbeNullOrEmpty {
get {
return ResourceManager.GetString("FilePathCannotbeNullOrEmpty", resourceCulture);
}
}
///
/// Looks up a localized string similar to GenericLocationalProvider doesn't have all necessary properties set..
///
internal static string GenericLocationalProviderInvalidState {
get {
return ResourceManager.GetString("GenericLocationalProviderInvalidState", resourceCulture);
}
}
///
/// Looks up a localized string similar to Horizontal axis can be placed only from bottom or top..
///
internal static string HorizontalAxisCannotBeVertical {
get {
return ResourceManager.GetString("HorizontalAxisCannotBeVertical", resourceCulture);
}
}
///
/// Looks up a localized string similar to Axis placement is incorrect..
///
internal static string InvalidAxisPlacement {
get {
return ResourceManager.GetString("InvalidAxisPlacement", resourceCulture);
}
}
///
/// Looks up a localized string similar to {0} can hold axis only of {1} type..
///
internal static string InvalidGenericAxis {
get {
return ResourceManager.GetString("InvalidGenericAxis", resourceCulture);
}
}
///
/// Looks up a localized string similar to Horizontal type of GenericPlotter is invalid..
///
internal static string InvalidGenericPlotterHorizontalType {
get {
return ResourceManager.GetString("InvalidGenericPlotterHorizontalType", resourceCulture);
}
}
///
/// Looks up a localized string similar to Vertical type of GenericPlotter is invalid..
///
internal static string InvalidGenericPlotterVerticalType {
get {
return ResourceManager.GetString("InvalidGenericPlotterVerticalType", resourceCulture);
}
}
///
/// Looks up a localized string similar to Invalid value of child's parent plotter - it should be equal to plotter that child is added to..
///
internal static string InvalidParentPlotterValue {
get {
return ResourceManager.GetString("InvalidParentPlotterValue", resourceCulture);
}
}
///
/// Looks up a localized string similar to Invalid value of child's parent plotter - it should be equal to plotter that child is being removed from..
///
internal static string InvalidParentPlotterValueRemoving {
get {
return ResourceManager.GetString("InvalidParentPlotterValueRemoving", resourceCulture);
}
}
///
/// Looks up a localized string similar to Input data must be more detailized to build isolines..
///
internal static string IsolinesDataIsUndetailized {
get {
return ResourceManager.GetString("IsolinesDataIsUndetailized", resourceCulture);
}
}
///
/// Looks up a localized string similar to Data source should be set before building isolines..
///
internal static string IsolinesDataSourceShouldBeSet {
get {
return ResourceManager.GetString("IsolinesDataSourceShouldBeSet", resourceCulture);
}
}
///
/// Looks up a localized string similar to Possible mistake: unsupported case in isoline building..
///
internal static string IsolinesUnsupportedCase {
get {
return ResourceManager.GetString("IsolinesUnsupportedCase", resourceCulture);
}
}
///
/// Looks up a localized string similar to Value is not between values in corners..
///
internal static string IsolinesValueIsOutOfCell {
get {
return ResourceManager.GetString("IsolinesValueIsOutOfCell", resourceCulture);
}
}
///
/// Looks up a localized string similar to Logarithm base should be positive..
///
internal static string LogarithmBaseShouldBePositive {
get {
return ResourceManager.GetString("LogarithmBaseShouldBePositive", resourceCulture);
}
}
///
/// Looks up a localized string similar to Length of colors should be greater or equal to 2..
///
internal static string PaletteTooFewColors {
get {
return ResourceManager.GetString("PaletteTooFewColors", resourceCulture);
}
}
///
/// Looks up a localized string similar to Parameter should be positive..
///
internal static string ParameterShouldBePositive {
get {
return ResourceManager.GetString("ParameterShouldBePositive", resourceCulture);
}
}
///
/// Looks up a localized string similar to Child's parent plotter should be equal to null after it was removed from plotter..
///
internal static string ParentPlotterNotNull {
get {
return ResourceManager.GetString("ParentPlotterNotNull", resourceCulture);
}
}
///
/// Looks up a localized string similar to Cannot add item to Plotter - first it should be removed from another Plotter..
///
internal static string PlotterElementAddedToAnotherPlotter {
get {
return ResourceManager.GetString("PlotterElementAddedToAnotherPlotter", resourceCulture);
}
}
///
/// Looks up a localized string similar to IPlotterElement {0} did not removed all its contents from plotter's visual tree. Change this wrong behaviour in OnPlotterDetaching method of this IPlotterElement..
///
internal static string PlotterElementDidnotCleanedAfterItself {
get {
return ResourceManager.GetString("PlotterElementDidnotCleanedAfterItself", resourceCulture);
}
}
///
/// Looks up a localized string similar to Plotter's MainHorizontalAxis should not be null..
///
internal static string PlotterMainHorizontalAxisShouldNotBeNull {
get {
return ResourceManager.GetString("PlotterMainHorizontalAxisShouldNotBeNull", resourceCulture);
}
}
///
/// Looks up a localized string similar to Plotter's MainVerticalAxis should not be null..
///
internal static string PlotterMainVerticalAxisShouldNotBeNull {
get {
return ResourceManager.GetString("PlotterMainVerticalAxisShouldNotBeNull", resourceCulture);
}
}
///
/// Looks up a localized string similar to Template should not be null to generate a marker..
///
internal static string TemplateShouldNotBeNull {
get {
return ResourceManager.GetString("TemplateShouldNotBeNull", resourceCulture);
}
}
///
/// Looks up a localized string similar to Text of tick returned by GetStringCore should not be null..
///
internal static string TextOfTickShouldNotBeNull {
get {
return ResourceManager.GetString("TextOfTickShouldNotBeNull", resourceCulture);
}
}
///
/// Looks up a localized string similar to Ticks cannot be generated for this range..
///
internal static string UnsupportedRangeInAxis {
get {
return ResourceManager.GetString("UnsupportedRangeInAxis", resourceCulture);
}
}
///
/// Looks up a localized string similar to Vertical axis can be placed only from left or right..
///
internal static string VerticalAxisCannotBeHorizontal {
get {
return ResourceManager.GetString("VerticalAxisCannotBeHorizontal", resourceCulture);
}
}
///
/// Looks up a localized string similar to Wrong state of VisualBindings..
///
internal static string VisualBindingsWrongState {
get {
return ResourceManager.GetString("VisualBindingsWrongState", resourceCulture);
}
}
///
/// Looks up a localized string similar to Width and height cannot be negative..
///
internal static string WidthAndHeightCannotBeNegative {
get {
return ResourceManager.GetString("WidthAndHeightCannotBeNegative", resourceCulture);
}
}
}
}