File: artifacts\obj\System.IO.IsolatedStorage\Debug\net9.0-unix\System.SR.cs
Project: src\src\libraries\System.IO.IsolatedStorage\src\System.IO.IsolatedStorage.csproj (System.IO.IsolatedStorage)
// <auto-generated>
using System.Reflection;
 
namespace FxResources.System.IO.IsolatedStorage
{
    internal static class SR { }
}
namespace System
{
    internal static partial class SR
    {
        private static global::System.Resources.ResourceManager s_resourceManager;
        internal static global::System.Resources.ResourceManager ResourceManager => s_resourceManager ?? (s_resourceManager = new global::System.Resources.ResourceManager(typeof(FxResources.System.IO.IsolatedStorage.SR)));
 
        /// <summary>Store must be open for this operation.</summary>
        internal static string @IsolatedStorage_StoreNotOpen => GetResourceString("IsolatedStorage_StoreNotOpen", @"Store must be open for this operation.");
        /// <summary>Operation not permitted on IsolatedStorageFileStream.</summary>
        internal static string @IsolatedStorage_Operation_ISFS => GetResourceString("IsolatedStorage_Operation_ISFS", @"Operation not permitted on IsolatedStorageFileStream.");
        /// <summary>Path must be a valid file name.</summary>
        internal static string @IsolatedStorage_Path => GetResourceString("IsolatedStorage_Path", @"Path must be a valid file name.");
        /// <summary>Invalid mode, see System.IO.FileMode.</summary>
        internal static string @IsolatedStorage_FileOpenMode => GetResourceString("IsolatedStorage_FileOpenMode", @"Invalid mode, see System.IO.FileMode.");
        /// <summary>Operation not permitted.</summary>
        internal static string @IsolatedStorage_Operation => GetResourceString("IsolatedStorage_Operation", @"Operation not permitted.");
        /// <summary>Unable to delete file.</summary>
        internal static string @IsolatedStorage_DeleteFile => GetResourceString("IsolatedStorage_DeleteFile", @"Unable to delete file.");
        /// <summary>Unable to create directory.</summary>
        internal static string @IsolatedStorage_CreateDirectory => GetResourceString("IsolatedStorage_CreateDirectory", @"Unable to create directory.");
        /// <summary>Unable to delete, directory not empty or does not exist.</summary>
        internal static string @IsolatedStorage_DeleteDirectory => GetResourceString("IsolatedStorage_DeleteDirectory", @"Unable to delete, directory not empty or does not exist.");
        /// <summary>An error occurred while accessing IsolatedStorage.</summary>
        internal static string @IsolatedStorage_Exception => GetResourceString("IsolatedStorage_Exception", @"An error occurred while accessing IsolatedStorage.");
        /// <summary>Initialization failed.</summary>
        internal static string @IsolatedStorage_Init => GetResourceString("IsolatedStorage_Init", @"Initialization failed.");
        /// <summary>{0} is not defined for this store. An operation was performed that requires access to {0}. Stores obtained using enumeration APIs do not have a well-defined {0}, since partial evidence is used to open the store.</summary>
        internal static string @IsolatedStorage_QuotaIsUndefined => GetResourceString("IsolatedStorage_QuotaIsUndefined", @"{0} is not defined for this store. An operation was performed that requires access to {0}. Stores obtained using enumeration APIs do not have a well-defined {0}, since partial evidence is used to open the store.");
        /// <summary>The Site scope is currently not supported.</summary>
        internal static string @IsolatedStorage_NotValidOnDesktop => GetResourceString("IsolatedStorage_NotValidOnDesktop", @"The Site scope is currently not supported.");
        /// <summary>Could not find a part of the path '{0}'.</summary>
        internal static string @PathNotFound_Path => GetResourceString("PathNotFound_Path", @"Could not find a part of the path '{0}'.");
        /// <summary>Cannot create '{0}' because a file or directory with the same name already exists.</summary>
        internal static string @IO_AlreadyExists_Name => GetResourceString("IO_AlreadyExists_Name", @"Cannot create '{0}' because a file or directory with the same name already exists.");
        /// <summary>The process cannot access the file '{0}' because it is being used by another process.</summary>
        internal static string @IO_SharingViolation_File => GetResourceString("IO_SharingViolation_File", @"The process cannot access the file '{0}' because it is being used by another process.");
        /// <summary>The process cannot access the file because it is being used by another process.</summary>
        internal static string @IO_SharingViolation_NoFileName => GetResourceString("IO_SharingViolation_NoFileName", @"The process cannot access the file because it is being used by another process.");
        /// <summary>The file '{0}' already exists.</summary>
        internal static string @IO_FileExists_Name => GetResourceString("IO_FileExists_Name", @"The file '{0}' already exists.");
        /// <summary>Access to the path '{0}' is denied.</summary>
        internal static string @UnauthorizedAccess_IODenied_Path => GetResourceString("UnauthorizedAccess_IODenied_Path", @"Access to the path '{0}' is denied.");
        /// <summary>Access to the path is denied.</summary>
        internal static string @UnauthorizedAccess_IODenied_NoPathName => GetResourceString("UnauthorizedAccess_IODenied_NoPathName", @"Access to the path is denied.");
        /// <summary>Application cannot be determined on an Assembly or Domain store.</summary>
        internal static string @IsolatedStorage_ApplicationUndefined => GetResourceString("IsolatedStorage_ApplicationUndefined", @"Application cannot be determined on an Assembly or Domain store.");
        /// <summary>Assembly cannot be determined for an Application store.</summary>
        internal static string @IsolatedStorage_AssemblyUndefined => GetResourceString("IsolatedStorage_AssemblyUndefined", @"Assembly cannot be determined for an Application store.");
        /// <summary>Current size cannot be determined for this store.</summary>
        internal static string @IsolatedStorage_CurrentSizeUndefined => GetResourceString("IsolatedStorage_CurrentSizeUndefined", @"Current size cannot be determined for this store.");
        /// <summary>Unable to delete; directory or files in the directory could be in use.</summary>
        internal static string @IsolatedStorage_DeleteDirectories => GetResourceString("IsolatedStorage_DeleteDirectories", @"Unable to delete; directory or files in the directory could be in use.");
        /// <summary>Invalid scope.</summary>
        internal static string @IsolatedStorage_Scope_Invalid => GetResourceString("IsolatedStorage_Scope_Invalid", @"Invalid scope.");
        /// <summary>Invalid scope, expected User, User|Roaming or Machine.</summary>
        internal static string @IsolatedStorage_Scope_U_R_M => GetResourceString("IsolatedStorage_Scope_U_R_M", @"Invalid scope, expected User, User|Roaming or Machine.");
        /// <summary>Code Access Security is not supported on this platform.</summary>
        internal static string @PlatformNotSupported_CAS => GetResourceString("PlatformNotSupported_CAS", @"Code Access Security is not supported on this platform.");
        /// <summary>System.IO.IsolatedStorage is not supported on this platform.</summary>
        internal static string @IsolatedStorage_PlatformNotSupported => GetResourceString("IsolatedStorage_PlatformNotSupported", @"System.IO.IsolatedStorage is not supported on this platform.");
 
    }
}