artifacts\obj\System.Console\Debug\net11.0-unix\System.SR.cs (45)
16internal static string @ArgumentOutOfRange_ConsoleWindowBufferSize => GetResourceString("ArgumentOutOfRange_ConsoleWindowBufferSize", @"The value must be less than the console's current maximum window size of {0} in that dimension. Note that this value depends on screen resolution and the console font.");
18internal static string @ArgumentOutOfRange_ConsoleWindowSize_Size => GetResourceString("ArgumentOutOfRange_ConsoleWindowSize_Size", @"The new console window size would force the console buffer size to be too large. Maximum allowed is {0}.");
20internal static string @Argument_InvalidOffLen => GetResourceString("Argument_InvalidOffLen", @"Offset and length were out of bounds for the array or count is greater than the number of elements from index to the end of the source collection.");
22internal static string @ArgumentOutOfRange_FileLengthTooBig => GetResourceString("ArgumentOutOfRange_FileLengthTooBig", @"Specified file length was too large for the file system.");
24internal static string @NotSupported_UnseekableStream => GetResourceString("NotSupported_UnseekableStream", @"Stream does not support seeking.");
26internal static string @ObjectDisposed_FileClosed => GetResourceString("ObjectDisposed_FileClosed", @"Cannot access a closed file.");
28internal static string @NotSupported_UnwritableStream => GetResourceString("NotSupported_UnwritableStream", @"Stream does not support writing.");
30internal static string @NotSupported_UnreadableStream => GetResourceString("NotSupported_UnreadableStream", @"Stream does not support reading.");
32internal static string @IO_AlreadyExists_Name => GetResourceString("IO_AlreadyExists_Name", @"Cannot create '{0}' because a file or directory with the same name already exists.");
34internal static string @IO_FileExists_Name => GetResourceString("IO_FileExists_Name", @"The file '{0}' already exists.");
36internal static string @IO_FileNotFound => GetResourceString("IO_FileNotFound", @"Unable to find the specified file.");
38internal static string @IO_FileNotFound_FileName => GetResourceString("IO_FileNotFound_FileName", @"Could not find file '{0}'.");
40internal static string @IO_PathNotFound_NoPathName => GetResourceString("IO_PathNotFound_NoPathName", @"Could not find a part of the path.");
42internal static string @IO_PathNotFound_Path => GetResourceString("IO_PathNotFound_Path", @"Could not find a part of the path '{0}'.");
44internal 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.");
46internal static string @UnauthorizedAccess_IODenied_NoPathName => GetResourceString("UnauthorizedAccess_IODenied_NoPathName", @"Access to the path is denied.");
48internal static string @UnauthorizedAccess_IODenied_Path => GetResourceString("UnauthorizedAccess_IODenied_Path", @"Access to the path '{0}' is denied.");
50internal static string @IO_SharingViolation_File => GetResourceString("IO_SharingViolation_File", @"The process cannot access the file '{0}' because it is being used by another process.");
52internal static string @IO_SharingViolation_NoFileName => GetResourceString("IO_SharingViolation_NoFileName", @"The process cannot access the file because it is being used by another process.");
54internal static string @Arg_InvalidConsoleColor => GetResourceString("Arg_InvalidConsoleColor", @"The ConsoleColor enum value was not defined on that enum. Please use a defined color from the enum.");
56internal static string @IO_NoConsole => GetResourceString("IO_NoConsole", @"There is no console.");
58internal static string @IO_TermInfoInvalid => GetResourceString("IO_TermInfoInvalid", @"The terminfo database is invalid.");
60internal static string @InvalidOperation_PrintF => GetResourceString("InvalidOperation_PrintF", @"The printf operation failed.");
62internal static string @InvalidOperation_ConsoleReadKeyOnFile => GetResourceString("InvalidOperation_ConsoleReadKeyOnFile", @"Cannot read keys when either application does not have a console or when console input has been redirected. Try Console.Read.");
64internal static string @InvalidOperation_SetWindowSize => GetResourceString("InvalidOperation_SetWindowSize", @"Cannot set window size when console output has been redirected.");
66internal static string @PersistedFiles_NoHomeDirectory => GetResourceString("PersistedFiles_NoHomeDirectory", @"The home directory of the current user could not be determined.");
68internal static string @ArgumentOutOfRange_ConsoleKey => GetResourceString("ArgumentOutOfRange_ConsoleKey", @"Console key values must be between 0 and 255 inclusive.");
70internal static string @ArgumentOutOfRange_ConsoleBufferBoundaries => GetResourceString("ArgumentOutOfRange_ConsoleBufferBoundaries", @"The value must be greater than or equal to zero and less than the console's buffer size in that dimension.");
72internal static string @ArgumentOutOfRange_ConsoleWindowPos => GetResourceString("ArgumentOutOfRange_ConsoleWindowPos", @"The window position must be set such that the current window size fits within the console's buffer, and the numbers must not be negative.");
74internal static string @InvalidOperation_ConsoleKeyAvailableOnFile => GetResourceString("InvalidOperation_ConsoleKeyAvailableOnFile", @"Cannot see if a key has been pressed when either application does not have a console or when console input has been redirected from a file. Try Console.In.Peek.");
76internal static string @ArgumentOutOfRange_ConsoleBufferLessThanWindowSize => GetResourceString("ArgumentOutOfRange_ConsoleBufferLessThanWindowSize", @"The console buffer size must not be less than the current size and position of the console window, nor greater than or equal to short.MaxValue.");
78internal static string @ArgumentOutOfRange_CursorSize => GetResourceString("ArgumentOutOfRange_CursorSize", @"The cursor size is invalid. It must be a percentage between 1 and 100.");
80internal static string @ArgumentOutOfRange_BeepFrequency => GetResourceString("ArgumentOutOfRange_BeepFrequency", @"The frequency must be between {0} and {1}.");
82internal static string @ArgumentOutOfRange_IndexCountBuffer => GetResourceString("ArgumentOutOfRange_IndexCountBuffer", @"Index and count must refer to a location within the buffer.");
84internal static string @ArgumentOutOfRange_IndexCount => GetResourceString("ArgumentOutOfRange_IndexCount", @"Index and count must refer to a location within the string.");
86internal static string @ArgumentOutOfRange_IndexMustBeLess => GetResourceString("ArgumentOutOfRange_IndexMustBeLess", @"Index was out of range. Must be non-negative and less than the size of the collection.");
88internal static string @ArgumentOutOfRange_IndexMustBeLessOrEqual => GetResourceString("ArgumentOutOfRange_IndexMustBeLessOrEqual", @"Index was out of range. Must be non-negative and less than or equal to the size of the collection.");
90internal static string @Argument_EncodingConversionOverflowBytes => GetResourceString("Argument_EncodingConversionOverflowBytes", @"The output byte buffer is too small to contain the encoded data, encoding '{0}' fallback '{1}'.");
92internal static string @Argument_EncodingConversionOverflowChars => GetResourceString("Argument_EncodingConversionOverflowChars", @"The output char buffer is too small to contain the decoded characters, encoding '{0}' fallback '{1}'.");
94internal static string @ArgumentOutOfRange_GetByteCountOverflow => GetResourceString("ArgumentOutOfRange_GetByteCountOverflow", @"Too many characters. The resulting number of bytes is larger than what can be returned as an int.");
96internal static string @ArgumentOutOfRange_GetCharCountOverflow => GetResourceString("ArgumentOutOfRange_GetCharCountOverflow", @"Too many bytes. The resulting number of chars is larger than what can be returned as an int.");
98internal static string @Argument_InvalidCharSequenceNoIndex => GetResourceString("Argument_InvalidCharSequenceNoIndex", @"String contains invalid Unicode code points.");
100internal 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.");
102internal static string @IO_TermInfoInvalidMagicNumber => GetResourceString("IO_TermInfoInvalidMagicNumber", @"The terminfo database has an invalid magic number: '{0}'.");
104internal static string @PlatformNotSupported_SystemConsole => GetResourceString("PlatformNotSupported_SystemConsole", @"System.Console is not supported on this platform.");