//------------------------------------------------------------------------------
//
// This code was generated by a tool.
// Runtime Version:2.0.50727.4952
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
//
//------------------------------------------------------------------------------
namespace Developpez.Dotnet {
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", "2.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("Developpez.Dotnet.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 Le tableau a une capacité insuffisante pour contenir les éléments de la séquence.
///
internal static string ArrayCapacityInsufficient {
get {
return ResourceManager.GetString("ArrayCapacityInsufficient", resourceCulture);
}
}
///
/// Looks up a localized string similar to Le format de la chaîne d'entrée est incorrect..
///
internal static string BadInputStringFormat {
get {
return ResourceManager.GetString("BadInputStringFormat", resourceCulture);
}
}
///
/// Looks up a localized string similar to Le nombre d'éléments dans la collection source est plus grand que l'espace disponible entre l'index de départ et la fin du tableau de destination.
///
internal static string CopyToNotEnoughSpace {
get {
return ResourceManager.GetString("CopyToNotEnoughSpace", resourceCulture);
}
}
///
/// Looks up a localized string similar to Le dictionnaire est en lecture seule.
///
internal static string DictionaryIsReadOnly {
get {
return ResourceManager.GetString("DictionaryIsReadOnly", resourceCulture);
}
}
///
/// Looks up a localized string similar to L'expression doit représenter l'appel à une méthode.
///
internal static string ExpressionMustBeMethodCall {
get {
return ResourceManager.GetString("ExpressionMustBeMethodCall", resourceCulture);
}
}
///
/// Looks up a localized string similar to L'expression doit représenter l'accès à une propriété.
///
internal static string ExpressionMustBePropertyAccess {
get {
return ResourceManager.GetString("ExpressionMustBePropertyAccess", resourceCulture);
}
}
///
/// Looks up a localized string similar to Le nom du fichier n'est pas défini.
///
internal static string IniFileNameNotSet {
get {
return ResourceManager.GetString("IniFileNameNotSet", resourceCulture);
}
}
///
/// Looks up a localized string similar to La séquence d'entrée contient plusieurs éléments..
///
internal static string InputSequenceHasMoreThanOneElement {
get {
return ResourceManager.GetString("InputSequenceHasMoreThanOneElement", resourceCulture);
}
}
///
/// Looks up a localized string similar to Impossible de convertir un objet null en un type valeur..
///
internal static string InvalidCastFromNullToValueType {
get {
return ResourceManager.GetString("InvalidCastFromNullToValueType", resourceCulture);
}
}
///
/// Looks up a localized string similar to Cast invalide de '{0}' en '{1}'..
///
internal static string InvalidCastFromTo {
get {
return ResourceManager.GetString("InvalidCastFromTo", resourceCulture);
}
}
///
/// Looks up a localized string similar to Le caractère à convertir doit être une lettre entre A et Z.
///
internal static string InvalidRIBCharacter {
get {
return ResourceManager.GetString("InvalidRIBCharacter", resourceCulture);
}
}
///
/// Looks up a localized string similar to maxLength ne peut pas être inférieur à {0}.
///
internal static string MaxLengthCantBeLessThan {
get {
return ResourceManager.GetString("MaxLengthCantBeLessThan", resourceCulture);
}
}
///
/// Looks up a localized string similar to maxLength ne peut pas être inférieur à la longueur de ellipsisString.
///
internal static string MaxLengthCantBeLessThanLengthOfEllipsisString {
get {
return ResourceManager.GetString("MaxLengthCantBeLessThanLengthOfEllipsisString", resourceCulture);
}
}
///
/// Looks up a localized string similar to Le nombre maximum de thread doit être supérieur ou égal à 1.
///
internal static string MaxThreadCountOutOfRange {
get {
return ResourceManager.GetString("MaxThreadCountOutOfRange", resourceCulture);
}
}
///
/// Looks up a localized string similar to La durée de vie doit être strictement positive..
///
internal static string NegativeLifeTime {
get {
return ResourceManager.GetString("NegativeLifeTime", resourceCulture);
}
}
///
/// Looks up a localized string similar to Aucun cas correspondant n'a été trouvé.
///
internal static string NoMatchFound {
get {
return ResourceManager.GetString("NoMatchFound", resourceCulture);
}
}
///
/// Looks up a localized string similar to La liste ne contient aucun élément correspondant..
///
internal static string NoMatchingItemInList {
get {
return ResourceManager.GetString("NoMatchingItemInList", resourceCulture);
}
}
///
/// Looks up a localized string similar to {0} doit être supérieur ou égal à zéro.
///
internal static string NumberMustBePositiveOrZero {
get {
return ResourceManager.GetString("NumberMustBePositiveOrZero", resourceCulture);
}
}
///
/// Looks up a localized string similar to {0} doit être strictement supérieur à zéro..
///
internal static string NumberMustBeStrictlyPositive {
get {
return ResourceManager.GetString("NumberMustBeStrictlyPositive", resourceCulture);
}
}
///
/// Looks up a localized string similar to Le temps imparti à l'opération est écoulé..
///
internal static string OperationTimedOut {
get {
return ResourceManager.GetString("OperationTimedOut", resourceCulture);
}
}
///
/// Looks up a localized string similar to Un chiffre romain ne peut pas être supérieur à {0}..
///
internal static string RomanMaxValue {
get {
return ResourceManager.GetString("RomanMaxValue", resourceCulture);
}
}
///
/// Looks up a localized string similar to Un chiffre romain ne peut pas être inférieur à {0}..
///
internal static string RomanMinValue {
get {
return ResourceManager.GetString("RomanMinValue", resourceCulture);
}
}
///
/// Looks up a localized string similar to La chaîne de caractères doit être un nombre..
///
internal static string StringNotANumber {
get {
return ResourceManager.GetString("StringNotANumber", resourceCulture);
}
}
///
/// Looks up a localized string similar to La chaîne de caractères ne doit pas être vide..
///
internal static string StringNullOrEmpty {
get {
return ResourceManager.GetString("StringNullOrEmpty", resourceCulture);
}
}
///
/// Looks up a localized string similar to La chaîne doit faire {0} caractères de long..
///
internal static string StringWrongLength {
get {
return ResourceManager.GetString("StringWrongLength", resourceCulture);
}
}
///
/// Looks up a localized string similar to Le nombre de caractères doit être supérieur ou égal à 0 et inférieur ou égal à la longueur de la chaine.
///
internal static string SubstringCountOutOfRange {
get {
return ResourceManager.GetString("SubstringCountOutOfRange", resourceCulture);
}
}
///
/// Looks up a localized string similar to Aucune valeur trouvée pour la clé '{0}'.
///
internal static string TemplateKeyNotFound {
get {
return ResourceManager.GetString("TemplateKeyNotFound", resourceCulture);
}
}
///
/// Looks up a localized string similar to Le timeout doit être supérieur ou égal à 1 milliseconde.
///
internal static string TimeoutOutOfRange {
get {
return ResourceManager.GetString("TimeoutOutOfRange", resourceCulture);
}
}
///
/// Looks up a localized string similar to Le type '{0}' n'implémente pas l'évènement '{1}'.
///
internal static string TypeDoesntImplementEvent {
get {
return ResourceManager.GetString("TypeDoesntImplementEvent", resourceCulture);
}
}
///
/// Looks up a localized string similar to Le type '{0}' n'est pas une énumération.
///
internal static string TypeIsNotEnum {
get {
return ResourceManager.GetString("TypeIsNotEnum", resourceCulture);
}
}
///
/// Looks up a localized string similar to Le type '{0}' n'a pas l'attribut System.FlagsAttribute.
///
internal static string TypeNotDecoratedWithFlags {
get {
return ResourceManager.GetString("TypeNotDecoratedWithFlags", resourceCulture);
}
}
///
/// Looks up a localized string similar to Le wrapper a été fermé ou disposé.
///
internal static string WrapperClosedOrDisposed {
get {
return ResourceManager.GetString("WrapperClosedOrDisposed", resourceCulture);
}
}
}
}