Merge pull request #4444 from lateralusX/jlorenss/windows-unwind-info
[mono.git] / mcs / class / corlib / corefx / SR.cs
1 //
2 // This file was generated by resx2sr tool
3 //
4
5 partial class SR
6 {
7         public const string Arg_AccessException = "Cannot access member.";
8         public const string Arg_AccessViolationException = "Attempted to read or write protected memory. This is often an indication that other memory is corrupt.";
9         public const string Arg_ApplicationException = "Error in the application.";
10         public const string Arg_ArgumentException = "Value does not fall within the expected range.";
11         public const string Arg_ArgumentOutOfRangeException = "Specified argument was out of the range of valid values.";
12         public const string Arg_ArithmeticException = "Overflow or underflow in the arithmetic operation.";
13         public const string Arg_ArrayPlusOffTooSmall = "Destination array is not long enough to copy all the items in the collection. Check array index and length.";
14         public const string Arg_ArrayTypeMismatchException = "Attempted to access an element as a type incompatible with the array.";
15         public const string Arg_ArrayZeroError = "Array must not be of length zero.";
16         public const string Arg_BadImageFormatException = "Format of the executable (.exe) or library (.dll) is invalid.";
17         public const string Arg_BogusIComparer = "Unable to sort because the IComparer.Compare() method returns inconsistent results. Either a value does not compare equal to itself, or one value repeatedly compared to another value yields different results. IComparer: '{0}'.";
18         public const string Arg_CannotBeNaN = "TimeSpan does not accept floating point Not-a-Number values.";
19         public const string Arg_CannotHaveNegativeValue = "String cannot contain a minus sign if the base is not 10.";
20         public const string Arg_CopyNonBlittableArray = "Arrays must contain only blittable data in order to be copied to unmanaged memory.";
21         public const string Arg_CopyOutOfRange = "Requested range extends past the end of the array.";
22         public const string Arg_CryptographyException = "Error occurred during a cryptographic operation.";
23         public const string Arg_DataMisalignedException = "A datatype misalignment was detected in a load or store instruction.";
24         public const string Arg_DateTimeRange = "Combination of arguments to the DateTime constructor is out of the legal range.";
25         public const string Arg_DirectoryNotFoundException = "Attempted to access a path that is not on the disk.";
26         public const string Arg_DecBitCtor = "Decimal byte array constructor requires an array of length four containing valid decimal bytes.";
27         public const string Arg_DivideByZero = "Attempted to divide by zero.";
28         public const string Arg_DriveNotFoundException = "Attempted to access a drive that is not available.";
29         public const string Arg_DlgtNullInst = "Delegate to an instance method cannot have null 'this'.";
30         public const string Arg_DuplicateWaitObjectException = "Duplicate objects in argument.";
31         public const string Arg_EnumAndObjectMustBeSameType = "Object must be the same type as the enum. The type passed in was '{0}'; the enum type was '{1}'.";
32         public const string Arg_EntryPointNotFoundException = "Entry point was not found.";
33         public const string Arg_EnumIllegalVal = "Illegal enum value: {0}.";
34         public const string Arg_ExecutionEngineException = "Internal error in the runtime.";
35         public const string Arg_ExternalException = "External component has thrown an exception.";
36         public const string Arg_FieldAccessException = "Attempted to access a field that is not accessible by the caller.";
37         public const string Arg_FormatException = "One of the identified items was in an invalid format.";
38         public const string Arg_GuidArrayCtor = "Byte array for GUID must be exactly {0} bytes long.";
39         public const string Arg_HexStyleNotSupported = "The number style AllowHexSpecifier is not supported on floating point data types.";
40         public const string Arg_HTCapacityOverflow = "Hashtable's capacity overflowed and went negative. Check load factor, capacity and the current size of the table.";
41         public const string Arg_IndexOutOfRangeException = "Index was outside the bounds of the array.";
42         public const string Arg_InsufficientExecutionStackException = "Insufficient stack to continue executing the program safely. This can happen from having too many functions on the call stack or function on the stack using too much stack space.";
43         public const string Arg_InvalidBase = "Invalid Base.";
44         public const string Arg_InvalidCastException = "Specified cast is not valid.";
45         public const string Arg_InvalidHexStyle = "With the AllowHexSpecifier bit set in the enum bit field, the only other valid bits that can be combined into the enum value must be a subset of those in HexNumber.";
46         public const string Arg_InvalidOperationException = "Operation is not valid due to the current state of the object.";
47         public const string Arg_OleAutDateInvalid = " Not a legal OleAut date.";
48         public const string Arg_OleAutDateScale = "OleAut date did not convert to a DateTime correctly.";
49         public const string Arg_InvalidRuntimeTypeHandle = "Invalid RuntimeTypeHandle.";
50         public const string Arg_IOException = "I/O error occurred.";
51         public const string Arg_KeyNotFound = "The given key was not present in the dictionary.";
52         public const string Arg_LongerThanSrcString = "Source string was not long enough. Check sourceIndex and count.";
53         public const string Arg_LowerBoundsMustMatch = "The arrays' lower bounds must be identical.";
54         public const string Arg_MissingFieldException = "Attempted to access a non-existing field.";
55         public const string Arg_MethodAccessException = "Attempt to access the method failed.";
56         public const string Arg_MissingMemberException = "Attempted to access a missing member.";
57         public const string Arg_MissingMethodException = "Attempted to access a missing method.";
58         public const string Arg_MulticastNotSupportedException = "Attempted to add multiple callbacks to a delegate that does not support multicast.";
59         public const string Arg_MustBeBoolean = "Object must be of type Boolean.";
60         public const string Arg_MustBeByte = "Object must be of type Byte.";
61         public const string Arg_MustBeChar = "Object must be of type Char.";
62         public const string Arg_MustBeDateTime = "Object must be of type DateTime.";
63         public const string Arg_MustBeDateTimeOffset = "Object must be of type DateTimeOffset.";
64         public const string Arg_MustBeDecimal = "Object must be of type Decimal.";
65         public const string Arg_MustBeDouble = "Object must be of type Double.";
66         public const string Arg_MustBeEnum = "Type provided must be an Enum.";
67         public const string Arg_MustBeGuid = "Object must be of type GUID.";
68         public const string Arg_MustBeInt16 = "Object must be of type Int16.";
69         public const string Arg_MustBeInt32 = "Object must be of type Int32.";
70         public const string Arg_MustBeInt64 = "Object must be of type Int64.";
71         public const string Arg_MustBePrimArray = "Object must be an array of primitives.";
72         public const string Arg_MustBeSByte = "Object must be of type SByte.";
73         public const string Arg_MustBeSingle = "Object must be of type Single.";
74         public const string Arg_MustBeString = "Object must be of type String.";
75         public const string Arg_MustBeStringPtrNotAtom = "The pointer passed in as a String must not be in the bottom 64K of the process's address space.";
76         public const string Arg_MustBeTimeSpan = "Object must be of type TimeSpan.";
77         public const string Arg_MustBeUInt16 = "Object must be of type UInt16.";
78         public const string Arg_MustBeUInt32 = "Object must be of type UInt32.";
79         public const string Arg_MustBeUInt64 = "Object must be of type UInt64.";
80         public const string Arg_MustBeVersion = "Object must be of type Version.";
81         public const string Arg_NeedAtLeast1Rank = "Must provide at least one rank.";
82         public const string Arg_Need2DArray = "Array was not a two-dimensional array.";
83         public const string Arg_Need3DArray = "Array was not a three-dimensional array.";
84         public const string Arg_NegativeArgCount = "Argument count must not be negative.";
85         public const string Arg_NotFiniteNumberException = "Arg_NotFiniteNumberException = Number encountered was not a finite quantity.";
86         public const string Arg_NonZeroLowerBound = "The lower bound of target array must be zero.";
87         public const string Arg_NotGenericParameter = "Method may only be called on a Type for which Type.IsGenericParameter is true.";
88         public const string Arg_NotImplementedException = "The method or operation is not implemented.";
89         public const string Arg_NotSupportedException = "Specified method is not supported.";
90         public const string Arg_NotSupportedMultidim = "Multi-dimensional arrays are not supported.";
91         public const string Arg_NotSupportedNonZeroLowerBound = "Arrays with non-zero lower bounds are not supported.";
92         public const string Arg_NullReferenceException = "Object reference not set to an instance of an object.";
93         public const string Arg_ObjObjEx = "Object of type '{0}' cannot be converted to type '{1}'.";
94         public const string Arg_OverflowException = "Arithmetic operation resulted in an overflow.";
95         public const string Arg_OutOfMemoryException = "Insufficient memory to continue the execution of the program.";
96         public const string Arg_PlatformNotSupported = "Operation is not supported on this platform.";
97         public const string Arg_ParamName_Name = "Parameter name: {0}";
98         public const string Arg_Path2IsRooted = "Second path fragment must not be a drive or UNC name.";
99         public const string Arg_PathIllegal = "The path is not of a legal form.";
100         public const string Arg_PathIllegalUNC = "The UNC path should be of the form \\\\\\\\server\\\\share.";
101         public const string Arg_RankException = "Attempted to operate on an array with the incorrect number of dimensions.";
102         public const string Arg_RankIndices = "Indices length does not match the array rank.";
103         public const string Arg_RankMultiDimNotSupported = "Only single dimensional arrays are supported for the requested action.";
104         public const string Arg_RanksAndBounds = "Number of lengths and lowerBounds must match.";
105         public const string Arg_RegGetOverflowBug = "RegistryKey.GetValue does not allow a String that has a length greater than Int32.MaxValue.";
106         public const string Arg_RegKeyNotFound = "The specified registry key does not exist.";
107         public const string Arg_SecurityException = "Security error.";
108         public const string Arg_StackOverflowException = "Operation caused a stack overflow.";
109         public const string Arg_SynchronizationLockException = "Object synchronization method was called from an unsynchronized block of code.";
110         public const string Arg_SystemException = "System error.";
111         public const string Arg_TargetInvocationException = "Exception has been thrown by the target of an invocation.";
112         public const string Arg_TargetParameterCountException = "Number of parameters specified does not match the expected number.";
113         public const string Arg_DefaultValueMissingException = "Missing parameter does not have a default value.";
114         public const string Arg_TimeoutException = "The operation has timed out.";
115         public const string Arg_TypeAccessException = "Attempt to access the type failed.";
116         public const string Arg_TypeLoadException = "Failure has occurred while loading a type.";
117         public const string Arg_UnauthorizedAccessException = "Attempted to perform an unauthorized operation.";
118         public const string Arg_VersionString = "Version string portion was too short or too long.";
119         public const string Arg_WrongType = "The value '{0}' is not of type '{1}' and cannot be used in this generic collection.";
120         public const string Argument_AddingDuplicate = "An item with the same key has already been added. Key: {0}";
121         public const string Argument_AddingDuplicate__ = "Item has already been added. Key in dictionary: '{0}'  Key being added: '{1}'";
122         public const string Argument_AdjustmentRulesNoNulls = "The AdjustmentRule array cannot contain null elements.";
123         public const string Argument_AdjustmentRulesOutOfOrder = "The elements of the AdjustmentRule array must be in chronological order and must not overlap.";
124         public const string Argument_BadFormatSpecifier = "Format specifier was invalid.";
125         public const string Argument_CodepageNotSupported = "{0} is not a supported code page.";
126         public const string Argument_CompareOptionOrdinal = "CompareOption.Ordinal cannot be used with other options.";
127         public const string Argument_ConflictingDateTimeRoundtripStyles = "The DateTimeStyles value RoundtripKind cannot be used with the values AssumeLocal, AssumeUniversal or AdjustToUniversal.";
128         public const string Argument_ConflictingDateTimeStyles = "The DateTimeStyles values AssumeLocal and AssumeUniversal cannot be used together.";
129         public const string Argument_ConversionOverflow = "Conversion buffer overflow.";
130         public const string Argument_ConvertMismatch = "The conversion could not be completed because the supplied DateTime did not have the Kind property set correctly.  For example, when the Kind property is DateTimeKind.Local, the source time zone must be TimeZoneInfo.Local.";
131         public const string Argument_CultureInvalidIdentifier = "{0} is an invalid culture identifier.";
132         public const string Argument_CultureIetfNotSupported = "Culture IETF Name {0} is not a recognized IETF name.";
133         public const string Argument_CultureIsNeutral = "Culture ID {0} (0x{0:X4}) is a neutral culture; a region cannot be created from it.";
134         public const string Argument_CultureNotSupported = "Culture is not supported.";
135         public const string Argument_CustomCultureCannotBePassedByNumber = "Customized cultures cannot be passed by LCID, only by name.";
136         public const string Argument_DateTimeBadBinaryData = "The binary data must result in a DateTime with ticks between DateTime.MinValue.Ticks and DateTime.MaxValue.Ticks.";
137         public const string Argument_DateTimeHasTicks = "The supplied DateTime must have the Year, Month, and Day properties set to 1.  The time cannot be specified more precisely than whole milliseconds.";
138         public const string Argument_DateTimeHasTimeOfDay = "The supplied DateTime includes a TimeOfDay setting.   This is not supported.";
139         public const string Argument_DateTimeIsInvalid = "The supplied DateTime represents an invalid time.  For example, when the clock is adjusted forward, any time in the period that is skipped is invalid.";
140         public const string Argument_DateTimeIsNotAmbiguous = "The supplied DateTime is not in an ambiguous time range.";
141         public const string Argument_DateTimeKindMustBeUnspecified = "The supplied DateTime must have the Kind property set to DateTimeKind.Unspecified.";
142         public const string Argument_DateTimeOffsetInvalidDateTimeStyles = "The DateTimeStyles value 'NoCurrentDateDefault' is not allowed when parsing DateTimeOffset.";
143         public const string Argument_DateTimeOffsetIsNotAmbiguous = "The supplied DateTimeOffset is not in an ambiguous time range.";
144         public const string Argument_EmptyDecString = "Decimal separator cannot be the empty string.";
145         public const string Argument_EmptyName = "Empty name is not legal.";
146         public const string Argument_EmptyWaithandleArray = "Waithandle array may not be empty.";
147         public const string Argument_EncoderFallbackNotEmpty = "Must complete Convert() operation or call Encoder.Reset() before calling GetBytes() or GetByteCount(). Encoder '{0}' fallback '{1}'.";
148         public const string Argument_EncodingConversionOverflowBytes = "The output byte buffer is too small to contain the encoded data, encoding '{0}' fallback '{1}'.";
149         public const string Argument_EncodingConversionOverflowChars = "The output char buffer is too small to contain the decoded characters, encoding '{0}' fallback '{1}'.";
150         public const string Argument_EncodingNotSupported = "'{0}' is not a supported encoding name. For information on defining a custom encoding, see the documentation for the Encoding.RegisterProvider method.";
151         public const string Argument_EnumTypeDoesNotMatch = "The argument type, '{0}', is not the same as the enum type '{1}'.";
152         public const string Argument_FallbackBufferNotEmpty = "Cannot change fallback when buffer is not empty. Previous Convert() call left data in the fallback buffer.";
153         public const string Argument_IdnBadLabelSize = "IDN labels must be between 1 and 63 characters long.";
154         public const string Argument_IdnBadPunycode = "Invalid IDN encoded string.";
155         public const string Argument_IdnIllegalName = "Decoded string is not a valid IDN name.";
156         public const string Argument_ImplementIComparable = "At least one object must implement IComparable.";
157         public const string Argument_InvalidArgumentForComparison = "Type of argument is not compatible with the generic comparer.";
158         public const string Argument_InvalidArrayLength = "Length of the array must be {0}.";
159         public const string Argument_InvalidArrayType = "Target array type is not compatible with the type of items in the collection.";
160         public const string Argument_InvalidCalendar = "Not a valid calendar for the given culture.";
161         public const string Argument_InvalidCharSequence = "Invalid Unicode code point found at index {0}.";
162         public const string Argument_InvalidCharSequenceNoIndex = "String contains invalid Unicode code points.";
163         public const string Argument_InvalidCodePageBytesIndex = "Unable to translate bytes {0} at index {1} from specified code page to Unicode.";
164         public const string Argument_InvalidCodePageConversionIndex = "Unable to translate Unicode character \\\\u{0:X4} at index {1} to specified code page.";
165         public const string Argument_InvalidCultureName = "Culture name '{0}' is not supported.";
166         public const string Argument_InvalidDateTimeKind = "Invalid DateTimeKind value.";
167         public const string Argument_InvalidDateTimeStyles = "An undefined DateTimeStyles value is being used.";
168         public const string Argument_InvalidDigitSubstitution = "The DigitSubstitution property must be of a valid member of the DigitShapes enumeration. Valid entries include Context, NativeNational or None.";
169         public const string Argument_InvalidEnumValue = "The value '{0}' is not valid for this usage of the type {1}.";
170         public const string Argument_InvalidFlag = "Value of flags is invalid.";
171         public const string Argument_InvalidGroupSize = "Every element in the value array should be between one and nine, except for the last element, which can be zero.";
172         public const string Argument_InvalidHighSurrogate = "Found a high surrogate char without a following low surrogate at index: {0}. The input may not be in this encoding, or may not contain valid Unicode (UTF-16) characters.";
173         public const string Argument_InvalidId = "The specified ID parameter '{0}' is not supported.";
174         public const string Argument_InvalidLowSurrogate = "Found a low surrogate char without a preceding high surrogate at index: {0}. The input may not be in this encoding, or may not contain valid Unicode (UTF-16) characters.";
175         public const string Argument_InvalidNativeDigitCount = "The NativeDigits array must contain exactly ten members.";
176         public const string Argument_InvalidNativeDigitValue = "Each member of the NativeDigits array must be a single text element (one or more UTF16 code points) with a Unicode Nd (Number, Decimal Digit) property indicating it is a digit.";
177         public const string Argument_InvalidNeutralRegionName = "The region name {0} should not correspond to neutral culture; a specific culture name is required.";
178         public const string Argument_InvalidNormalizationForm = "Invalid normalization form.";
179         public const string Argument_InvalidNumberStyles = "An undefined NumberStyles value is being used.";
180         public const string 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.";
181         public const string Argument_InvalidPathChars = "Illegal characters in path.";
182         public const string Argument_InvalidREG_TZI_FORMAT = "The REG_TZI_FORMAT structure is corrupt.";
183         public const string Argument_InvalidResourceCultureName = "The given culture name '{0}' cannot be used to locate a resource file. Resource filenames must consist of only letters, numbers, hyphens or underscores.";
184         public const string Argument_InvalidSerializedString = "The specified serialized string '{0}' is not supported.";
185         public const string Argument_InvalidTimeSpanStyles = "An undefined TimeSpanStyles value is being used.";
186         public const string Argument_MustBeFalse = "Argument must be initialized to false";
187         public const string Argument_NoEra = "No Era was supplied.";
188         public const string Argument_NoRegionInvariantCulture = "There is no region associated with the Invariant Culture (Culture ID: 0x7F).";
189         public const string Argument_NotIsomorphic = "Object contains non-primitive or non-blittable data.";
190         public const string Argument_OffsetLocalMismatch = "The UTC Offset of the local dateTime parameter does not match the offset argument.";
191         public const string Argument_OffsetPrecision = "Offset must be specified in whole minutes.";
192         public const string Argument_OffsetOutOfRange = "Offset must be within plus or minus 14 hours.";
193         public const string Argument_OffsetUtcMismatch = "The UTC Offset for Utc DateTime instances must be 0.";
194         public const string Argument_OneOfCulturesNotSupported = "Culture name {0} or {1} is not supported.";
195         public const string Argument_OnlyMscorlib = "Only mscorlib's assembly is valid.";
196         public const string Argument_OutOfOrderDateTimes = "The DateStart property must come before the DateEnd property.";
197         public const string ArgumentOutOfRange_HugeArrayNotSupported = "Arrays larger than 2GB are not supported.";
198         public const string ArgumentOutOfRange_Index = "Index was out of range. Must be non-negative and less than the size of the collection.";
199         public const string ArgumentOutOfRange_NeedNonNegNum = "Non-negative number required.";
200         public const string ArgumentOutOfRange_NeedNonNegNumRequired = "Non-negative number required.";
201         public const string Argument_PathEmpty = "Path cannot be the empty string or all whitespace.";
202         public const string Argument_PathFormatNotSupported = "The given path's format is not supported.";
203         public const string Argument_RecursiveFallback = "Recursive fallback not allowed for character \\\\u{0:X4}.";
204         public const string Argument_RecursiveFallbackBytes = "Recursive fallback not allowed for bytes {0}.";
205         public const string Argument_ResultCalendarRange = "The result is out of the supported range for this calendar. The result should be between {0} (Gregorian date) and {1} (Gregorian date), inclusive.";
206         public const string Argument_SemaphoreInitialMaximum = "The initial count for the semaphore must be greater than or equal to zero and less than the maximum count.";
207         public const string Argument_TimeSpanHasSeconds = "The TimeSpan parameter cannot be specified more precisely than whole minutes.";
208         public const string Argument_TimeZoneNotFound = "The time zone ID '{0}' was not found on the local computer.";
209         public const string Argument_TimeZoneInfoBadTZif = "The tzfile does not begin with the magic characters 'TZif'.  Please verify that the file is not corrupt.";
210         public const string Argument_TimeZoneInfoInvalidTZif = "The TZif data structure is corrupt.";
211         public const string Argument_TransitionTimesAreIdentical = "The DaylightTransitionStart property must not equal the DaylightTransitionEnd property.";
212         public const string Argument_UTCOutOfRange = "The UTC time represented when the offset is applied must be between year 0 and 10,000.";
213         public const string Argument_WaitHandleNameTooLong = "The name can be no more than 260 characters in length.";
214         public const string ArgumentException_OtherNotArrayOfCorrectLength = "Object is not a array with the same number of elements as the array to compare it to.";
215         public const string ArgumentException_TupleIncorrectType = "Argument must be of type {0}.";
216         public const string ArgumentException_TupleLastArgumentNotATuple = "The last element of an eight element tuple must be a Tuple.";
217         public const string ArgumentException_ValueTupleIncorrectType = "Argument must be of type {0}.";
218         public const string ArgumentException_ValueTupleLastArgumentNotATuple = "The TRest type argument of ValueTuple`8 must be a ValueTuple.";
219         public const string ArgumentNull_Array = "Array cannot be null.";
220         public const string ArgumentNull_ArrayElement = "At least one element in the specified array was null.";
221         public const string ArgumentNull_ArrayValue = "Found a null value within an array.";
222         public const string ArgumentNull_Generic = "Value cannot be null.";
223         public const string ArgumentNull_Key = "Key cannot be null.";
224         public const string ArgumentNull_Obj = "Object cannot be null.";
225         public const string ArgumentNull_String = "String reference not set to an instance of a String.";
226         public const string ArgumentNull_Waithandles = "The waitHandles parameter cannot be null.";
227         public const string ArgumentNull_WithParamName = "Parameter '{0}' cannot be null.";
228         public const string ArgumentOutOfRange_AddValue = "Value to add was out of range.";
229         public const string ArgumentOutOfRange_ActualValue = "Actual value was {0}.";
230         public const string ArgumentOutOfRange_BadYearMonthDay = "Year, Month, and Day parameters describe an un-representable DateTime.";
231         public const string ArgumentOutOfRange_BadHourMinuteSecond = "Hour, Minute, and Second parameters describe an un-representable DateTime.";
232         public const string ArgumentOutOfRange_BiggerThanCollection = "Must be less than or equal to the size of the collection.";
233         public const string ArgumentOutOfRange_Bounds_Lower_Upper = "Argument must be between {0} and {1}.";
234         public const string ArgumentOutOfRange_CalendarRange = "Specified time is not supported in this calendar. It should be between {0} (Gregorian date) and {1} (Gregorian date), inclusive.";
235         public const string ArgumentOutOfRange_Capacity = "Capacity exceeds maximum capacity.";
236         public const string ArgumentOutOfRange_Count = "Count must be positive and count must refer to a location within the string/array/collection.";
237         public const string ArgumentOutOfRange_DateArithmetic = "The added or subtracted value results in an un-representable DateTime.";
238         public const string ArgumentOutOfRange_DateTimeBadMonths = "Months value must be between +/-120000.";
239         public const string ArgumentOutOfRange_DateTimeBadTicks = "Ticks must be between DateTime.MinValue.Ticks and DateTime.MaxValue.Ticks.";
240         public const string ArgumentOutOfRange_DateTimeBadYears = "Years value must be between +/-10000.";
241         public const string ArgumentOutOfRange_Day = "Day must be between 1 and {0} for month {1}.";
242         public const string ArgumentOutOfRange_DayOfWeek = "The DayOfWeek enumeration must be in the range 0 through 6.";
243         public const string ArgumentOutOfRange_DayParam = "The Day parameter must be in the range 1 through 31.";
244         public const string ArgumentOutOfRange_DecimalRound = "Decimal can only round to between 0 and 28 digits of precision.";
245         public const string ArgumentOutOfRange_DecimalScale = "Decimal's scale value must be between 0 and 28, inclusive.";
246         public const string ArgumentOutOfRange_EndIndexStartIndex = "endIndex cannot be greater than startIndex.";
247         public const string ArgumentOutOfRange_Enum = "Enum value was out of legal range.";
248         public const string ArgumentOutOfRange_Era = "Time value was out of era range.";
249         public const string ArgumentOutOfRange_FileTimeInvalid = "Not a valid Win32 FileTime.";
250         public const string ArgumentOutOfRange_GenericPositive = "Value must be positive.";
251         public const string ArgumentOutOfRange_GetByteCountOverflow = "Too many characters. The resulting number of bytes is larger than what can be returned as an int.";
252         public const string ArgumentOutOfRange_GetCharCountOverflow = "Too many bytes. The resulting number of chars is larger than what can be returned as an int.";
253         public const string ArgumentOutOfRange_IndexCount = "Index and count must refer to a location within the string.";
254         public const string ArgumentOutOfRange_IndexCountBuffer = "Index and count must refer to a location within the buffer.";
255         public const string ArgumentOutOfRange_IndexLength = "Index and length must refer to a location within the string.";
256         public const string ArgumentOutOfRange_InvalidEraValue = "Era value was not valid.";
257         public const string ArgumentOutOfRange_InvalidHighSurrogate = "A valid high surrogate character is between 0xd800 and 0xdbff, inclusive.";
258         public const string ArgumentOutOfRange_InvalidLowSurrogate = "A valid low surrogate character is between 0xdc00 and 0xdfff, inclusive.";
259         public const string ArgumentOutOfRange_InvalidUTF32 = "A valid UTF32 value is between 0x000000 and 0x10ffff, inclusive, and should not include surrogate codepoint values (0x00d800 ~ 0x00dfff).";
260         public const string ArgumentOutOfRange_LengthTooLarge = "The specified length exceeds the maximum value of {0}.";
261         public const string ArgumentOutOfRange_LengthGreaterThanCapacity = "The length cannot be greater than the capacity.";
262         public const string ArgumentOutOfRange_ListInsert = "Index must be within the bounds of the List.";
263         public const string ArgumentOutOfRange_ListItem = "Index was out of range. Must be non-negative and less than the size of the list.";
264         public const string ArgumentOutOfRange_ListRemoveAt = "Index was out of range. Must be non-negative and less than the size of the list.";
265         public const string ArgumentOutOfRange_Month = "Month must be between one and twelve.";
266         public const string ArgumentOutOfRange_MonthParam = "The Month parameter must be in the range 1 through 12.";
267         public const string ArgumentOutOfRange_MustBeNonNegInt32 = "Value must be non-negative and less than or equal to Int32.MaxValue.";
268         public const string ArgumentOutOfRange_MustBeNonNegNum = "'{0}' must be non-negative.";
269         public const string ArgumentOutOfRange_MustBePositive = "'{0}' must be greater than zero.";
270         public const string ArgumentOutOfRange_NeedNonNegOrNegative1 = "Number must be either non-negative and less than or equal to Int32.MaxValue or -1.";
271         public const string ArgumentOutOfRange_NeedPosNum = "Positive number required.";
272         public const string ArgumentOutOfRange_NegativeCapacity = "Capacity must be positive.";
273         public const string ArgumentOutOfRange_NegativeCount = "Count cannot be less than zero.";
274         public const string ArgumentOutOfRange_NegativeLength = "Length cannot be less than zero.";
275         public const string ArgumentOutOfRange_OffsetLength = "Offset and length must refer to a position in the string.";
276         public const string ArgumentOutOfRange_OffsetOut = "Either offset did not refer to a position in the string, or there is an insufficient length of destination character array.";
277         public const string ArgumentOutOfRange_PartialWCHAR = "Pointer startIndex and length do not refer to a valid string.";
278         public const string ArgumentOutOfRange_Range = "Valid values are between {0} and {1}, inclusive.";
279         public const string ArgumentOutOfRange_RoundingDigits = "Rounding digits must be between 0 and 15, inclusive.";
280         public const string ArgumentOutOfRange_SmallCapacity = "capacity was less than the current size.";
281         public const string ArgumentOutOfRange_SmallMaxCapacity = "MaxCapacity must be one or greater.";
282         public const string ArgumentOutOfRange_StartIndex = "StartIndex cannot be less than zero.";
283         public const string ArgumentOutOfRange_StartIndexLargerThanLength = "startIndex cannot be larger than length of string.";
284         public const string ArgumentOutOfRange_StartIndexLessThanLength = "startIndex must be less than length of string.";
285         public const string ArgumentOutOfRange_UtcOffset = "The TimeSpan parameter must be within plus or minus 14.0 hours.";
286         public const string ArgumentOutOfRange_UtcOffsetAndDaylightDelta = "The sum of the BaseUtcOffset and DaylightDelta properties must within plus or minus 14.0 hours.";
287         public const string ArgumentOutOfRange_Version = "Version's parameters must be greater than or equal to zero.";
288         public const string ArgumentOutOfRange_Week = "The Week parameter must be in the range 1 through 5.";
289         public const string ArgumentOutOfRange_Year = "Year must be between 1 and 9999.";
290         public const string Arithmetic_NaN = "Function does not accept floating point Not-a-Number values.";
291         public const string ArrayTypeMismatch_CantAssignType = "Source array type cannot be assigned to destination array type.";
292         public const string BadImageFormatException_CouldNotLoadFileOrAssembly = "Could not load file or assembly '{0}'. An attempt was made to load a program with an incorrect format.";
293         public const string CollectionCorrupted = "A prior operation on this collection was interrupted by an exception. Collection's state is no longer trusted.";
294         public const string Exception_EndOfInnerExceptionStack = "--- End of inner exception stack trace ---";
295         public const string Exception_WasThrown = "Exception of type '{0}' was thrown.";
296         public const string Format_BadBase64Char = "The input is not a valid Base-64 string as it contains a non-base 64 character, more than two padding characters, or an illegal character among the padding characters.";
297         public const string Format_BadBase64CharArrayLength = "Invalid length for a Base-64 char array or string.";
298         public const string Format_BadBoolean = "String was not recognized as a valid Boolean.";
299         public const string Format_BadFormatSpecifier = "Format specifier was invalid.";
300         public const string Format_BadQuote = "Cannot find a matching quote character for the character '{0}'.";
301         public const string Format_EmptyInputString = "Input string was either empty or contained only whitespace.";
302         public const string Format_GuidHexPrefix = "Expected hex 0x in '{0}'.";
303         public const string Format_GuidInvLen = "Guid should contain 32 digits with 4 dashes (xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx).";
304         public const string Format_GuidInvalidChar = "Guid string should only contain hexadecimal characters.";
305         public const string Format_GuidBrace = "Expected {0xdddddddd, etc}.";
306         public const string Format_GuidComma = "Could not find a comma, or the length between the previous token and the comma was zero (i.e., '0x,'etc.).";
307         public const string Format_GuidBraceAfterLastNumber = "Could not find a brace, or the length between the previous token and the brace was zero (i.e., '0x,'etc.).";
308         public const string Format_GuidDashes = "Dashes are in the wrong position for GUID parsing.";
309         public const string Format_GuidEndBrace = "Could not find the ending brace.";
310         public const string Format_ExtraJunkAtEnd = "Additional non-parsable characters are at the end of the string.";
311         public const string Format_GuidUnrecognized = "Unrecognized Guid format.";
312         public const string Format_IndexOutOfRange = "Index (zero based) must be greater than or equal to zero and less than the size of the argument list.";
313         public const string Format_InvalidGuidFormatSpecification = "Format String can be only 'D', 'd', 'N', 'n', 'P', 'p', 'B', 'b', 'X' or 'x'.";
314         public const string Format_InvalidString = "Input string was not in a correct format.";
315         public const string Format_NeedSingleChar = "String must be exactly one character long.";
316         public const string Format_NoParsibleDigits = "Could not find any recognizable digits.";
317         public const string Format_BadTimeSpan = "String was not recognized as a valid TimeSpan.";
318         public const string InvalidCast_CannotCastNullToValueType = "Null object cannot be converted to a value type.";
319         public const string InvalidCast_DownCastArrayElement = "At least one element in the source array could not be cast down to the destination array type.";
320         public const string InvalidCast_FromTo = "Invalid cast from '{0}' to '{1}'.";
321         public const string InvalidCast_IConvertible = "Object must implement IConvertible.";
322         public const string InvalidCast_StoreArrayElement = "Object cannot be stored in an array of this type.";
323         public const string InvalidNullEmptyArgument = "Argument {0} cannot be null or zero-length.";
324         public const string InvalidOperation_Calling = "WinRT Interop has already been initialized and cannot be initialized again.";
325         public const string InvalidOperation_DateTimeParsing = "Internal Error in DateTime and Calendar operations.";
326         public const string InvalidOperation_GetCodepageInfo = "Internal Error in getting codepage data.";
327         public const string InvalidOperation_EnumEnded = "Enumeration already finished.";
328         public const string InvalidOperation_EnumFailedVersion = "Collection was modified; enumeration operation may not execute.";
329         public const string InvalidOperation_EnumNotStarted = "Enumeration has not started. Call MoveNext.";
330         public const string InvalidOperation_EnumOpCantHappen = "Enumeration has either not started or has already finished.";
331         public const string InvalidOperation_HandleIsNotInitialized = "Handle is not initialized.";
332         public const string InvalidOperation_IComparerFailed = "Failed to compare two elements in the array.";
333         public const string InvalidOperation_Monitor_UseConditionDirectly = "TBD";
334         public const string InvalidOperation_NoValue = "Nullable object must have a value.";
335         public const string InvalidOperation_NullArray = "The underlying array is null.";
336         public const string InvalidOperation_ReadOnly = "Instance is read-only.";
337         public const string InvalidOperation_UnknownEnumType = "Unknown enum type.";
338         public const string InvalidOperation_ArrayCreateInstance_NotARuntimeType = "Array.CreateInstance() can only accept Type objects created by the runtime.";
339         public const string InvalidOperation_ExpectedEEType = "Internal Error: Did not expect an uninstantiated generic type here.";
340         public const string InvalidOperation_ExpectedSpecialLdTokenResult = "Internal Error: Expected an uninstantiated generic type here.";
341         public const string InvalidOperation_TooEarly = "Internal Error: This operation cannot be invoked in an eager class constructor.";
342         public const string InvalidProgram_Default = "Common Language Runtime detected an invalid program.";
343         public const string InvalidProgram_Specific = "Common Language Runtime detected an invalid program. The body of method '{0}' is invalid.";
344         public const string InvalidProgram_Vararg = "Method '{0}' has a variable argument list. Variable argument lists are not supported in .NET Core.";
345         public const string InvalidTimeZone_InvalidRegistryData = "The time zone ID '{0}' was found on the local computer, but the registry information was corrupt.";
346         public const string IO_DriveNotFound_Drive = "Could not find the drive '{0}'. The drive might not be ready or might not be mapped.";
347         public const string IO_FileExists_Name = "The file '{0}' already exists.";
348         public const string IO_FileName_Name = "File name: '{0}'";
349         public const string IO_FileNotFound = "Unable to find the specified file.";
350         public const string IO_FileNotFound_FileName = "Could not load file or assembly '{0}'. The system cannot find the file specified.";
351         public const string IO_FileLoad = "Could not load the specified file.";
352         public const string IO_NoPermissionToDirectoryName = "<Path discovery permission to the specified directory was denied.%gt;";
353         public const string IO_PathNotFound_NoPathName = "Could not find a part of the path.";
354         public const string IO_PathNotFound_Path = "Could not find a part of the path '{0}'.";
355         public const string IO_PathTooLong = "The specified path, file name, or both are too long. The fully qualified file name must be less than 260 characters, and the directory name must be less than 248 characters.";
356         public const string IO_SharingViolation_File = "The process cannot access the file '{0}' because it is being used by another process.";
357         public const string IO_SharingViolation_NoFileName = "The process cannot access the file because it is being used by another process.";
358         public const string IO_AlreadyExists_Name = "Cannot create '{0}' because a file or directory with the same name already exists.";
359         public const string UnauthorizedAccess_IODenied_NoPathName = "Access to the path is denied.";
360         public const string UnauthorizedAccess_IODenied_Path = "Access to the path '{0}' is denied.";
361         public const string Lazy_CreateValue_NoParameterlessCtorForT = "The lazily-initialized type does not have a public, parameterless constructor.";
362         public const string Lazy_ctor_ModeInvalid = "The mode argument specifies an invalid value.";
363         public const string Lazy_StaticInit_InvalidOperation = "ValueFactory returned null.";
364         public const string Lazy_ToString_ValueNotCreated = "Value is not created.";
365         public const string Lazy_Value_RecursiveCallsToValue = "ValueFactory attempted to access the Value property of this instance.";
366         public const string MissingConstructor_Name = "Constructor on type '{0}' not found.";
367         public const string MustUseCCRewrite = "An assembly (probably '{1}') must be rewritten using the code contracts binary rewriter (CCRewrite) because it is calling Contract.{0} and the CONTRACTS_FULL symbol is defined.  Remove any explicit definitions of the CONTRACTS_FULL symbol from your project and rebuild.  CCRewrite can be downloaded from http://go.microsoft.com/fwlink/?LinkID=169180. \\r\\nAfter the rewriter is installed, it can be enabled in Visual Studio from the project's Properties page on the Code Contracts pane.  Ensure that 'Perform Runtime Contract Checking' is enabled, which will define CONTRACTS_FULL.";
368         public const string net_uri_AlreadyRegistered = "A URI scheme name '{0}' already has a registered custom parser.";
369         public const string net_uri_BadAuthority = "Invalid URI: The Authority/Host could not be parsed.";
370         public const string net_uri_BadAuthorityTerminator = "Invalid URI: The Authority/Host cannot end with a backslash character ('\\\\').";
371         public const string net_uri_BadFormat = "Invalid URI: The format of the URI could not be determined.";
372         public const string net_uri_BadHostName = "Invalid URI: The hostname could not be parsed.";
373         public const string net_uri_BadPort = "Invalid URI: Invalid port specified.";
374         public const string net_uri_BadScheme = "Invalid URI: The URI scheme is not valid.";
375         public const string net_uri_BadString = "Invalid URI: There is an invalid sequence in the string.";
376         public const string net_uri_BadUserPassword = "Invalid URI: The username:password construct is badly formed.";
377         public const string net_uri_CannotCreateRelative = "A relative URI cannot be created because the 'uriString' parameter represents an absolute URI.";
378         public const string net_uri_SchemeLimit = "Invalid URI: The Uri scheme is too long.";
379         public const string net_uri_EmptyUri = "Invalid URI: The URI is empty.";
380         public const string net_uri_InvalidUriKind = "The value '{0}' passed for the UriKind parameter is invalid.";
381         public const string net_uri_MustRootedPath = "Invalid URI: A Dos path must be rooted, for example, 'c:\\\\'.";
382         public const string net_uri_NeedFreshParser = "The URI parser instance passed into 'uriParser' parameter is already registered with the scheme name '{0}'.";
383         public const string net_uri_NotAbsolute = "This operation is not supported for a relative URI.";
384         public const string net_uri_PortOutOfRange = "A derived type '{0}' has reported an invalid value for the Uri port '{1}'.";
385         public const string net_uri_SizeLimit = "Invalid URI: The Uri string is too long.";
386         public const string net_uri_UserDrivenParsing = "A derived type '{0}' is responsible for parsing this Uri instance. The base implementation must not be used.";
387         public const string net_uri_NotJustSerialization = "UriComponents.SerializationInfoString must not be combined with other UriComponents.";
388         public const string net_uri_BadUnicodeHostForIdn = "An invalid Unicode character by IDN standards was specified in the host.";
389         public const string NotSupported_FixedSizeCollection = "Collection was of a fixed size.";
390         public const string NotSupported_MaxWaitHandles = "The number of WaitHandles must be less than or equal to 64.";
391         public const string NotSupported_OpenType = "Cannot create arrays of open type.";
392         public const string NotSupported_NoCodepageData = "No data is available for encoding {0}. For information on defining a custom encoding, see the documentation for the Encoding.RegisterProvider method.";
393         public const string NotSupported_ReadOnlyCollection = "Collection is read-only.";
394         public const string NotSupported_StringComparison = "The string comparison type passed in is currently not supported.";
395         public const string NotSupported_VoidArray = "Arrays of System.Void are not supported.";
396         public const string NotSupported_WaitAllSTAThread = "WaitAll for multiple handles on a STA thread is not supported.";
397         public const string ObjectDisposed_Generic = "Cannot access a disposed object.";
398         public const string ObjectDisposed_ObjectName_Name = "Object name: '{0}'.";
399         public const string ObjectDisposed_WriterClosed = "Cannot write to a closed TextWriter.";
400         public const string Overflow_Byte = "Value was either too large or too small for an unsigned byte.";
401         public const string Overflow_Char = "Value was either too large or too small for a character.";
402         public const string Overflow_Decimal = "Value was either too large or too small for a Decimal.";
403         public const string Overflow_Double = "Value was either too large or too small for a Double.";
404         public const string Overflow_TimeSpanElementTooLarge = "The TimeSpan could not be parsed because at least one of the numeric components is out of range or contains too many digits.";
405         public const string Overflow_Duration = "The duration cannot be returned for TimeSpan.MinValue because the absolute value of TimeSpan.MinValue exceeds the value of TimeSpan.MaxValue.";
406         public const string Overflow_Int16 = "Value was either too large or too small for an Int16.";
407         public const string Overflow_Int32 = "Value was either too large or too small for an Int32.";
408         public const string Overflow_Int64 = "Value was either too large or too small for an Int64.";
409         public const string Overflow_NegateTwosCompNum = "Negating the minimum value of a twos complement number is invalid.";
410         public const string Overflow_NegativeUnsigned = "The string was being parsed as an unsigned number and could not have a negative sign.";
411         public const string Overflow_SByte = "Value was either too large or too small for a signed byte.";
412         public const string Overflow_Single = "Value was either too large or too small for a Single.";
413         public const string Overflow_TimeSpanTooLong = "TimeSpan overflowed because the duration is too long.";
414         public const string Overflow_UInt16 = "Value was either too large or too small for a UInt16.";
415         public const string Overflow_UInt32 = "Value was either too large or too small for a UInt32.";
416         public const string Overflow_UInt64 = "Value was either too large or too small for a UInt64.";
417         public const string PlatformNotSupported_MakePointerType = "MakePointerType() is not supported on this platform.";
418         public const string Rank_MultiDimNotSupported = "Only single dimension arrays are supported here.";
419         public const string RuntimeWrappedException = "An object that does not derive from System.Exception has been wrapped in a RuntimeWrappedException.";
420         public const string SpinWait_SpinUntil_ArgumentNull = "The condition argument is null.";
421         public const string Serialization_CorruptField = "The value of the field '{0}' is invalid.  The serialized data is corrupt.";
422         public const string Serialization_InvalidData = "An error occurred while deserializing the object.  The serialized data is corrupt.";
423         public const string Serialization_InvalidEscapeSequence = "The serialized data contained an invalid escape sequence '\\\\{0}'.";
424         public const string SpinWait_SpinUntil_TimeoutWrong = "The timeout must represent a value between -1 and Int32.MaxValue, inclusive.";
425         public const string Threading_AbandonedMutexException = "The wait completed due to an abandoned mutex.";
426         public const string Threading_SemaphoreFullException = "Adding the specified count to the semaphore would cause it to exceed its maximum count.";
427         public const string Threading_WaitHandleCannotBeOpenedException = "No handle of the given name exists.";
428         public const string Threading_WaitHandleCannotBeOpenedException_InvalidHandle = "A WaitHandle with system-wide name '{0}' cannot be created. A WaitHandle of a different type might have the same name.";
429         public const string TimeZoneNotFound_MissingRegistryData = "The time zone ID '{0}' was not found on the local computer.";
430         public const string TypeInitialization_Default = "Type constructor threw an exception.";
431         public const string TypeInitialization_Type = "The type initializer for '{0}' threw an exception.";
432         public const string TypeInitialization_Type_NoTypeAvailable = "A type initializer threw an exception. To determine which type, inspect the InnerException's StackTrace property.";
433         public const string Verification_Exception = "Operation could destabilize the runtime.";
434         public const string Arg_EnumFormatUnderlyingTypeAndObjectMustBeSameType = "Enum underlying type and the object must be same type or object. Type passed in was '{0}'; the enum underlying type was '{1}'.";
435         public const string Format_InvalidEnumFormatSpecification = "Format String can be only 'G', 'g', 'X', 'x', 'F', 'f', 'D' or 'd'.";
436         public const string Arg_MustBeEnumBaseTypeOrEnum = "The value passed in must be an enum base or an underlying type for an enum, such as an Int32.";
437         public const string Arg_EnumUnderlyingTypeAndObjectMustBeSameType = "Enum underlying type and the object must be same type or object must be a String. Type passed in was '{0}'; the enum underlying type was '{1}'.";
438         public const string Arg_MustBeType = "Type must be a type provided by the runtime.";
439         public const string Arg_MustContainEnumInfo = "Must specify valid information for parsing in the string.";
440         public const string Arg_EnumValueNotFound = "Requested value '{0}' was not found.";
441         public const string Argument_StringZeroLength = "String cannot be of zero length.";
442         public const string Argument_StringFirstCharIsZero = "The first char in the string is the null character.";
443         public const string Argument_LongEnvVarValue = "Environment variable name or value is too long.";
444         public const string Argument_IllegalEnvVarName = "Environment variable name cannot contain equal character.";
445         public const string AssumptionFailed = "Assumption failed.";
446         public const string AssumptionFailed_Cnd = "Assumption failed: {0}";
447         public const string AssertionFailed = "Assertion failed.";
448         public const string AssertionFailed_Cnd = "Assertion failed: {0}";
449         public const string Debug_Fail = "Fail: {0}";
450         public const string PreconditionFailed = "Precondition failed.";
451         public const string PreconditionFailed_Cnd = "Precondition failed: {0}";
452         public const string PostconditionFailed = "Postcondition failed.";
453         public const string PostconditionFailed_Cnd = "Postcondition failed: {0}";
454         public const string PostconditionOnExceptionFailed = "Postcondition failed after throwing an exception.";
455         public const string PostconditionOnExceptionFailed_Cnd = "Postcondition failed after throwing an exception: {0}";
456         public const string InvariantFailed = "Invariant failed.";
457         public const string InvariantFailed_Cnd = "Invariant failed: {0}";
458         public const string MissingEncodingNameResource = "Could not find a resource entry for the encoding codepage '{0} - {1}'";
459         public const string Globalization_cp_1200 = "Unicode";
460         public const string Globalization_cp_1201 = "Unicode (Big-Endian)";
461         public const string Globalization_cp_12000 = "Unicode (UTF-32)";
462         public const string Globalization_cp_12001 = "Unicode (UTF-32 Big-Endian)";
463         public const string Globalization_cp_20127 = "US-ASCII";
464         public const string Globalization_cp_28591 = "Western European (ISO)";
465         public const string Globalization_cp_65000 = "Unicode (UTF-7)";
466         public const string Globalization_cp_65001 = "Unicode (UTF-8)";
467         public const string DebugAssertBanner = "---- DEBUG ASSERTION FAILED ----";
468         public const string DebugAssertLongMessage = "---- Assert Long Message ----";
469         public const string DebugAssertShortMessage = "---- Assert Short Message ----";
470         public const string InvalidCast_Empty = "Object cannot be cast to Empty.";
471         public const string Arg_UnknownTypeCode = "Unknown TypeCode value.";
472         public const string Format_BadDatePattern = "Could not determine the order of year, month, and date from '{0}'.";
473         public const string Format_BadDateTime = "String was not recognized as a valid DateTime.";
474         public const string Format_BadDateTimeCalendar = "The DateTime represented by the string is not supported in calendar {0}.";
475         public const string Format_BadDayOfWeek = "String was not recognized as a valid DateTime because the day of week was incorrect.";
476         public const string Format_DateOutOfRange = "The DateTime represented by the string is out of range.";
477         public const string Format_MissingIncompleteDate = "There must be at least a partial date with a year present in the input.";
478         public const string Format_OffsetOutOfRange = "The time zone offset must be within plus or minus 14 hours.";
479         public const string Format_RepeatDateTimePattern = "DateTime pattern '{0}' appears more than once with different values.";
480         public const string Format_UnknowDateTimeWord = "The string was not recognized as a valid DateTime. There is an unknown word starting at index {0}.";
481         public const string Format_UTCOutOfRange = "The UTC representation of the date falls outside the year range 1-9999.";
482         public const string InvalidOperation_ComputerName = "Computer name could not be obtained.";
483         public const string RFLCT_Ambiguous = "Ambiguous match found.";
484         public const string AggregateException_ctor_DefaultMessage = "One or more errors occurred.";
485         public const string AggregateException_ctor_InnerExceptionNull = "An element of innerExceptions was null.";
486         public const string AggregateException_DeserializationFailure = "The serialization stream contains no inner exceptions.";
487         public const string AggregateException_InnerException = "(Inner Exception #{0}) "; // {entry.Item3}
488         public const string ArgumentOutOfRange_TimeoutTooLarge = "Time-out interval must be less than 2^32-2.";
489         public const string ArgumentOutOfRange_PeriodTooLarge = "Period must be less than 2^32-2.";
490         public const string TaskScheduler_FromCurrentSynchronizationContext_NoCurrent = "The current SynchronizationContext may not be used as a TaskScheduler.";
491         public const string TaskScheduler_ExecuteTask_WrongTaskScheduler = "ExecuteTask may not be called for a task which was previously queued to a different TaskScheduler.";
492         public const string TaskScheduler_InconsistentStateAfterTryExecuteTaskInline = "The TryExecuteTaskInline call to the underlying scheduler succeeded, but the task body was not invoked.";
493         public const string TaskSchedulerException_ctor_DefaultMessage = "An exception was thrown by a TaskScheduler.";
494         public const string Task_MultiTaskContinuation_FireOptions = "It is invalid to exclude specific continuation kinds for continuations off of multiple tasks.";
495         public const string Task_ContinueWith_ESandLR = "The specified TaskContinuationOptions combined LongRunning and ExecuteSynchronously.  Synchronous continuations should not be long running.";
496         public const string Task_MultiTaskContinuation_EmptyTaskList = "The tasks argument contains no tasks.";
497         public const string Task_MultiTaskContinuation_NullTask = "The tasks argument included a null value.";
498         public const string Task_FromAsync_PreferFairness = "It is invalid to specify TaskCreationOptions.PreferFairness in calls to FromAsync.";
499         public const string Task_FromAsync_LongRunning = "It is invalid to specify TaskCreationOptions.LongRunning in calls to FromAsync.";
500         public const string AsyncMethodBuilder_InstanceNotInitialized = "The builder was not properly initialized.";
501         public const string TaskT_TransitionToFinal_AlreadyCompleted = "An attempt was made to transition a task to a final state when it had already completed.";
502         public const string TaskT_DebuggerNoResult = "{Not yet computed}";
503         public const string OperationCanceled = "The operation was canceled.";
504         public const string CancellationToken_CreateLinkedToken_TokensIsEmpty = "No tokens were supplied.";
505         public const string CancellationTokenSource_Disposed = "The CancellationTokenSource has been disposed.";
506         public const string CancellationToken_SourceDisposed = "The CancellationTokenSource associated with this CancellationToken has been disposed.";
507         public const string TaskExceptionHolder_UnknownExceptionType = "(Internal)Expected an Exception or an IEnumerable<Exception>";
508         public const string TaskExceptionHolder_UnhandledException = "A Task's exception(s) were not observed either by Waiting on the Task or accessing its Exception property. As a result, the unobserved exception was rethrown by the finalizer thread.";
509         public const string Task_Delay_InvalidMillisecondsDelay = "The value needs to be either -1 (signifying an infinite timeout), 0 or a positive integer.";
510         public const string Task_Delay_InvalidDelay = "The value needs to translate in milliseconds to -1 (signifying an infinite timeout), 0 or a positive integer less than or equal to Int32.MaxValue.";
511         public const string Task_WaitMulti_NullTask = "The tasks array included at least one null element.";
512         public const string Task_ContinueWith_NotOnAnything = "The specified TaskContinuationOptions excluded all continuation kinds.";
513         public const string Task_RunSynchronously_AlreadyStarted = "RunSynchronously may not be called on a task that was already started.";
514         public const string Task_ThrowIfDisposed = "The task has been disposed.";
515         public const string Task_RunSynchronously_TaskCompleted = "RunSynchronously may not be called on a task that has already completed.";
516         public const string Task_RunSynchronously_Promise = "RunSynchronously may not be called on a task not bound to a delegate, such as the task returned from an asynchronous method.";
517         public const string Task_RunSynchronously_Continuation = "RunSynchronously may not be called on a continuation task.";
518         public const string Task_Start_AlreadyStarted = "Start may not be called on a task that was already started.";
519         public const string Task_Start_ContinuationTask = "Start may not be called on a continuation task.";
520         public const string Task_Start_Promise = "Start may not be called on a promise-style task.";
521         public const string Task_Start_TaskCompleted = "Start may not be called on a task that has completed.";
522         public const string TaskCanceledException_ctor_DefaultMessage = "A task was canceled.";
523         public const string TaskCompletionSourceT_TrySetException_NoExceptions = "The exceptions collection was empty.";
524         public const string TaskCompletionSourceT_TrySetException_NullException = "The exceptions collection included at least one null element.";
525         public const string Argument_MinMaxValue = "'{0}' cannot be greater than {1}.";
526         public const string InvalidOperation_NullContext = "Cannot call Set on a null context";
527         public const string ExecutionContext_ExceptionInAsyncLocalNotification = "An exception was not handled in an AsyncLocal<T> notification callback.";
528         public const string InvalidOperation_WrongAsyncResultOrEndCalledMultiple = "Either the IAsyncResult object did not come from the corresponding async method on this type, or the End method was called multiple times with the same IAsyncResult.";
529         public const string SpinLock_IsHeldByCurrentThread = "Thread tracking is disabled.";
530         public const string SpinLock_TryEnter_LockRecursionException = "The calling thread already holds the lock.";
531         public const string SpinLock_Exit_SynchronizationLockException = "The calling thread does not hold the lock.";
532         public const string SpinLock_TryReliableEnter_ArgumentException = "The tookLock argument must be set to false before calling this method.";
533         public const string SpinLock_TryEnter_ArgumentOutOfRange = "The timeout must be a value between -1 and Int32.MaxValue, inclusive.";
534         public const string ManualResetEventSlim_Disposed = "The event has been disposed.";
535         public const string ManualResetEventSlim_ctor_SpinCountOutOfRange = "The spinCount argument must be in the range 0 to {0}, inclusive.";
536         public const string ManualResetEventSlim_ctor_TooManyWaiters = "There are too many threads currently waiting on the event. A maximum of {0} waiting threads are supported.";
537         public const string InvalidOperation_SendNotSupportedOnWindowsRTSynchronizationContext = "Send is not supported in the Windows Runtime SynchronizationContext";
538         public const string SemaphoreSlim_Disposed = "The semaphore has been disposed.";
539         public const string SemaphoreSlim_Release_CountWrong = "The releaseCount argument must be greater than zero.";
540         public const string SemaphoreSlim_Wait_TimeoutWrong = "The timeout must represent a value between -1 and Int32.MaxValue, inclusive.";
541         public const string SemaphoreSlim_ctor_MaxCountWrong = "The maximumCount argument must be a positive number. If a maximum is not required, use the constructor without a maxCount parameter.";
542         public const string SemaphoreSlim_ctor_InitialCountWrong = "The initialCount argument must be non-negative and less than or equal to the maximumCount.";
543         public const string ThreadLocal_ValuesNotAvailable = "The ThreadLocal object is not tracking values. To use the Values property, use a ThreadLocal constructor that accepts the trackAllValues parameter and set the parameter to true.";
544         public const string ThreadLocal_Value_RecursiveCallsToValue = "ValueFactory attempted to access the Value property of this instance.";
545         public const string ThreadLocal_Disposed = "The ThreadLocal object has been disposed.";
546         public const string LockRecursionException_WriteAfterReadNotAllowed = "Write lock may not be acquired with read lock held. This pattern is prone to deadlocks. Please ensure that read locks are released before taking a write lock. If an upgrade is necessary, use an upgrade lock in place of the read lock.";
547         public const string LockRecursionException_RecursiveWriteNotAllowed = "Recursive write lock acquisitions not allowed in this mode.";
548         public const string LockRecursionException_ReadAfterWriteNotAllowed = "A read lock may not be acquired with the write lock held in this mode.";
549         public const string LockRecursionException_RecursiveUpgradeNotAllowed = "Recursive upgradeable lock acquisitions not allowed in this mode.";
550         public const string LockRecursionException_RecursiveReadNotAllowed = "Recursive read lock acquisitions not allowed in this mode.";
551         public const string SynchronizationLockException_IncorrectDispose = "The lock is being disposed while still being used. It either is being held by a thread and/or has active waiters waiting to acquire the lock.";
552         public const string SynchronizationLockException_MisMatchedWrite = "The write lock is being released without being held.";
553         public const string LockRecursionException_UpgradeAfterReadNotAllowed = "Upgradeable lock may not be acquired with read lock held.";
554         public const string LockRecursionException_UpgradeAfterWriteNotAllowed = "Upgradeable lock may not be acquired with write lock held in this mode. Acquiring Upgradeable lock gives the ability to read along with an option to upgrade to a writer.";
555         public const string SynchronizationLockException_MisMatchedUpgrade = "The upgradeable lock is being released without being held.";
556         public const string SynchronizationLockException_MisMatchedRead = "The read lock is being released without being held.";
557         public const string InvalidOperation_TimeoutsNotSupported = "Timeouts are not supported on this stream.";
558         public const string NotSupported_UnreadableStream = "Stream does not support reading.";
559         public const string NotSupported_UnwritableStream = "Stream does not support writing.";
560         public const string ObjectDisposed_StreamClosed = "Cannot access a closed Stream.";
561         public const string NotSupported_SubclassOverride = "Derived classes must provide an implementation.";
562         public const string InvalidOperation_NoPublicRemoveMethod = "Cannot remove the event handler since no public remove method exists for the event.";
563         public const string InvalidOperation_NoPublicAddMethod = "Cannot add the event handler since no public add method exists for the event.";
564         public const string SerializationException = "Serialization error.";
565         public const string Serialization_NotFound = "Member '{0}' was not found.";
566         public const string Serialization_OptionalFieldVersionValue = "Version value must be positive.";
567         public const string Serialization_SameNameTwice = "Cannot add the same member twice to a SerializationInfo object.";
568         public const string NotSupported_AbstractNonCLS = "This non-CLS method is not implemented.";
569         public const string NotSupported_NoTypeInfo = "Cannot resolve {0} to a TypeInfo object.";
570         public const string ReflectionTypeLoad_LoadFailed = "Unable to load one or more of the requested types. Retrieve the LoaderExceptions property for more information.";
571         public const string Arg_CustomAttributeFormatException = "Binary format of the specified custom attribute was invalid.";
572         public const string Argument_InvalidMemberForNamedArgument = "The member must be either a field or a property.";
573         public const string Arg_InvalidFilterCriteriaException = "Specified filter criteria was invalid.";
574         public const string Arg_ParmArraySize = "Must specify one or more parameters.";
575         public const string Arg_MustBePointer = "Type must be a Pointer.";
576         public const string Arg_InvalidHandle = "Invalid handle.";
577         public const string Argument_InvalidEnum = "The Enum type should contain one and only one instance field.";
578         public const string Argument_MustHaveAttributeBaseClass = "Type passed in must be derived from System.Attribute or System.Attribute itself.";
579         public const string InvalidFilterCriteriaException_CritString = "A String must be provided for the filter criteria.";
580         public const string InvalidFilterCriteriaException_CritInt = "An Int32 must be provided for the filter criteria.";
581         public const string InvalidOperation_NotSupportedOnWinRTEvent = "Adding or removing event handlers dynamically is not supported on WinRT events.";
582         public const string PlatformNotSupported_ReflectionOnly = "ReflectionOnly loading is not supported on this platform.";
583         public const string MissingMember_Name = "Member '{0}' not found.";
584         public const string MissingMethod_Name = "Method '{0}' not found.";
585         public const string MissingField_Name = "Field '{0}' not found.";
586         public const string Format_StringZeroLength = "String cannot have zero length.";
587         public const string Security_CannotReadRegistryData = "The time zone ID '{0}' was found on the local computer, but the application does not have permission to read the registry information.";
588         public const string Security_InvalidAssemblyPublicKey = "Invalid assembly public key.";
589         public const string Security_RegistryPermission = "Requested registry access is not allowed.";
590         public const string ClassLoad_General = "Could not load type '{0}' from assembly '{1}'.";
591         public const string ClassLoad_RankTooLarge = "'{0}' from assembly '{1}' has too many dimensions.";
592         public const string ClassLoad_ExplicitGeneric = "Could not load type '{0}' from assembly '{1}' because generic types cannot have explicit layout.";
593         public const string ClassLoad_BadFormat = "Could not load type '{0}' from assembly '{1}' because the format is invalid.";
594         public const string ClassLoad_ValueClassTooLarge = "Array of type '{0}' from assembly '{1}' cannot be created because base value type is too large.";
595         public const string ClassLoad_ExplicitLayout = "Could not load type '{0}' from assembly '{1}' because it contains an object field at offset '{2}' that is incorrectly aligned or overlapped by a non-object field.";
596         public const string EE_MissingMethod = "Method not found: '{0}'.";
597         public const string EE_MissingField = "Field not found: '{0}'.";
598         public const string UnauthorizedAccess_RegistryKeyGeneric_Key = "Access to the registry key '{0}' is denied.";
599         public const string UnknownError_Num = "Unknown error '{0}'.";
600         public const string Argument_NeedNonGenericType = "The specified Type must not be a generic type definition.";
601         public const string Argument_NeedStructWithNoRefs = "The specified Type must be a struct containing no references.";
602         public const string ArgumentNull_Buffer = "Buffer cannot be null.";
603         public const string ArgumentOutOfRange_AddressSpace = "The number of bytes cannot exceed the virtual address space on a 32 bit machine.";
604         public const string ArgumentOutOfRange_UIntPtrMaxMinusOne = "The length of the buffer must be less than the maximum UIntPtr value for your platform.";
605         public const string Arg_BufferTooSmall = "Not enough space available in the buffer.";
606         public const string InvalidOperation_MustCallInitialize = "You must call Initialize on this object instance before using it.";
607         public const string ArgumentException_BufferNotFromPool = "The buffer is not associated with this pool and may not be returned to it.";
608         public const string Argument_InvalidSafeBufferOffLen = "Offset and length were greater than the size of the SafeBuffer.";
609         public const string Argument_InvalidSeekOrigin = "Invalid seek origin.";
610         public const string Argument_NotEnoughBytesToRead = "There are not enough bytes remaining in the accessor to read at this position.";
611         public const string Argument_NotEnoughBytesToWrite = "There are not enough bytes remaining in the accessor to write at this position.";
612         public const string Argument_OffsetAndCapacityOutOfBounds = "Offset and capacity were greater than the size of the view.";
613         public const string Argument_UnmanagedMemAccessorWrapAround = "The UnmanagedMemoryAccessor capacity and offset would wrap around the high end of the address space.";
614         public const string ArgumentOutOfRange_StreamLength = "Stream length must be non-negative and less than 2^31 - 1 - origin.";
615         public const string ArgumentOutOfRange_UnmanagedMemStreamWrapAround = "The UnmanagedMemoryStream capacity would wrap around the high end of the address space.";
616         public const string InvalidOperation_CalledTwice = "The method cannot be called twice on the same instance.";
617         public const string IO_FixedCapacity = "Unable to expand length of this stream beyond its capacity.";
618         public const string IO_SeekBeforeBegin = "An attempt was made to move the position before the beginning of the stream.";
619         public const string IO_StreamTooLong = "Stream was too long.";
620         public const string Arg_BadDecimal = "Read an invalid decimal value from the buffer.";
621         public const string NotSupported_Reading = "Accessor does not support reading.";
622         public const string NotSupported_UmsSafeBuffer = "This operation is not supported for an UnmanagedMemoryStream created from a SafeBuffer.";
623         public const string NotSupported_Writing = "Accessor does not support writing.";
624         public const string NotSupported_UnseekableStream = "Stream does not support seeking.";
625         public const string IndexOutOfRange_UMSPosition = "Unmanaged memory stream position was beyond the capacity of the stream.";
626         public const string ObjectDisposed_StreamIsClosed = "Cannot access a closed Stream.";
627         public const string ObjectDisposed_ViewAccessorClosed = "Cannot access a closed accessor.";
628         public const string ArgumentOutOfRange_PositionLessThanCapacityRequired = "The position may not be greater or equal to the capacity of the accessor.";
629         public const string IO_EOF_ReadBeyondEOF = "Unable to read beyond the end of the stream.";
630         public const string Arg_EndOfStreamException = "Attempted to read past the end of the stream.";
631         public const string ObjectDisposed_FileClosed = "Cannot access a closed file.";
632         public const string Arg_InvalidSearchPattern = "Search pattern cannot contain \\\"..\\\" to move up directories and can be contained only internally in file/directory names, as in \\\"a..b\\\".";
633         public const string ArgumentOutOfRange_FileLengthTooBig = "Specified file length was too large for the file system.";
634         public const string Argument_InvalidHandle = "'handle' has been disposed or is an invalid handle.";
635         public const string Argument_AlreadyBoundOrSyncHandle = "'handle' has already been bound to the thread pool, or was not opened for asynchronous I/O.";
636         public const string Argument_PreAllocatedAlreadyAllocated = "'preAllocated' is already in use.";
637         public const string Argument_NativeOverlappedAlreadyFree = "'overlapped' has already been freed.";
638         public const string Argument_NativeOverlappedWrongBoundHandle = "'overlapped' was not allocated by this ThreadPoolBoundHandle instance.";
639         public const string Arg_HandleNotAsync = "Handle does not support asynchronous operations. The parameters to the FileStream constructor may need to be changed to indicate that the handle was opened synchronously (that is, it was not opened for overlapped I/O).";
640         public const string ArgumentNull_Path = "Path cannot be null.";
641         public const string Argument_EmptyPath = "Empty path name is not legal.";
642         public const string Argument_InvalidFileModeAndAccessCombo = "Combining FileMode: {0} with FileAccess: {1} is invalid.";
643         public const string Argument_InvalidAppendMode = "Append access can be requested only in write-only mode.";
644         public const string IO_UnknownFileName = "[Unknown]";
645         public const string IO_FileStreamHandlePosition = "The OS handle's position is not what FileStream expected. Do not use a handle simultaneously in one FileStream and in Win32 code or another FileStream. This may cause data loss.";
646         public const string NotSupported_FileStreamOnNonFiles = "FileStream was asked to open a device that was not a file. For support for devices like 'com1:' or 'lpt1:', call CreateFile, then use the FileStream constructors that take an OS handle as an IntPtr.";
647         public const string IO_BindHandleFailed = "BindHandle for ThreadPool failed on this handle.";
648         public const string Arg_HandleNotSync = "Handle does not support synchronous operations. The parameters to the FileStream constructor may need to be changed to indicate that the handle was opened asynchronously (that is, it was opened explicitly for overlapped I/O).";
649         public const string IO_SetLengthAppendTruncate = "Unable to truncate data that previously existed in a file opened in Append mode.";
650         public const string IO_SeekAppendOverwrite = "Unable seek backward to overwrite data that previously existed in a file opened in Append mode.";
651         public const string IO_FileTooLongOrHandleNotSync = "IO operation will not work. Most likely the file will become too long or the handle was not opened to support synchronous IO operations.";
652         public const string IndexOutOfRange_IORaceCondition = "Probable I/O race condition detected while copying memory. The I/O package is not thread safe by default. In multithreaded applications, a stream must be accessed in a thread-safe way, such as a thread-safe wrapper returned by TextReader's or TextWriter's Synchronized methods. This also applies to classes like StreamWriter and StreamReader.";
653         public const string Argument_StreamNotSeekable = "Stream was not seekable.";
654         public const string Arg_ResourceFileUnsupportedVersion = "The ResourceReader class does not know how to read this version of .resources files.";
655         public const string Resources_StreamNotValid = "Stream is not a valid resource file.";
656         public const string BadImageFormat_ResourcesHeaderCorrupted = "Corrupt .resources file. Unable to read resources from this file because of invalid header information. Try regenerating the .resources file.";
657         public const string Argument_StreamNotReadable = "Stream was not readable.";
658         public const string BadImageFormat_NegativeStringLength = "Corrupt .resources file. String length must be non-negative.";
659         public const string BadImageFormat_ResourcesNameInvalidOffset = "Corrupt .resources file. The Invalid offset into name section is .";
660         public const string BadImageFormat_TypeMismatch = "Corrupt .resources file.  The specified type doesn't match the available data in the stream.";
661         public const string BadImageFormat_ResourceNameCorrupted_NameIndex = "Corrupt .resources file. The resource name for name index that extends past the end of the stream is ";
662         public const string BadImageFormat_ResourcesDataInvalidOffset = "Corrupt .resources file. Invalid offset  into data section is ";
663         public const string Format_Bad7BitInt32 = "Too many bytes in what should have been a 7 bit encoded Int32.";
664         public const string BadImageFormat_InvalidType = "Corrupt .resources file.  The specified type doesn't exist.";
665         public const string ResourceReaderIsClosed = "ResourceReader is closed.";
666         public const string Arg_MissingManifestResourceException = "Unable to find manifest resource.";
667         public const string Serialization_MissingKeys = "The keys for this dictionary are missing.";
668         public const string Serialization_NullKey = "One of the serialized keys is null.";
669         public const string NotSupported_KeyCollectionSet = "Mutating a key collection derived from a dictionary is not allowed.";
670         public const string NotSupported_ValueCollectionSet = "Mutating a value collection derived from a dictionary is not allowed.";
671         public const string IO_IO_StreamTooLong = "Stream was too long.";
672         public const string UnauthorizedAccess_MemStreamBuffer = "MemoryStream's internal buffer cannot be accessed.";
673         public const string NotSupported_MemStreamNotExpandable = "Memory stream is not expandable.";
674         public const string IO_IO_SeekBeforeBegin = "An attempt was made to move the position before the beginning of the stream.";
675         public const string ArgumentNull_Stream = "Stream cannot be null.";
676         public const string IO_IO_InvalidStringLen_Len = "BinaryReader encountered an invalid string length of {0} characters.";
677         public const string ArgumentOutOfRange_BinaryReaderFillBuffer = "The number of bytes requested does not fit into BinaryReader's internal buffer.";
678         public const string BlockingCollection_Add_ConcurrentCompleteAdd = "CompleteAdding may not be used concurrently with additions to the collection.";
679         public const string BlockingCollection_Add_Failed = "The underlying collection didn't accept the item.";
680         public const string BlockingCollection_CantAddAnyWhenCompleted = "At least one of the specified collections is marked as complete with regards to additions.";
681         public const string BlockingCollection_CantTakeAnyWhenAllDone = "All collections are marked as complete with regards to additions.";
682         public const string BlockingCollection_CantTakeWhenDone = "The collection argument is empty and has been marked as complete with regards to additions.";
683         public const string BlockingCollection_Completed = "The collection has been marked as complete with regards to additions.";
684         public const string BlockingCollection_CopyTo_IncorrectType = "The array argument is of the incorrect type.";
685         public const string BlockingCollection_CopyTo_MultiDim = "The array argument is multidimensional.";
686         public const string BlockingCollection_CopyTo_NonNegative = "The index argument must be greater than or equal zero.";
687         public const string Collection_CopyTo_TooManyElems = "The number of elements in the collection is greater than the available space from index to the end of the destination array.";
688         public const string BlockingCollection_ctor_BoundedCapacityRange = "The boundedCapacity argument must be positive.";
689         public const string BlockingCollection_ctor_CountMoreThanCapacity = "The collection argument contains more items than are allowed by the boundedCapacity.";
690         public const string BlockingCollection_Disposed = "The collection has been disposed.";
691         public const string BlockingCollection_Take_CollectionModified = "The underlying collection was modified from outside of the BlockingCollection<T>.";
692         public const string BlockingCollection_TimeoutInvalid = "The specified timeout must represent a value between -1 and {0}, inclusive.";
693         public const string BlockingCollection_ValidateCollectionsArray_DispElems = "The collections argument contains at least one disposed element.";
694         public const string BlockingCollection_ValidateCollectionsArray_LargeSize = "The collections length is greater than the supported range for 32 bit machine.";
695         public const string BlockingCollection_ValidateCollectionsArray_NullElems = "The collections argument contains at least one null element.";
696         public const string BlockingCollection_ValidateCollectionsArray_ZeroSize = "The collections argument is a zero-length array.";
697         public const string Common_OperationCanceled = "The operation was canceled.";
698         public const string ConcurrentBag_Ctor_ArgumentNullException = "The collection argument is null.";
699         public const string ConcurrentBag_CopyTo_ArgumentNullException = "The array argument is null.";
700         public const string Collection_CopyTo_ArgumentOutOfRangeException = "The index argument must be greater than or equal zero.";
701         public const string ConcurrentCollection_SyncRoot_NotSupported = "The SyncRoot property may not be used for the synchronization of concurrent collections.";
702         public const string ConcurrentDictionary_ArrayIncorrectType = "The array is multidimensional, or the type parameter for the set cannot be cast automatically to the type of the destination array.";
703         public const string ConcurrentDictionary_SourceContainsDuplicateKeys = "The source argument contains duplicate keys.";
704         public const string ConcurrentDictionary_ConcurrencyLevelMustBePositive = "The concurrencyLevel argument must be positive.";
705         public const string ConcurrentDictionary_CapacityMustNotBeNegative = "The capacity argument must be greater than or equal to zero.";
706         public const string ConcurrentDictionary_IndexIsNegative = "The index argument is less than zero.";
707         public const string ConcurrentDictionary_ArrayNotLargeEnough = "The index is equal to or greater than the length of the array, or the number of elements in the dictionary is greater than the available space from index to the end of the destination array.";
708         public const string ConcurrentDictionary_KeyAlreadyExisted = "The key already existed in the dictionary.";
709         public const string ConcurrentDictionary_ItemKeyIsNull = "TKey is a reference type and item.Key is null.";
710         public const string ConcurrentDictionary_TypeOfKeyIncorrect = "The key was of an incorrect type for this dictionary.";
711         public const string ConcurrentDictionary_TypeOfValueIncorrect = "The value was of an incorrect type for this dictionary.";
712         public const string ConcurrentStack_PushPopRange_CountOutOfRange = "The count argument must be greater than or equal to zero.";
713         public const string ConcurrentStack_PushPopRange_InvalidCount = "The sum of the startIndex and count arguments must be less than or equal to the collection's Count.";
714         public const string ConcurrentStack_PushPopRange_StartOutOfRange = "The startIndex argument must be greater than or equal to zero.";
715         public const string Partitioner_DynamicPartitionsNotSupported = "Dynamic partitions are not supported by this partitioner.";
716         public const string PartitionerStatic_CanNotCallGetEnumeratorAfterSourceHasBeenDisposed = "Can not call GetEnumerator on partitions after the source enumerable is disposed";
717         public const string PartitionerStatic_CurrentCalledBeforeMoveNext = "MoveNext must be called at least once before calling Current.";
718         public const string ConcurrentBag_Enumerator_EnumerationNotStartedOrAlreadyFinished = "Enumeration has either not started or has already finished.";
719 }