//------------------------------------------------------------------------------
//
// This code was generated by a tool.
// Runtime Version:4.0.30319.17626
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
//
//------------------------------------------------------------------------------
namespace NzbDrone.Common.EnsureThat.Resources {
///
/// 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 ExceptionMessages {
private static global::System.Resources.ResourceManager resourceMan;
private static global::System.Globalization.CultureInfo resourceCulture;
[global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
internal ExceptionMessages() {
}
///
/// 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("NzbDrone.Common.EnsureThat.Resources.ExceptionMessages", typeof(ExceptionMessages).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 Empty collection is not allowed..
///
internal static string EnsureExtensions_IsEmptyCollection {
get {
return ResourceManager.GetString("EnsureExtensions_IsEmptyCollection", resourceCulture);
}
}
///
/// Looks up a localized string similar to Empty Guid is not allowed..
///
internal static string EnsureExtensions_IsEmptyGuid {
get {
return ResourceManager.GetString("EnsureExtensions_IsEmptyGuid", resourceCulture);
}
}
///
/// Looks up a localized string similar to Expected an expression that evaluates to false..
///
internal static string EnsureExtensions_IsNotFalse {
get {
return ResourceManager.GetString("EnsureExtensions_IsNotFalse", resourceCulture);
}
}
///
/// Looks up a localized string similar to value '{0}' is not greater than limit '{1}'..
///
internal static string EnsureExtensions_IsNotGt {
get {
return ResourceManager.GetString("EnsureExtensions_IsNotGt", resourceCulture);
}
}
///
/// Looks up a localized string similar to value '{0}' is not greater than or equal to limit '{1}'..
///
internal static string EnsureExtensions_IsNotGte {
get {
return ResourceManager.GetString("EnsureExtensions_IsNotGte", resourceCulture);
}
}
///
/// Looks up a localized string similar to value '{0}' is > max '{1}'..
///
internal static string EnsureExtensions_IsNotInRange_ToHigh {
get {
return ResourceManager.GetString("EnsureExtensions_IsNotInRange_ToHigh", resourceCulture);
}
}
///
/// Looks up a localized string similar to The string is too long. Must be between '{0}' and '{1}'. Must be between '{0}' and '{1}' but was '{2}' characters long..
///
internal static string EnsureExtensions_IsNotInRange_ToLong {
get {
return ResourceManager.GetString("EnsureExtensions_IsNotInRange_ToLong", resourceCulture);
}
}
///
/// Looks up a localized string similar to value '{0}' is < min '{1}'..
///
internal static string EnsureExtensions_IsNotInRange_ToLow {
get {
return ResourceManager.GetString("EnsureExtensions_IsNotInRange_ToLow", resourceCulture);
}
}
///
/// Looks up a localized string similar to The string is not long enough. Must be between '{0}' and '{1}' but was '{2}' characters long..
///
internal static string EnsureExtensions_IsNotInRange_ToShort {
get {
return ResourceManager.GetString("EnsureExtensions_IsNotInRange_ToShort", resourceCulture);
}
}
///
/// Looks up a localized string similar to value '{0}' is not lower than limit '{1}'..
///
internal static string EnsureExtensions_IsNotLt {
get {
return ResourceManager.GetString("EnsureExtensions_IsNotLt", resourceCulture);
}
}
///
/// Looks up a localized string similar to value '{0}' is not lower than or equal to limit '{1}'..
///
internal static string EnsureExtensions_IsNotLte {
get {
return ResourceManager.GetString("EnsureExtensions_IsNotLte", resourceCulture);
}
}
///
/// Looks up a localized string similar to Value can not be null..
///
internal static string EnsureExtensions_IsNotNull {
get {
return ResourceManager.GetString("EnsureExtensions_IsNotNull", resourceCulture);
}
}
///
/// Looks up a localized string similar to The string can't be null or empty..
///
internal static string EnsureExtensions_IsNotNullOrEmpty {
get {
return ResourceManager.GetString("EnsureExtensions_IsNotNullOrEmpty", resourceCulture);
}
}
///
/// Looks up a localized string similar to The string can't be left empty, null or consist of only whitespaces..
///
internal static string EnsureExtensions_IsNotNullOrWhiteSpace {
get {
return ResourceManager.GetString("EnsureExtensions_IsNotNullOrWhiteSpace", resourceCulture);
}
}
///
/// Looks up a localized string similar to The param is not of expected type: '{0}'..
///
internal static string EnsureExtensions_IsNotOfType {
get {
return ResourceManager.GetString("EnsureExtensions_IsNotOfType", resourceCulture);
}
}
///
/// Looks up a localized string similar to Expected an expression that evaluates to true..
///
internal static string EnsureExtensions_IsNotTrue {
get {
return ResourceManager.GetString("EnsureExtensions_IsNotTrue", resourceCulture);
}
}
///
/// Looks up a localized string similar to value '{0}' does not match '{1}'.
///
internal static string EnsureExtensions_NoMatch {
get {
return ResourceManager.GetString("EnsureExtensions_NoMatch", resourceCulture);
}
}
///
/// Looks up a localized string similar to No MemberExpression found in expression: '{0}'..
///
internal static string ExpressionUtils_GetRightMostMember_NoMemberFound {
get {
return ResourceManager.GetString("ExpressionUtils_GetRightMostMember_NoMemberFound", resourceCulture);
}
}
}
}