artifacts\obj\System.IO.FileSystem.Watcher\Debug\net11.0-linux\System.SR.cs (26)
16internal static string @BufferSizeTooLarge => GetResourceString("BufferSizeTooLarge", @"The specified buffer size is too large. FileSystemWatcher cannot allocate {0} bytes for the internal buffer.");
18internal static string @FSW_IOError => GetResourceString("FSW_IOError", @"Error reading the {0} directory.");
20internal static string @FSW_BufferOverflow => GetResourceString("FSW_BufferOverflow", @"Too many changes at once in directory:{0}.");
22internal static string @InvalidDirName => GetResourceString("InvalidDirName", @"The directory name {0} is invalid.");
24internal static string @InvalidDirName_NotExists => GetResourceString("InvalidDirName_NotExists", @"The directory name '{0}' does not exist.");
26internal static string @InvalidEnumArgument => GetResourceString("InvalidEnumArgument", @"The value of argument '{0}' ({1}) is invalid for Enum type '{2}'.");
28internal static string @IO_FileExists_Name => GetResourceString("IO_FileExists_Name", @"The file '{0}' already exists.");
30internal static string @ArgumentOutOfRange_FileLengthTooBig => GetResourceString("ArgumentOutOfRange_FileLengthTooBig", @"Specified file length was too large for the file system.");
32internal static string @IO_PathTooLong => GetResourceString("IO_PathTooLong", @"The specified file name or path is too long, or a component of the specified path is too long.");
34internal static string @IO_PathNotFound_NoPathName => GetResourceString("IO_PathNotFound_NoPathName", @"Could not find a part of the path.");
36internal static string @IO_PathNotFound_Path => GetResourceString("IO_PathNotFound_Path", @"Could not find a part of the path '{0}'.");
38internal static string @IO_FileNotFound => GetResourceString("IO_FileNotFound", @"Unable to find the specified file.");
40internal static string @IO_FileNotFound_FileName => GetResourceString("IO_FileNotFound_FileName", @"Could not find file '{0}'.");
42internal static string @UnauthorizedAccess_IODenied_NoPathName => GetResourceString("UnauthorizedAccess_IODenied_NoPathName", @"Access to the path is denied.");
44internal static string @UnauthorizedAccess_IODenied_Path => GetResourceString("UnauthorizedAccess_IODenied_Path", @"Access to the path '{0}' is denied.");
46internal static string @IO_SharingViolation_File => GetResourceString("IO_SharingViolation_File", @"The process cannot access the file '{0}' because it is being used by another process.");
48internal static string @IO_SharingViolation_NoFileName => GetResourceString("IO_SharingViolation_NoFileName", @"The process cannot access the file because it is being used by another process.");
50internal static string @EventStream_FailedToStart => GetResourceString("EventStream_FailedToStart", @"Failed to start the EventStream");
52internal static string @Argument_InvalidPathChars => GetResourceString("Argument_InvalidPathChars", @"Illegal characters in path '{0}'.");
54internal static string @IOException_INotifyInstanceSystemLimitExceeded => GetResourceString("IOException_INotifyInstanceSystemLimitExceeded", @"The system limit on the number of inotify instances has been reached.");
56internal static string @IOException_INotifyInstanceUserLimitExceeded_Value => GetResourceString("IOException_INotifyInstanceUserLimitExceeded_Value", @"The configured user limit ({0}) on the number of inotify instances has been reached, or the per-process limit on the number of open file descriptors has been reached.");
58internal static string @IOException_INotifyWatchesUserLimitExceeded_Value => GetResourceString("IOException_INotifyWatchesUserLimitExceeded_Value", @"The configured user limit ({0}) on the number of inotify watches has been reached, or the operating system failed to allocate a required resource.");
60internal static string @IOException_INotifyInstanceUserLimitExceeded => GetResourceString("IOException_INotifyInstanceUserLimitExceeded", @"The configured user limit on the number of inotify instances has been reached, or the per-process limit on the number of open file descriptors has been reached.");
62internal static string @IOException_INotifyWatchesUserLimitExceeded => GetResourceString("IOException_INotifyWatchesUserLimitExceeded", @"The configured user limit on the number of inotify watches has been reached, or the operating system failed to allocate a required resource.");
64internal static string @IO_PathTooLong_Path => GetResourceString("IO_PathTooLong_Path", @"The path '{0}' is too long, or a component of the specified path is too long.");
66internal static string @FileSystemWatcher_PlatformNotSupported => GetResourceString("FileSystemWatcher_PlatformNotSupported", @"System.IO.FileSystem.Watcher is not supported on this platform.");