ArgumentOutOfRangeMessages
ArgumentOutOfRangeMessages.Instance (SystemMessages.ArgumentOutOfRange) contains message descriptions scraped from mscorlib.dll for System.ArgumentOutOfRangeException.
Code | HResult | Field Name | Key | Text | Exception |
---|---|---|---|---|---|
0xA3450274 | 0x80131502 | AddressSpace | mscorlib.ArgumentOutOfRange_AddressSpace | The number of bytes cannot exceed the virtual address space on a 32 bit machine. | System.ArgumentOutOfRangeException |
0xA3450275 | 0x80131502 | AddValue | mscorlib.ArgumentOutOfRange_AddValue | Value to add was out of range. | System.ArgumentOutOfRangeException |
0xA345027A | 0x80131502 | BadHourMinuteSecond | mscorlib.ArgumentOutOfRange_BadHourMinuteSecond | Hour, Minute, and Second parameters describe an un-representable DateTime. | System.ArgumentOutOfRangeException |
0xA345027B | 0x80131502 | BadYearMonthDay | mscorlib.ArgumentOutOfRange_BadYearMonthDay | Year, Month, and Day parameters describe an un-representable DateTime. | System.ArgumentOutOfRangeException |
0xA345027C | 0x80131502 | BeepFrequency | mscorlib.ArgumentOutOfRange_BeepFrequency | Console.Beep's frequency must be between {0} and {1}. | System.ArgumentOutOfRangeException |
0xA345027D | 0x80131502 | BiggerThanCollection | mscorlib.ArgumentOutOfRange_BiggerThanCollection | Larger than collection size. | System.ArgumentOutOfRangeException |
0xA345027E | 0x80131502 | BinaryReaderFillBuffer | mscorlib.ArgumentOutOfRange_BinaryReaderFillBuffer | The number of bytes requested does not fit into BinaryReader's internal buffer. | System.ArgumentOutOfRangeException |
0xA345027F | 0x80070057 | BoundsLowerUpper | mscorlib.ArgumentOutOfRange_Bounds_Lower_Upper | Argument must be between {0} and {1}. | System.ArgumentException |
0xA3450280 | 0x80131502 | CalendarRange | mscorlib.ArgumentOutOfRange_CalendarRange | Specified time is not supported in this calendar. It should be between {0} (Gregorian date) and {1} (Gregorian date), inclusive. | System.ArgumentOutOfRangeException |
0xA3450281 | 0x80131502 | Capacity | mscorlib.ArgumentOutOfRange_Capacity | Capacity exceeds maximum capacity. | System.ArgumentOutOfRangeException |
0xA3450282 | 0x80131502 | ConsoleBufferBoundaries | mscorlib.ArgumentOutOfRange_ConsoleBufferBoundaries | The value must be greater than or equal to zero and less than the console's buffer size in that dimension. | System.ArgumentOutOfRangeException |
0xA3450283 | 0x80131502 | ConsoleBufferLessThanWindowSize | mscorlib.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 Int16.MaxValue. | System.ArgumentOutOfRangeException |
0xA3450284 | 0x80131502 | ConsoleKey | mscorlib.ArgumentOutOfRange_ConsoleKey | Console key values must be between 0 and 255. | System.ArgumentOutOfRangeException |
0xA3450285 | 0x80131502 | ConsoleTitleTooLong | mscorlib.ArgumentOutOfRange_ConsoleTitleTooLong | The console title is too long. | System.ArgumentOutOfRangeException |
0xA3450286 | 0x80131502 | ConsoleWindowBufferSize | mscorlib.ArgumentOutOfRange_ConsoleWindowBufferSize | The new console window size would force the console buffer size to be too large. | System.ArgumentOutOfRangeException |
0xA3450287 | 0x80131502 | ConsoleWindowPos | mscorlib.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. | System.ArgumentOutOfRangeException |
0xA3450288 | 0x80131502 | ConsoleWindowSizeSize | mscorlib.ArgumentOutOfRange_ConsoleWindowSize_Size | 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. | System.ArgumentOutOfRangeException |
0xA3450289 | 0x80131502 | Count | mscorlib.ArgumentOutOfRange_Count | Count must be positive and count must refer to a location within the string/array/collection. | System.ArgumentOutOfRangeException |
0xA345028A | 0x80131502 | CursorSize | mscorlib.ArgumentOutOfRange_CursorSize | The cursor size is invalid. It must be a percentage between 1 and 100. | System.ArgumentOutOfRangeException |
0xA345028C | 0x80131502 | DateTimeBadMonths | mscorlib.ArgumentOutOfRange_DateTimeBadMonths | Months value must be between +/-120000. | System.ArgumentOutOfRangeException |
0xA345028D | 0x80131502 | DateTimeBadTicks | mscorlib.ArgumentOutOfRange_DateTimeBadTicks | Ticks must be between DateTime.MinValue.Ticks and DateTime.MaxValue.Ticks. | System.ArgumentOutOfRangeException |
0xA345028E | 0x80131502 | DateTimeBadYears | mscorlib.ArgumentOutOfRange_DateTimeBadYears | Years value must be between +/-10000. | System.ArgumentOutOfRangeException |
0xA345028F | 0x80131502 | Day | mscorlib.ArgumentOutOfRange_Day | Day must be between 1 and {0} for month {1}. | System.ArgumentOutOfRangeException |
0xA3450290 | 0x80131502 | DayOfWeek | mscorlib.ArgumentOutOfRange_DayOfWeek | The DayOfWeek enumeration must be in the range 0 through 6. | System.ArgumentOutOfRangeException |
0xA3450291 | 0x80131502 | DayParam | mscorlib.ArgumentOutOfRange_DayParam | The Day parameter must be in the range 1 through 31. | System.ArgumentOutOfRangeException |
0xA3450292 | 0x80131502 | DecimalRound | mscorlib.ArgumentOutOfRange_DecimalRound | Decimal can only round to between 0 and 28 digits of precision. | System.ArgumentOutOfRangeException |
0xA3450293 | 0x80131502 | DecimalScale | mscorlib.ArgumentOutOfRange_DecimalScale | Decimal's scale value must be between 0 and 28, inclusive. | System.ArgumentOutOfRangeException |
0xA3450294 | 0x80131502 | EndIndexStartIndex | mscorlib.ArgumentOutOfRange_EndIndexStartIndex | endIndex cannot be greater than startIndex. | System.ArgumentOutOfRangeException |
0xA3450295 | 0x80131502 | Enum | mscorlib.ArgumentOutOfRange_Enum | Enum value was out of legal range. | System.ArgumentOutOfRangeException |
0xA3450296 | 0x80131502 | Era | mscorlib.ArgumentOutOfRange_Era | Time value was out of era range. | System.ArgumentOutOfRangeException |
0xA3450297 | 0x80131502 | FileLengthTooBig | mscorlib.ArgumentOutOfRange_FileLengthTooBig | Specified file length was too large for the file system. | System.ArgumentOutOfRangeException |
0xA3450298 | 0x80131502 | FileTimeInvalid | mscorlib.ArgumentOutOfRange_FileTimeInvalid | Not a valid Win32 FileTime. | System.ArgumentOutOfRangeException |
0xA3450299 | 0x80131502 | GenericPositive | mscorlib.ArgumentOutOfRange_GenericPositive | Value must be positive. | System.ArgumentOutOfRangeException |
0xA345029A | 0x80131502 | GetByteCountOverflow | mscorlib.ArgumentOutOfRange_GetByteCountOverflow | Too many characters. The resulting number of bytes is larger than what can be returned as an int. | System.ArgumentOutOfRangeException |
0xA345029B | 0x80131502 | GetCharCountOverflow | mscorlib.ArgumentOutOfRange_GetCharCountOverflow | Too many bytes. The resulting number of chars is larger than what can be returned as an int. | System.ArgumentOutOfRangeException |
0xA345029C | 0x80131502 | HashtableLoadFactor | mscorlib.ArgumentOutOfRange_HashtableLoadFactor | Load factor needs to be between 0.1 and 1.0. | System.ArgumentOutOfRangeException |
0xA345029E | 0x80131502 | Index | mscorlib.ArgumentOutOfRange_Index | Index was out of range. Must be non-negative and less than the size of the collection. | System.ArgumentOutOfRangeException |
0xA345029F | 0x80131502 | IndexCount | mscorlib.ArgumentOutOfRange_IndexCount | Index and count must refer to a location within the string. | System.ArgumentOutOfRangeException |
0xA34502A0 | 0x80131502 | IndexCountBuffer | mscorlib.ArgumentOutOfRange_IndexCountBuffer | Index and count must refer to a location within the buffer. | System.ArgumentOutOfRangeException |
0xA34502A1 | 0x80131502 | IndexLargerThanMaxValue | mscorlib.ArgumentOutOfRange_IndexLargerThanMaxValue | This collection cannot work with indices larger than Int32.MaxValue - 1 (0x7FFFFFFF - 1). | System.ArgumentOutOfRangeException |
0xA34502A2 | 0x80131502 | IndexLength | mscorlib.ArgumentOutOfRange_IndexLength | Index and length must refer to a location within the string. | System.ArgumentOutOfRangeException |
0xA34502A3 | 0x80131502 | IndexOutOfRange | mscorlib.ArgumentOutOfRange_IndexOutOfRange | The specified index is outside the current index range of this collection. | System.ArgumentOutOfRangeException |
0xA34502A4 | 0x80131502 | IndexString | mscorlib.ArgumentOutOfRange_IndexString | Index was out of range. Must be non-negative and less than the length of the string. | System.ArgumentOutOfRangeException |
0xA34502A5 | 0x80131502 | InvalidEraValue | mscorlib.ArgumentOutOfRange_InvalidEraValue | Era value was not valid. | System.ArgumentOutOfRangeException |
0xA34502A6 | 0x80131502 | InvalidHighSurrogate | mscorlib.ArgumentOutOfRange_InvalidHighSurrogate | A valid high surrogate character is between 0xd800 and 0xdbff, inclusive. | System.ArgumentOutOfRangeException |
0xA34502A7 | 0x80131502 | InvalidLowSurrogate | mscorlib.ArgumentOutOfRange_InvalidLowSurrogate | A valid low surrogate character is between 0xdc00 and 0xdfff, inclusive. | System.ArgumentOutOfRangeException |
0xA34502A8 | 0x80131502 | InvalidThreshold | mscorlib.ArgumentOutOfRange_InvalidThreshold | The specified threshold for creating dictionary is out of range. | System.ArgumentOutOfRangeException |
0xA34502A9 | 0x80131502 | InvalidUserDefinedAceType | mscorlib.ArgumentOutOfRange_InvalidUserDefinedAceType | User-defined ACEs must not have a well-known ACE type. | System.ArgumentOutOfRangeException |
0xA34502AA | 0x80131502 | InvalidUTF32 | mscorlib.ArgumentOutOfRange_InvalidUTF32 | A valid UTF32 value is between 0x000000 and 0x10ffff, inclusive, and should not include surrogate codepoint values (0x00d800 ~ 0x00dfff). | System.ArgumentOutOfRangeException |
0xA34502AB | 0x80131502 | Length | mscorlib.ArgumentOutOfRange_Length | The specified length exceeds maximum capacity of SecureString. | System.ArgumentOutOfRangeException |
0xA34502AC | 0x80131502 | LengthGreaterThanCapacity | mscorlib.ArgumentOutOfRange_LengthGreaterThanCapacity | The length cannot be greater than the capacity. | System.ArgumentOutOfRangeException |
0xA34502AD | 0x80131502 | LengthTooLarge | mscorlib.ArgumentOutOfRange_LengthTooLarge | The specified length exceeds the maximum value of {0}. | System.ArgumentOutOfRangeException |
0xA34502AE | 0x80131502 | LessEqualToIntegerMaxVal | mscorlib.ArgumentOutOfRange_LessEqualToIntegerMaxVal | Argument must be less than or equal to 2^31 - 1 milliseconds. | System.ArgumentOutOfRangeException |
0xA34502AF | 0x80131502 | ListInsert | mscorlib.ArgumentOutOfRange_ListInsert | Index must be within the bounds of the List. | System.ArgumentOutOfRangeException |
0xA34502B0 | 0x80131502 | Month | mscorlib.ArgumentOutOfRange_Month | Month must be between one and twelve. | System.ArgumentOutOfRangeException |
0xA34502B1 | 0x80131502 | MonthParam | mscorlib.ArgumentOutOfRange_MonthParam | The Month parameter must be in the range 1 through 12. | System.ArgumentOutOfRangeException |
0xA34502B2 | 0x80131502 | MustBeNonNegInt32 | mscorlib.ArgumentOutOfRange_MustBeNonNegInt32 | Value must be non-negative and less than or equal to Int32.MaxValue. | System.ArgumentOutOfRangeException |
0xA34502B3 | 0x80131502 | MustBeNonNegNum | mscorlib.ArgumentOutOfRange_MustBeNonNegNum | '{0}' must be non-negative. | System.ArgumentOutOfRangeException |
0xA34502B4 | 0x80131502 | MustBePositive | mscorlib.ArgumentOutOfRange_MustBePositive | '{0}' must be greater than zero. | System.ArgumentOutOfRangeException |
0xA34502B5 | 0x80131502 | NeedNonNegNum | mscorlib.ArgumentOutOfRange_NeedNonNegNum | Non-negative number required. | System.ArgumentOutOfRangeException |
0xA34502B6 | 0x80131502 | NeedNonNegOrNegative1 | mscorlib.ArgumentOutOfRange_NeedNonNegOrNegative1 | Number must be either non-negative and less than or equal to Int32.MaxValue or -1. | System.ArgumentOutOfRangeException |
0xA34502B7 | 0x80131502 | NeedPosNum | mscorlib.ArgumentOutOfRange_NeedPosNum | Positive number required. | System.ArgumentOutOfRangeException |
0xA34502B8 | 0x80131502 | NeedValidId | mscorlib.ArgumentOutOfRange_NeedValidId | The ID parameter must be in the range {0} through {1}. | System.ArgumentOutOfRangeException |
0xA34502B9 | 0x80131502 | NegativeCapacity | mscorlib.ArgumentOutOfRange_NegativeCapacity | Capacity must be positive. | System.ArgumentOutOfRangeException |
0xA34502BA | 0x80131502 | NegativeCount | mscorlib.ArgumentOutOfRange_NegativeCount | Count cannot be less than zero. | System.ArgumentOutOfRangeException |
0xA34502BB | 0x80131502 | NegativeLength | mscorlib.ArgumentOutOfRange_NegativeLength | Length cannot be less than zero. | System.ArgumentOutOfRangeException |
0xA34502BC | 0x80131502 | NegFileSize | mscorlib.ArgumentOutOfRange_NegFileSize | Length must be non-negative. | System.ArgumentOutOfRangeException |
0xA34502BE | 0x80131502 | OffsetLength | mscorlib.ArgumentOutOfRange_OffsetLength | Offset and length must refer to a position in the string. | System.ArgumentOutOfRangeException |
0xA34502BF | 0x80131502 | OffsetOut | mscorlib.ArgumentOutOfRange_OffsetOut | Either offset did not refer to a position in the string, or there is an insufficient length of destination character array. | System.ArgumentOutOfRangeException |
0xA34502C0 | 0x80131502 | ParamSequence | mscorlib.ArgumentOutOfRange_ParamSequence | The specified parameter index is not in range. | System.ArgumentOutOfRangeException |
0xA34502C1 | 0x80131502 | PartialWCHAR | mscorlib.ArgumentOutOfRange_PartialWCHAR | Pointer startIndex and length do not refer to a valid string. | System.ArgumentOutOfRangeException |
0xA34502C2 | 0x80131502 | PeriodTooLarge | mscorlib.ArgumentOutOfRange_PeriodTooLarge | Period must be less than 2^32-2. | System.ArgumentOutOfRangeException |
0xA34502C3 | 0x80131502 | PositionLessThanCapacityRequired | mscorlib.ArgumentOutOfRange_PositionLessThanCapacityRequired | The position may not be greater or equal to the capacity of the accessor. | System.ArgumentOutOfRangeException |
0xA34502C4 | 0x80131502 | QueueGrowFactor | mscorlib.ArgumentOutOfRange_QueueGrowFactor | Queue grow factor must be between {0} and {1}. | System.ArgumentOutOfRangeException |
0xA34502C6 | 0x80131502 | RoundingDigits | mscorlib.ArgumentOutOfRange_RoundingDigits | Rounding digits must be between 0 and 15, inclusive. | System.ArgumentOutOfRangeException |
0xA34502C7 | 0x80131502 | SmallCapacity | mscorlib.ArgumentOutOfRange_SmallCapacity | capacity was less than the current size. | System.ArgumentOutOfRangeException |
0xA34502C8 | 0x80131502 | SmallMaxCapacity | mscorlib.ArgumentOutOfRange_SmallMaxCapacity | MaxCapacity must be one or greater. | System.ArgumentOutOfRangeException |
0xA34502C9 | 0x80131502 | StartIndex | mscorlib.ArgumentOutOfRange_StartIndex | StartIndex cannot be less than zero. | System.ArgumentOutOfRangeException |
0xA34502CA | 0x80131502 | StartIndexLargerThanLength | mscorlib.ArgumentOutOfRange_StartIndexLargerThanLength | startIndex cannot be larger than length of string. | System.ArgumentOutOfRangeException |
0xA34502CB | 0x80131502 | StartIndexLessThanLength | mscorlib.ArgumentOutOfRange_StartIndexLessThanLength | startIndex must be less than length of string. | System.ArgumentOutOfRangeException |
0xA34502CC | 0x80131502 | StreamLength | mscorlib.ArgumentOutOfRange_StreamLength | Stream length must be non-negative and less than 2^31 - 1 - origin. | System.ArgumentOutOfRangeException |
0xA34502CD | 0x80131502 | TimeoutTooLarge | mscorlib.ArgumentOutOfRange_TimeoutTooLarge | Time-out interval must be less than 2^32-2. | System.ArgumentOutOfRangeException |
0xA34502CE | 0x80131502 | UIntPtrMax1 | mscorlib.ArgumentOutOfRange_UIntPtrMax-1 | The length of the buffer must be less than the maximum UIntPtr value for your platform. | System.ArgumentOutOfRangeException |
0xA34502CF | 0x80131502 | UnmanagedMemStreamLength | mscorlib.ArgumentOutOfRange_UnmanagedMemStreamLength | UnmanagedMemoryStream length must be non-negative and less than 2^63 - 1 - baseAddress. | System.ArgumentOutOfRangeException |
0xA34502D0 | 0x80131502 | UnmanagedMemStreamWrapAround | mscorlib.ArgumentOutOfRange_UnmanagedMemStreamWrapAround | The UnmanagedMemoryStream capacity would wrap around the high end of the address space. | System.ArgumentOutOfRangeException |
0xA34502D1 | 0x80131502 | UtcOffset | mscorlib.ArgumentOutOfRange_UtcOffset | The TimeSpan parameter must be within plus or minus 14.0 hours. | System.ArgumentOutOfRangeException |
0xA34502D2 | 0x80131500 | UtcOffsetAndDaylightDelta | mscorlib.ArgumentOutOfRange_UtcOffsetAndDaylightDelta | The sum of the BaseUtcOffset and DaylightDelta properties must within plus or minus 14.0 hours. | System.InvalidTimeZoneException |
0xA34502D3 | 0x80131502 | Version | mscorlib.ArgumentOutOfRange_Version | Version's parameters must be greater than or equal to zero. | System.ArgumentOutOfRangeException |
0xA34502D4 | 0x80131502 | Week | mscorlib.ArgumentOutOfRange_Week | The Week parameter must be in the range 1 through 5. | System.ArgumentOutOfRangeException |
0xA34502D5 | 0x80131502 | Year | mscorlib.ArgumentOutOfRange_Year | Year must be between 1 and 9999. | System.ArgumentOutOfRangeException |
0xA345062D | 0x80131502 | ActualValue | mscorlib.ArgumentOutOfRange_ActualValue | Actual value was {0}. | System.ArgumentOutOfRangeException |
0xA3450694 | 0x80131502 | MaxArgExceeded | mscorlib.ArgumentOutOfRange_MaxArgExceeded | The total number of parameters must not exceed {0}. | System.ArgumentOutOfRangeException |
0xA3450695 | 0x80131502 | MaxStringsExceeded | mscorlib.ArgumentOutOfRange_MaxStringsExceeded | The number of String parameters must not exceed {0}. | System.ArgumentOutOfRangeException |
This document is partially derived from work with following license.
/*This file is a derivate of a source file that has following license (below). ======================================================================== The MIT License (MIT) Copyright (c) Microsoft Corporation Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. ======================================================================*/