//------------------------------------------------------------------------------ // // This code was generated by a tool. // Runtime Version:4.0.30319.18052 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. // //------------------------------------------------------------------------------ namespace AppLimit.CloudComputing.SharpBox.Exceptions { 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 ErrorMessages { private static global::System.Resources.ResourceManager resourceMan; private static global::System.Globalization.CultureInfo resourceCulture; [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] internal ErrorMessages() { } /// /// 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("AppLimit.CloudComputing.SharpBox.Exceptions.ErrorMessages", typeof(ErrorMessages).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 Couldn't contact storage service. /// internal static string ErrorCouldNotContactStorageService { get { return ResourceManager.GetString("ErrorCouldNotContactStorageService", resourceCulture); } } /// /// Looks up a localized string similar to Couldn't retrieve child elements from the server. /// internal static string ErrorCouldNotRetrieveDirectoryList { get { return ResourceManager.GetString("ErrorCouldNotRetrieveDirectoryList", resourceCulture); } } /// /// Looks up a localized string similar to Instancing the cloud storage provider failed, verify the inner exception. /// internal static string ErrorCreateProviderInstanceFailed { get { return ResourceManager.GetString("ErrorCreateProviderInstanceFailed", resourceCulture); } } /// /// Looks up a localized string similar to File not found. /// internal static string ErrorFileNotFound { get { return ResourceManager.GetString("ErrorFileNotFound", resourceCulture); } } /// /// Looks up a localized string similar to No more space in cloud storage available. /// internal static string ErrorInsufficientDiskSpace { get { return ResourceManager.GetString("ErrorInsufficientDiskSpace", resourceCulture); } } /// /// Looks up a localized string similar to The gived consumer Key/Secret are invalid. /// internal static string ErrorInvalidConsumerKeySecret { get { return ResourceManager.GetString("ErrorInvalidConsumerKeySecret", resourceCulture); } } /// /// Looks up a localized string similar to The gived credentials or configuration format does not fits to the storage provider. /// internal static string ErrorInvalidCredentialsOrConfiguration { get { return ResourceManager.GetString("ErrorInvalidCredentialsOrConfiguration", resourceCulture); } } /// /// Looks up a localized string similar to Invalid file or directory name. /// internal static string ErrorInvalidFileOrDirectoryName { get { return ResourceManager.GetString("ErrorInvalidFileOrDirectoryName", resourceCulture); } } /// /// Looks up a localized string similar to One or more parameters are invalid. /// internal static string ErrorInvalidParameters { get { return ResourceManager.GetString("ErrorInvalidParameters", resourceCulture); } } /// /// Looks up a localized string similar to Configured file size limit for transfer exceeded. /// internal static string ErrorLimitExceeded { get { return ResourceManager.GetString("ErrorLimitExceeded", resourceCulture); } } /// /// Looks up a localized string similar to No valid storage provider was found for the given configuration type. /// internal static string ErrorNoValidProviderFound { get { return ResourceManager.GetString("ErrorNoValidProviderFound", resourceCulture); } } /// /// Looks up a localized string similar to The operation needs an opened connection to the cloud storage, please call the open method before!. /// internal static string ErrorOpenedConnectionNeeded { get { return ResourceManager.GetString("ErrorOpenedConnectionNeeded", resourceCulture); } } /// /// Looks up a localized string similar to The datatransfer was interrupted from the application during a callback. /// internal static string ErrorTransferAbortedManually { get { return ResourceManager.GetString("ErrorTransferAbortedManually", resourceCulture); } } } }