Bump corefx
[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_DlgtNullInst = "Delegate to an instance method cannot have null 'this'.";
29         public const string Arg_DlgtTypeMis = "Delegates must be of the same type.";
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_EntryPointNotFoundExceptionParameterized = "Unable to find an entry point named '{0}' in DLL '{1}'.";
34         public const string Arg_EnumIllegalVal = "Illegal enum value: {0}.";
35         public const string Arg_ExecutionEngineException = "Internal error in the runtime.";
36         public const string Arg_ExternalException = "External component has thrown an exception.";
37         public const string Arg_FieldAccessException = "Attempted to access a field that is not accessible by the caller.";
38         public const string Arg_FormatException = "One of the identified items was in an invalid format.";
39         public const string Arg_GuidArrayCtor = "Byte array for GUID must be exactly {0} bytes long.";
40         public const string Arg_HexStyleNotSupported = "The number style AllowHexSpecifier is not supported on floating point data types.";
41         public const string Arg_HTCapacityOverflow = "Hashtable's capacity overflowed and went negative. Check load factor, capacity and the current size of the table.";
42         public const string Arg_IndexOutOfRangeException = "Index was outside the bounds of the array.";
43         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.";
44         public const string Arg_InvalidBase = "Invalid Base.";
45         public const string Arg_InvalidCastException = "Specified cast is not valid.";
46         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.";
47         public const string Arg_InvalidOperationException = "Operation is not valid due to the current state of the object.";
48         public const string Arg_OleAutDateInvalid = " Not a legal OleAut date.";
49         public const string Arg_OleAutDateScale = "OleAut date did not convert to a DateTime correctly.";
50         public const string Arg_InvalidRuntimeTypeHandle = "Invalid RuntimeTypeHandle.";
51         public const string Arg_IOException = "I/O error occurred.";
52         public const string Arg_KeyNotFound = "The given key was not present in the dictionary.";
53         public const string Arg_LongerThanSrcString = "Source string was not long enough. Check sourceIndex and count.";
54         public const string Arg_LowerBoundsMustMatch = "The arrays' lower bounds must be identical.";
55         public const string Arg_MissingFieldException = "Attempted to access a non-existing field.";
56         public const string Arg_MethodAccessException = "Attempt to access the method failed.";
57         public const string Arg_MissingMemberException = "Attempted to access a missing member.";
58         public const string Arg_MissingMethodException = "Attempted to access a missing method.";
59         public const string Arg_MulticastNotSupportedException = "Attempted to add multiple callbacks to a delegate that does not support multicast.";
60         public const string Arg_MustBeBoolean = "Object must be of type Boolean.";
61         public const string Arg_MustBeByte = "Object must be of type Byte.";
62         public const string Arg_MustBeChar = "Object must be of type Char.";
63         public const string Arg_MustBeDateTime = "Object must be of type DateTime.";
64         public const string Arg_MustBeDateTimeOffset = "Object must be of type DateTimeOffset.";
65         public const string Arg_MustBeDecimal = "Object must be of type Decimal.";
66         public const string Arg_MustBeDouble = "Object must be of type Double.";
67         public const string Arg_MustBeEnum = "Type provided must be an Enum.";
68         public const string Arg_MustBeGuid = "Object must be of type GUID.";
69         public const string Arg_MustBeInt16 = "Object must be of type Int16.";
70         public const string Arg_MustBeInt32 = "Object must be of type Int32.";
71         public const string Arg_MustBeInt64 = "Object must be of type Int64.";
72         public const string Arg_MustBePrimArray = "Object must be an array of primitives.";
73         public const string Arg_MustBeSByte = "Object must be of type SByte.";
74         public const string Arg_MustBeSingle = "Object must be of type Single.";
75         public const string Arg_MustBeStatic = "Method must be a static method.";
76         public const string Arg_MustBeString = "Object must be of type String.";
77         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.";
78         public const string Arg_MustBeTimeSpan = "Object must be of type TimeSpan.";
79         public const string Arg_MustBeUInt16 = "Object must be of type UInt16.";
80         public const string Arg_MustBeUInt32 = "Object must be of type UInt32.";
81         public const string Arg_MustBeUInt64 = "Object must be of type UInt64.";
82         public const string Arg_MustBeVersion = "Object must be of type Version.";
83         public const string Arg_NeedAtLeast1Rank = "Must provide at least one rank.";
84         public const string Arg_Need2DArray = "Array was not a two-dimensional array.";
85         public const string Arg_Need3DArray = "Array was not a three-dimensional array.";
86         public const string Arg_NegativeArgCount = "Argument count must not be negative.";
87         public const string Arg_NotFiniteNumberException = "Arg_NotFiniteNumberException = Number encountered was not a finite quantity.";
88         public const string Arg_NonZeroLowerBound = "The lower bound of target array must be zero.";
89         public const string Arg_NotGenericParameter = "Method may only be called on a Type for which Type.IsGenericParameter is true.";
90         public const string Arg_NotImplementedException = "The method or operation is not implemented.";
91         public const string Arg_NotSupportedException = "Specified method is not supported.";
92         public const string Arg_NotSupportedNonZeroLowerBound = "Arrays with non-zero lower bounds are not supported.";
93         public const string Arg_NullReferenceException = "Object reference not set to an instance of an object.";
94         public const string Arg_ObjObjEx = "Object of type '{0}' cannot be converted to type '{1}'.";
95         public const string Arg_OverflowException = "Arithmetic operation resulted in an overflow.";
96         public const string Arg_OutOfMemoryException = "Insufficient memory to continue the execution of the program.";
97         public const string Arg_PlatformNotSupported = "Operation is not supported on this platform.";
98         public const string Arg_ParamName_Name = "Parameter name: {0}";
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_ThreadStartException = "Thread failed to start.";
115         public const string Arg_ThreadStateException = "Thread was in an invalid state for the operation being executed.";
116         public const string Arg_TimeoutException = "The operation has timed out.";
117         public const string Arg_TypeAccessException = "Attempt to access the type failed.";
118         public const string Arg_TypeLoadException = "Failure has occurred while loading a type.";
119         public const string Arg_UnauthorizedAccessException = "Attempted to perform an unauthorized operation.";
120         public const string Arg_VersionString = "Version string portion was too short or too long.";
121         public const string Arg_WrongType = "The value '{0}' is not of type '{1}' and cannot be used in this generic collection.";
122         public const string Argument_AbsolutePathRequired = "Absolute path information is required.";
123         public const string Argument_AddingDuplicate = "An item with the same key has already been added. Key: {0}";
124         public const string Argument_AddingDuplicate__ = "Item has already been added. Key in dictionary: '{0}'  Key being added: '{1}'";
125         public const string Argument_AdjustmentRulesNoNulls = "The AdjustmentRule array cannot contain null elements.";
126         public const string Argument_AdjustmentRulesOutOfOrder = "The elements of the AdjustmentRule array must be in chronological order and must not overlap.";
127         public const string Argument_BadFormatSpecifier = "Format specifier was invalid.";
128         public const string Argument_CodepageNotSupported = "{0} is not a supported code page.";
129         public const string Argument_CompareOptionOrdinal = "CompareOption.Ordinal cannot be used with other options.";
130         public const string Argument_ConflictingDateTimeRoundtripStyles = "The DateTimeStyles value RoundtripKind cannot be used with the values AssumeLocal, AssumeUniversal or AdjustToUniversal.";
131         public const string Argument_ConflictingDateTimeStyles = "The DateTimeStyles values AssumeLocal and AssumeUniversal cannot be used together.";
132         public const string Argument_ConversionOverflow = "Conversion buffer overflow.";
133         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.";
134         public const string Argument_CultureInvalidIdentifier = "{0} is an invalid culture identifier.";
135         public const string Argument_CultureIetfNotSupported = "Culture IETF Name {0} is not a recognized IETF name.";
136         public const string Argument_CultureIsNeutral = "Culture ID {0} (0x{0:X4}) is a neutral culture; a region cannot be created from it.";
137         public const string Argument_CultureNotSupported = "Culture is not supported.";
138         public const string Argument_CustomCultureCannotBePassedByNumber = "Customized cultures cannot be passed by LCID, only by name.";
139         public const string Argument_DateTimeBadBinaryData = "The binary data must result in a DateTime with ticks between DateTime.MinValue.Ticks and DateTime.MaxValue.Ticks.";
140         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.";
141         public const string Argument_DateTimeHasTimeOfDay = "The supplied DateTime includes a TimeOfDay setting.   This is not supported.";
142         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.";
143         public const string Argument_DateTimeIsNotAmbiguous = "The supplied DateTime is not in an ambiguous time range.";
144         public const string Argument_DateTimeKindMustBeUnspecified = "The supplied DateTime must have the Kind property set to DateTimeKind.Unspecified.";
145         public const string Argument_DateTimeOffsetInvalidDateTimeStyles = "The DateTimeStyles value 'NoCurrentDateDefault' is not allowed when parsing DateTimeOffset.";
146         public const string Argument_DateTimeOffsetIsNotAmbiguous = "The supplied DateTimeOffset is not in an ambiguous time range.";
147         public const string Argument_EmptyDecString = "Decimal separator cannot be the empty string.";
148         public const string Argument_EmptyName = "Empty name is not legal.";
149         public const string Argument_EmptyWaithandleArray = "Waithandle array may not be empty.";
150         public const string Argument_EncoderFallbackNotEmpty = "Must complete Convert() operation or call Encoder.Reset() before calling GetBytes() or GetByteCount(). Encoder '{0}' fallback '{1}'.";
151         public const string Argument_EncodingConversionOverflowBytes = "The output byte buffer is too small to contain the encoded data, encoding '{0}' fallback '{1}'.";
152         public const string Argument_EncodingConversionOverflowChars = "The output char buffer is too small to contain the decoded characters, encoding '{0}' fallback '{1}'.";
153         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.";
154         public const string Argument_EnumTypeDoesNotMatch = "The argument type, '{0}', is not the same as the enum type '{1}'.";
155         public const string Argument_FallbackBufferNotEmpty = "Cannot change fallback when buffer is not empty. Previous Convert() call left data in the fallback buffer.";
156         public const string Argument_IdnBadLabelSize = "IDN labels must be between 1 and 63 characters long.";
157         public const string Argument_IdnBadPunycode = "Invalid IDN encoded string.";
158         public const string Argument_IdnIllegalName = "Decoded string is not a valid IDN name.";
159         public const string Argument_ImplementIComparable = "At least one object must implement IComparable.";
160         public const string Argument_InvalidArgumentForComparison = "Type of argument is not compatible with the generic comparer.";
161         public const string Argument_InvalidArrayLength = "Length of the array must be {0}.";
162         public const string Argument_InvalidArrayType = "Target array type is not compatible with the type of items in the collection.";
163         public const string Argument_InvalidCalendar = "Not a valid calendar for the given culture.";
164         public const string Argument_InvalidCharSequence = "Invalid Unicode code point found at index {0}.";
165         public const string Argument_InvalidCharSequenceNoIndex = "String contains invalid Unicode code points.";
166         public const string Argument_InvalidCodePageBytesIndex = "Unable to translate bytes {0} at index {1} from specified code page to Unicode.";
167         public const string Argument_InvalidCodePageConversionIndex = "Unable to translate Unicode character \\\\u{0:X4} at index {1} to specified code page.";
168         public const string Argument_InvalidCultureName = "Culture name '{0}' is not supported.";
169         public const string Argument_InvalidDateTimeKind = "Invalid DateTimeKind value.";
170         public const string Argument_InvalidDateTimeStyles = "An undefined DateTimeStyles value is being used.";
171         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.";
172         public const string Argument_InvalidEnumValue = "The value '{0}' is not valid for this usage of the type {1}.";
173         public const string Argument_InvalidFlag = "Value of flags is invalid.";
174         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.";
175         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.";
176         public const string Argument_InvalidId = "The specified ID parameter '{0}' is not supported.";
177         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.";
178         public const string Argument_InvalidNativeDigitCount = "The NativeDigits array must contain exactly ten members.";
179         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.";
180         public const string Argument_InvalidNeutralRegionName = "The region name {0} should not correspond to neutral culture; a specific culture name is required.";
181         public const string Argument_InvalidNormalizationForm = "Invalid normalization form.";
182         public const string Argument_InvalidNumberStyles = "An undefined NumberStyles value is being used.";
183         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.";
184         public const string Argument_InvalidPathChars = "Illegal characters in path.";
185         public const string Argument_InvalidREG_TZI_FORMAT = "The REG_TZI_FORMAT structure is corrupt.";
186         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.";
187         public const string Argument_InvalidSerializedString = "The specified serialized string '{0}' is not supported.";
188         public const string Argument_InvalidTimeSpanStyles = "An undefined TimeSpanStyles value is being used.";
189         public const string Argument_MustBeFalse = "Argument must be initialized to false";
190         public const string Argument_NoEra = "No Era was supplied.";
191         public const string Argument_NoRegionInvariantCulture = "There is no region associated with the Invariant Culture (Culture ID: 0x7F).";
192         public const string Argument_NotIsomorphic = "Object contains non-primitive or non-blittable data.";
193         public const string Argument_OffsetLocalMismatch = "The UTC Offset of the local dateTime parameter does not match the offset argument.";
194         public const string Argument_OffsetPrecision = "Offset must be specified in whole minutes.";
195         public const string Argument_OffsetOutOfRange = "Offset must be within plus or minus 14 hours.";
196         public const string Argument_OffsetUtcMismatch = "The UTC Offset for Utc DateTime instances must be 0.";
197         public const string Argument_OneOfCulturesNotSupported = "Culture name {0} or {1} is not supported.";
198         public const string Argument_OnlyMscorlib = "Only mscorlib's assembly is valid.";
199         public const string Argument_OutOfOrderDateTimes = "The DateStart property must come before the DateEnd property.";
200         public const string ArgumentOutOfRange_HugeArrayNotSupported = "Arrays larger than 2GB are not supported.";
201         public const string ArgumentOutOfRange_Index = "Index was out of range. Must be non-negative and less than the size of the collection.";
202         public const string ArgumentOutOfRange_Length = "The specified length exceeds maximum capacity of SecureString.";
203         public const string ArgumentOutOfRange_LengthTooLarge = "The specified length exceeds the maximum value of {0}.";
204         public const string ArgumentOutOfRange_NeedNonNegNum = "Non-negative number required.";
205         public const string ArgumentOutOfRange_NeedNonNegNumRequired = "Non-negative number required.";
206         public const string Argument_PathFormatNotSupported = "The given path's format is not supported.";
207         public const string Argument_RecursiveFallback = "Recursive fallback not allowed for character \\\\u{0:X4}.";
208         public const string Argument_RecursiveFallbackBytes = "Recursive fallback not allowed for bytes {0}.";
209         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.";
210         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.";
211         public const string Argument_TimeSpanHasSeconds = "The TimeSpan parameter cannot be specified more precisely than whole minutes.";
212         public const string Argument_TimeZoneNotFound = "The time zone ID '{0}' was not found on the local computer.";
213         public const string Argument_TimeZoneInfoBadTZif = "The tzfile does not begin with the magic characters 'TZif'.  Please verify that the file is not corrupt.";
214         public const string Argument_TimeZoneInfoInvalidTZif = "The TZif data structure is corrupt.";
215         public const string Argument_ToExclusiveLessThanFromExclusive = "fromInclusive must be less than or equal to toExclusive.";
216         public const string Argument_TransitionTimesAreIdentical = "The DaylightTransitionStart property must not equal the DaylightTransitionEnd property.";
217         public const string Argument_UTCOutOfRange = "The UTC time represented when the offset is applied must be between year 0 and 10,000.";
218         public const string Argument_WaitHandleNameTooLong = "The name can be no more than {0} characters in length.";
219         public const string ArgumentException_OtherNotArrayOfCorrectLength = "Object is not a array with the same number of elements as the array to compare it to.";
220         public const string ArgumentException_TupleIncorrectType = "Argument must be of type {0}.";
221         public const string ArgumentException_TupleLastArgumentNotATuple = "The last element of an eight element tuple must be a Tuple.";
222         public const string ArgumentException_ValueTupleIncorrectType = "Argument must be of type {0}.";
223         public const string ArgumentException_ValueTupleLastArgumentNotAValueTuple = "The last element of an eight element ValueTuple must be a ValueTuple.";
224         public const string ArgumentNull_Array = "Array cannot be null.";
225         public const string ArgumentNull_ArrayElement = "At least one element in the specified array was null.";
226         public const string ArgumentNull_ArrayValue = "Found a null value within an array.";
227         public const string ArgumentNull_Generic = "Value cannot be null.";
228         public const string ArgumentNull_Key = "Key cannot be null.";
229         public const string ArgumentNull_Obj = "Object cannot be null.";
230         public const string ArgumentNull_String = "String reference not set to an instance of a String.";
231         public const string ArgumentNull_Type = "Type cannot be null.";
232         public const string ArgumentNull_Waithandles = "The waitHandles parameter cannot be null.";
233         public const string ArgumentNull_WithParamName = "Parameter '{0}' cannot be null.";
234         public const string ArgumentOutOfRange_AddValue = "Value to add was out of range.";
235         public const string ArgumentOutOfRange_ActualValue = "Actual value was {0}.";
236         public const string ArgumentOutOfRange_BadYearMonthDay = "Year, Month, and Day parameters describe an un-representable DateTime.";
237         public const string ArgumentOutOfRange_BadHourMinuteSecond = "Hour, Minute, and Second parameters describe an un-representable DateTime.";
238         public const string ArgumentOutOfRange_BiggerThanCollection = "Must be less than or equal to the size of the collection.";
239         public const string ArgumentOutOfRange_Bounds_Lower_Upper = "Argument must be between {0} and {1}.";
240         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.";
241         public const string ArgumentOutOfRange_Capacity = "Capacity exceeds maximum capacity.";
242         public const string ArgumentOutOfRange_Count = "Count must be positive and count must refer to a location within the string/array/collection.";
243         public const string ArgumentOutOfRange_DateArithmetic = "The added or subtracted value results in an un-representable DateTime.";
244         public const string ArgumentOutOfRange_DateTimeBadMonths = "Months value must be between +/-120000.";
245         public const string ArgumentOutOfRange_DateTimeBadTicks = "Ticks must be between DateTime.MinValue.Ticks and DateTime.MaxValue.Ticks.";
246         public const string ArgumentOutOfRange_DateTimeBadYears = "Years value must be between +/-10000.";
247         public const string ArgumentOutOfRange_Day = "Day must be between 1 and {0} for month {1}.";
248         public const string ArgumentOutOfRange_DayOfWeek = "The DayOfWeek enumeration must be in the range 0 through 6.";
249         public const string ArgumentOutOfRange_DayParam = "The Day parameter must be in the range 1 through 31.";
250         public const string ArgumentOutOfRange_DecimalRound = "Decimal can only round to between 0 and 28 digits of precision.";
251         public const string ArgumentOutOfRange_DecimalScale = "Decimal's scale value must be between 0 and 28, inclusive.";
252         public const string ArgumentOutOfRange_EndIndexStartIndex = "endIndex cannot be greater than startIndex.";
253         public const string ArgumentOutOfRange_Enum = "Enum value was out of legal range.";
254         public const string ArgumentOutOfRange_Era = "Time value was out of era range.";
255         public const string ArgumentOutOfRange_FileTimeInvalid = "Not a valid Win32 FileTime.";
256         public const string ArgumentOutOfRange_GenericPositive = "Value must be positive.";
257         public const string ArgumentOutOfRange_GetByteCountOverflow = "Too many characters. The resulting number of bytes is larger than what can be returned as an int.";
258         public const string ArgumentOutOfRange_GetCharCountOverflow = "Too many bytes. The resulting number of chars is larger than what can be returned as an int.";
259         public const string ArgumentOutOfRange_IndexCount = "Index and count must refer to a location within the string.";
260         public const string ArgumentOutOfRange_IndexCountBuffer = "Index and count must refer to a location within the buffer.";
261         public const string ArgumentOutOfRange_IndexLength = "Index and length must refer to a location within the string.";
262         public const string ArgumentOutOfRange_IndexString = "Index was out of range. Must be non-negative and less than the length of the string.";
263         public const string ArgumentOutOfRange_InvalidEraValue = "Era value was not valid.";
264         public const string ArgumentOutOfRange_InvalidHighSurrogate = "A valid high surrogate character is between 0xd800 and 0xdbff, inclusive.";
265         public const string ArgumentOutOfRange_InvalidLowSurrogate = "A valid low surrogate character is between 0xdc00 and 0xdfff, inclusive.";
266         public const string ArgumentOutOfRange_InvalidUTF32 = "A valid UTF32 value is between 0x000000 and 0x10ffff, inclusive, and should not include surrogate codepoint values (0x00d800 ~ 0x00dfff).";
267         public const string ArgumentOutOfRange_LengthGreaterThanCapacity = "The length cannot be greater than the capacity.";
268         public const string ArgumentOutOfRange_ListInsert = "Index must be within the bounds of the List.";
269         public const string ArgumentOutOfRange_ListItem = "Index was out of range. Must be non-negative and less than the size of the list.";
270         public const string ArgumentOutOfRange_ListRemoveAt = "Index was out of range. Must be non-negative and less than the size of the list.";
271         public const string ArgumentOutOfRange_Month = "Month must be between one and twelve.";
272         public const string ArgumentOutOfRange_MonthParam = "The Month parameter must be in the range 1 through 12.";
273         public const string ArgumentOutOfRange_MustBeNonNegInt32 = "Value must be non-negative and less than or equal to Int32.MaxValue.";
274         public const string ArgumentOutOfRange_MustBeNonNegNum = "'{0}' must be non-negative.";
275         public const string ArgumentOutOfRange_MustBePositive = "'{0}' must be greater than zero.";
276         public const string ArgumentOutOfRange_NeedNonNegOrNegative1 = "Number must be either non-negative and less than or equal to Int32.MaxValue or -1.";
277         public const string ArgumentOutOfRange_NeedPosNum = "Positive number required.";
278         public const string ArgumentOutOfRange_NegativeCapacity = "Capacity must be positive.";
279         public const string ArgumentOutOfRange_NegativeCount = "Count cannot be less than zero.";
280         public const string ArgumentOutOfRange_NegativeLength = "Length cannot be less than zero.";
281         public const string ArgumentOutOfRange_OffsetLength = "Offset and length must refer to a position in the string.";
282         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.";
283         public const string ArgumentOutOfRange_PartialWCHAR = "Pointer startIndex and length do not refer to a valid string.";
284         public const string ArgumentOutOfRange_Range = "Valid values are between {0} and {1}, inclusive.";
285         public const string ArgumentOutOfRange_RoundingDigits = "Rounding digits must be between 0 and 15, inclusive.";
286         public const string ArgumentOutOfRange_SmallCapacity = "capacity was less than the current size.";
287         public const string ArgumentOutOfRange_SmallMaxCapacity = "MaxCapacity must be one or greater.";
288         public const string ArgumentOutOfRange_StartIndex = "StartIndex cannot be less than zero.";
289         public const string ArgumentOutOfRange_StartIndexLargerThanLength = "startIndex cannot be larger than length of string.";
290         public const string ArgumentOutOfRange_StartIndexLessThanLength = "startIndex must be less than length of string.";
291         public const string ArgumentOutOfRange_UtcOffset = "The TimeSpan parameter must be within plus or minus 14.0 hours.";
292         public const string ArgumentOutOfRange_UtcOffsetAndDaylightDelta = "The sum of the BaseUtcOffset and DaylightDelta properties must within plus or minus 14.0 hours.";
293         public const string ArgumentOutOfRange_Version = "Version's parameters must be greater than or equal to zero.";
294         public const string ArgumentOutOfRange_Week = "The Week parameter must be in the range 1 through 5.";
295         public const string ArgumentOutOfRange_Year = "Year must be between 1 and 9999.";
296         public const string Arithmetic_NaN = "Function does not accept floating point Not-a-Number values.";
297         public const string ArrayTypeMismatch_CantAssignType = "Source array type cannot be assigned to destination array type.";
298         public const string BadImageFormatException_CouldNotLoadFileOrAssembly = "Could not load file or assembly '{0}'. An attempt was made to load a program with an incorrect format.";
299         public const string CollectionCorrupted = "A prior operation on this collection was interrupted by an exception. Collection's state is no longer trusted.";
300         public const string Exception_EndOfInnerExceptionStack = "--- End of inner exception stack trace ---";
301         public const string Exception_WasThrown = "Exception of type '{0}' was thrown.";
302         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.";
303         public const string Format_BadBase64CharArrayLength = "Invalid length for a Base-64 char array or string.";
304         public const string Format_BadBoolean = "String was not recognized as a valid Boolean.";
305         public const string Format_BadFormatSpecifier = "Format specifier was invalid.";
306         public const string Format_BadQuote = "Cannot find a matching quote character for the character '{0}'.";
307         public const string Format_EmptyInputString = "Input string was either empty or contained only whitespace.";
308         public const string Format_GuidHexPrefix = "Expected hex 0x in '{0}'.";
309         public const string Format_GuidInvLen = "Guid should contain 32 digits with 4 dashes (xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx).";
310         public const string Format_GuidInvalidChar = "Guid string should only contain hexadecimal characters.";
311         public const string Format_GuidBrace = "Expected {0xdddddddd, etc}.";
312         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.).";
313         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.).";
314         public const string Format_GuidDashes = "Dashes are in the wrong position for GUID parsing.";
315         public const string Format_GuidEndBrace = "Could not find the ending brace.";
316         public const string Format_ExtraJunkAtEnd = "Additional non-parsable characters are at the end of the string.";
317         public const string Format_GuidUnrecognized = "Unrecognized Guid format.";
318         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.";
319         public const string Format_InvalidGuidFormatSpecification = "Format String can be only 'D', 'd', 'N', 'n', 'P', 'p', 'B', 'b', 'X' or 'x'.";
320         public const string Format_InvalidString = "Input string was not in a correct format.";
321         public const string Format_NeedSingleChar = "String must be exactly one character long.";
322         public const string Format_NoParsibleDigits = "Could not find any recognizable digits.";
323         public const string Format_BadTimeSpan = "String was not recognized as a valid TimeSpan.";
324         public const string InsufficientMemory_MemFailPoint = "Insufficient available memory to meet the expected demands of an operation at this time.  Please try again later.";
325         public const string InsufficientMemory_MemFailPoint_TooBig = "Insufficient memory to meet the expected demands of an operation, and this system is likely to never satisfy this request.  If this is a 32 bit system, consider booting in 3 GB mode.";
326         public const string InsufficientMemory_MemFailPoint_VAFrag = "Insufficient available memory to meet the expected demands of an operation at this time, possibly due to virtual address space fragmentation.  Please try again later.";
327         public const string InvalidCast_CannotCastNullToValueType = "Null object cannot be converted to a value type.";
328         public const string InvalidCast_DownCastArrayElement = "At least one element in the source array could not be cast down to the destination array type.";
329         public const string InvalidCast_FromTo = "Invalid cast from '{0}' to '{1}'.";
330         public const string InvalidCast_IConvertible = "Object must implement IConvertible.";
331         public const string InvalidCast_StoreArrayElement = "Object cannot be stored in an array of this type.";
332         public const string InvalidOperation_Calling = "WinRT Interop has already been initialized and cannot be initialized again.";
333         public const string InvalidOperation_DateTimeParsing = "Internal Error in DateTime and Calendar operations.";
334         public const string InvalidOperation_EnumEnded = "Enumeration already finished.";
335         public const string InvalidOperation_EnumFailedVersion = "Collection was modified; enumeration operation may not execute.";
336         public const string InvalidOperation_EnumNotStarted = "Enumeration has not started. Call MoveNext.";
337         public const string InvalidOperation_EnumOpCantHappen = "Enumeration has either not started or has already finished.";
338         public const string InvalidOperation_HandleIsNotInitialized = "Handle is not initialized.";
339         public const string InvalidOperation_IComparerFailed = "Failed to compare two elements in the array.";
340         public const string InvalidOperation_NoValue = "Nullable object must have a value.";
341         public const string InvalidOperation_NullArray = "The underlying array is null.";
342         public const string InvalidOperation_Overlapped_Pack = "Cannot pack a packed Overlapped again.";
343         public const string InvalidOperation_ReadOnly = "Instance is read-only.";
344         public const string InvalidOperation_ThreadWrongThreadStart = "The thread was created with a ThreadStart delegate that does not accept a parameter.";
345         public const string InvalidOperation_UnknownEnumType = "Unknown enum type.";
346         public const string InvalidOperation_WriteOnce = "This property has already been set and cannot be modified.";
347         public const string InvalidOperation_ArrayCreateInstance_NotARuntimeType = "Array.CreateInstance() can only accept Type objects created by the runtime.";
348         public const string InvalidOperation_TooEarly = "Internal Error: This operation cannot be invoked in an eager class constructor.";
349         public const string InvalidOperation_NullContext = "Cannot call Set on a null context";
350         public const string InvalidOperation_CannotUseAFCOtherThread = "AsyncFlowControl object must be used on the thread where it was created.";
351         public const string InvalidOperation_CannotRestoreUnsupressedFlow = "Cannot restore context flow when it is not suppressed.";
352         public const string InvalidOperation_CannotSupressFlowMultipleTimes = "Context flow is already suppressed.";
353         public const string InvalidOperation_CannotUseAFCMultiple = "AsyncFlowControl object can be used only once to call Undo().";
354         public const string InvalidOperation_AsyncFlowCtrlCtxMismatch = "AsyncFlowControl objects can be used to restore flow only on a Context that had its flow suppressed.";
355         public const string InvalidProgram_Default = "Common Language Runtime detected an invalid program.";
356         public const string InvalidProgram_Specific = "Common Language Runtime detected an invalid program. The body of method '{0}' is invalid.";
357         public const string InvalidProgram_Vararg = "Method '{0}' has a variable argument list. Variable argument lists are not supported in .NET Core.";
358         public const string InvalidProgram_CallVirtFinalize = "Object.Finalize() can not be called directly. It is only callable by the runtime.";
359         public const string InvalidTimeZone_InvalidRegistryData = "The time zone ID '{0}' was found on the local computer, but the registry information was corrupt.";
360         public const string IO_FileExists_Name = "The file '{0}' already exists.";
361         public const string IO_FileName_Name = "File name: '{0}'";
362         public const string IO_FileNotFound = "Unable to find the specified file.";
363         public const string IO_FileNotFound_FileName = "Could not load file or assembly '{0}'. The system cannot find the file specified.";
364         public const string IO_FileLoad = "Could not load the specified file.";
365         public const string IO_FileLoad_FileName = "Could not load the file '{0}'.";
366         public const string IO_PathNotFound_NoPathName = "Could not find a part of the path.";
367         public const string IO_PathNotFound_Path = "Could not find a part of the path '{0}'.";
368         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.";
369         public const string IO_SharingViolation_File = "The process cannot access the file '{0}' because it is being used by another process.";
370         public const string IO_SharingViolation_NoFileName = "The process cannot access the file because it is being used by another process.";
371         public const string IO_AlreadyExists_Name = "Cannot create '{0}' because a file or directory with the same name already exists.";
372         public const string UnauthorizedAccess_IODenied_NoPathName = "Access to the path is denied.";
373         public const string UnauthorizedAccess_IODenied_Path = "Access to the path '{0}' is denied.";
374         public const string Lazy_CreateValue_NoParameterlessCtorForT = "The lazily-initialized type does not have a public, parameterless constructor.";
375         public const string Lazy_ctor_ModeInvalid = "The mode argument specifies an invalid value.";
376         public const string Lazy_StaticInit_InvalidOperation = "ValueFactory returned null.";
377         public const string Lazy_ToString_ValueNotCreated = "Value is not created.";
378         public const string Lazy_Value_RecursiveCallsToValue = "ValueFactory attempted to access the Value property of this instance.";
379         public const string MissingConstructor_Name = "Constructor on type '{0}' not found.";
380         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.";
381         public const string NotSupported_FixedSizeCollection = "Collection was of a fixed size.";
382         public const string NotSupported_MaxWaitHandles = "The number of WaitHandles must be less than or equal to 64.";
383         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.";
384         public const string NotSupported_ReadOnlyCollection = "Collection is read-only.";
385         public const string NotSupported_StringComparison = "The string comparison type passed in is currently not supported.";
386         public const string NotSupported_VoidArray = "Arrays of System.Void are not supported.";
387         public const string NotSupported_ByRefLike = "Cannot create boxed ByRef-like values.";
388         public const string NotSupported_Type = "Type is not supported.";
389         public const string NotSupported_WaitAllSTAThread = "WaitAll for multiple handles on a STA thread is not supported.";
390         public const string ObjectDisposed_Generic = "Cannot access a disposed object.";
391         public const string ObjectDisposed_ObjectName_Name = "Object name: '{0}'.";
392         public const string Overflow_Byte = "Value was either too large or too small for an unsigned byte.";
393         public const string Overflow_Char = "Value was either too large or too small for a character.";
394         public const string Overflow_Decimal = "Value was either too large or too small for a Decimal.";
395         public const string Overflow_Double = "Value was either too large or too small for a Double.";
396         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.";
397         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.";
398         public const string Overflow_Int16 = "Value was either too large or too small for an Int16.";
399         public const string Overflow_Int32 = "Value was either too large or too small for an Int32.";
400         public const string Overflow_Int64 = "Value was either too large or too small for an Int64.";
401         public const string Overflow_NegateTwosCompNum = "Negating the minimum value of a twos complement number is invalid.";
402         public const string Overflow_NegativeUnsigned = "The string was being parsed as an unsigned number and could not have a negative sign.";
403         public const string Overflow_SByte = "Value was either too large or too small for a signed byte.";
404         public const string Overflow_Single = "Value was either too large or too small for a Single.";
405         public const string Overflow_TimeSpanTooLong = "TimeSpan overflowed because the duration is too long.";
406         public const string Overflow_UInt16 = "Value was either too large or too small for a UInt16.";
407         public const string Overflow_UInt32 = "Value was either too large or too small for a UInt32.";
408         public const string Overflow_UInt64 = "Value was either too large or too small for a UInt64.";
409         public const string Rank_MultiDimNotSupported = "Only single dimension arrays are supported here.";
410         public const string RuntimeWrappedException = "An object that does not derive from System.Exception has been wrapped in a RuntimeWrappedException.";
411         public const string SpinWait_SpinUntil_ArgumentNull = "The condition argument is null.";
412         public const string Serialization_CorruptField = "The value of the field '{0}' is invalid.  The serialized data is corrupt.";
413         public const string Serialization_InvalidData = "An error occurred while deserializing the object.  The serialized data is corrupt.";
414         public const string Serialization_InvalidEscapeSequence = "The serialized data contained an invalid escape sequence '\\\\{0}'.";
415         public const string Serialization_InvalidType = "Only system-provided types can be passed to the GetUninitializedObject method. '{0}' is not a valid instance of a type.";
416         public const string SpinWait_SpinUntil_TimeoutWrong = "The timeout must represent a value between -1 and Int32.MaxValue, inclusive.";
417         public const string Threading_AbandonedMutexException = "The wait completed due to an abandoned mutex.";
418         public const string Threading_SemaphoreFullException = "Adding the specified count to the semaphore would cause it to exceed its maximum count.";
419         public const string Threading_ThreadInterrupted = "Thread was interrupted from a waiting state.";
420         public const string Threading_WaitHandleCannotBeOpenedException = "No handle of the given name exists.";
421         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.";
422         public const string TimeZoneNotFound_MissingRegistryData = "The time zone ID '{0}' was not found on the local computer.";
423         public const string TypeInitialization_Default = "Type constructor threw an exception.";
424         public const string TypeInitialization_Type = "The type initializer for '{0}' threw an exception.";
425         public const string TypeInitialization_Type_NoTypeAvailable = "A type initializer threw an exception. To determine which type, inspect the InnerException's StackTrace property.";
426         public const string Verification_Exception = "Operation could destabilize the runtime.";
427         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}'.";
428         public const string Format_InvalidEnumFormatSpecification = "Format String can be only 'G', 'g', 'X', 'x', 'F', 'f', 'D' or 'd'.";
429         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.";
430         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}'.";
431         public const string Arg_MustBeType = "Type must be a type provided by the runtime.";
432         public const string Arg_MustContainEnumInfo = "Must specify valid information for parsing in the string.";
433         public const string Arg_EnumValueNotFound = "Requested value '{0}' was not found.";
434         public const string Argument_StringZeroLength = "String cannot be of zero length.";
435         public const string Argument_StringFirstCharIsZero = "The first char in the string is the null character.";
436         public const string Argument_LongEnvVarValue = "Environment variable name or value is too long.";
437         public const string Argument_IllegalEnvVarName = "Environment variable name cannot contain equal character.";
438         public const string AssumptionFailed = "Assumption failed.";
439         public const string AssumptionFailed_Cnd = "Assumption failed: {0}";
440         public const string AssertionFailed = "Assertion failed.";
441         public const string AssertionFailed_Cnd = "Assertion failed: {0}";
442         public const string PreconditionFailed = "Precondition failed.";
443         public const string PreconditionFailed_Cnd = "Precondition failed: {0}";
444         public const string PostconditionFailed = "Postcondition failed.";
445         public const string PostconditionFailed_Cnd = "Postcondition failed: {0}";
446         public const string PostconditionOnExceptionFailed = "Postcondition failed after throwing an exception.";
447         public const string PostconditionOnExceptionFailed_Cnd = "Postcondition failed after throwing an exception: {0}";
448         public const string InvariantFailed = "Invariant failed.";
449         public const string InvariantFailed_Cnd = "Invariant failed: {0}";
450         public const string MissingEncodingNameResource = "Could not find a resource entry for the encoding codepage '{0} - {1}'";
451         public const string Globalization_cp_1200 = "Unicode";
452         public const string Globalization_cp_1201 = "Unicode (Big-Endian)";
453         public const string Globalization_cp_12000 = "Unicode (UTF-32)";
454         public const string Globalization_cp_12001 = "Unicode (UTF-32 Big-Endian)";
455         public const string Globalization_cp_20127 = "US-ASCII";
456         public const string Globalization_cp_28591 = "Western European (ISO)";
457         public const string Globalization_cp_65000 = "Unicode (UTF-7)";
458         public const string Globalization_cp_65001 = "Unicode (UTF-8)";
459         public const string DebugAssertBanner = "---- DEBUG ASSERTION FAILED ----";
460         public const string DebugAssertLongMessage = "---- Assert Long Message ----";
461         public const string DebugAssertShortMessage = "---- Assert Short Message ----";
462         public const string InvalidCast_Empty = "Object cannot be cast to Empty.";
463         public const string Arg_UnknownTypeCode = "Unknown TypeCode value.";
464         public const string Format_BadDatePattern = "Could not determine the order of year, month, and date from '{0}'.";
465         public const string Format_BadDateTime = "String was not recognized as a valid DateTime.";
466         public const string Format_BadDateTimeCalendar = "The DateTime represented by the string is not supported in calendar {0}.";
467         public const string Format_BadDayOfWeek = "String was not recognized as a valid DateTime because the day of week was incorrect.";
468         public const string Format_DateOutOfRange = "The DateTime represented by the string is out of range.";
469         public const string Format_MissingIncompleteDate = "There must be at least a partial date with a year present in the input.";
470         public const string Format_OffsetOutOfRange = "The time zone offset must be within plus or minus 14 hours.";
471         public const string Format_RepeatDateTimePattern = "DateTime pattern '{0}' appears more than once with different values.";
472         public const string Format_UnknowDateTimeWord = "The string was not recognized as a valid DateTime. There is an unknown word starting at index {0}.";
473         public const string Format_UTCOutOfRange = "The UTC representation of the date falls outside the year range 1-9999.";
474         public const string RFLCT_Ambiguous = "Ambiguous match found.";
475         public const string AggregateException_ctor_DefaultMessage = "One or more errors occurred.";
476         public const string AggregateException_ctor_InnerExceptionNull = "An element of innerExceptions was null.";
477         public const string AggregateException_DeserializationFailure = "The serialization stream contains no inner exceptions.";
478         public const string AggregateException_InnerException = "(Inner Exception #{0}) "; // {entry.Item3}
479         public const string ArgumentOutOfRange_TimeoutTooLarge = "Time-out interval must be less than 2^32-2.";
480         public const string ArgumentOutOfRange_PeriodTooLarge = "Period must be less than 2^32-2.";
481         public const string TaskScheduler_FromCurrentSynchronizationContext_NoCurrent = "The current SynchronizationContext may not be used as a TaskScheduler.";
482         public const string TaskScheduler_ExecuteTask_WrongTaskScheduler = "ExecuteTask may not be called for a task which was previously queued to a different TaskScheduler.";
483         public const string TaskScheduler_InconsistentStateAfterTryExecuteTaskInline = "The TryExecuteTaskInline call to the underlying scheduler succeeded, but the task body was not invoked.";
484         public const string TaskSchedulerException_ctor_DefaultMessage = "An exception was thrown by a TaskScheduler.";
485         public const string Task_MultiTaskContinuation_FireOptions = "It is invalid to exclude specific continuation kinds for continuations off of multiple tasks.";
486         public const string Task_ContinueWith_ESandLR = "The specified TaskContinuationOptions combined LongRunning and ExecuteSynchronously.  Synchronous continuations should not be long running.";
487         public const string Task_MultiTaskContinuation_EmptyTaskList = "The tasks argument contains no tasks.";
488         public const string Task_MultiTaskContinuation_NullTask = "The tasks argument included a null value.";
489         public const string Task_FromAsync_PreferFairness = "It is invalid to specify TaskCreationOptions.PreferFairness in calls to FromAsync.";
490         public const string Task_FromAsync_LongRunning = "It is invalid to specify TaskCreationOptions.LongRunning in calls to FromAsync.";
491         public const string AsyncMethodBuilder_InstanceNotInitialized = "The builder was not properly initialized.";
492         public const string TaskT_TransitionToFinal_AlreadyCompleted = "An attempt was made to transition a task to a final state when it had already completed.";
493         public const string TaskT_DebuggerNoResult = "{Not yet computed}";
494         public const string OperationCanceled = "The operation was canceled.";
495         public const string CancellationToken_CreateLinkedToken_TokensIsEmpty = "No tokens were supplied.";
496         public const string CancellationTokenSource_Disposed = "The CancellationTokenSource has been disposed.";
497         public const string CancellationToken_SourceDisposed = "The CancellationTokenSource associated with this CancellationToken has been disposed.";
498         public const string TaskExceptionHolder_UnknownExceptionType = "(Internal)Expected an Exception or an IEnumerable<Exception>";
499         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.";
500         public const string Task_Delay_InvalidMillisecondsDelay = "The value needs to be either -1 (signifying an infinite timeout), 0 or a positive integer.";
501         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.";
502         public const string Task_Dispose_NotCompleted = "A task may only be disposed if it is in a completion state (RanToCompletion, Faulted or Canceled).";
503         public const string Task_WaitMulti_NullTask = "The tasks array included at least one null element.";
504         public const string Task_ContinueWith_NotOnAnything = "The specified TaskContinuationOptions excluded all continuation kinds.";
505         public const string Task_RunSynchronously_AlreadyStarted = "RunSynchronously may not be called on a task that was already started.";
506         public const string Task_ThrowIfDisposed = "The task has been disposed.";
507         public const string Task_RunSynchronously_TaskCompleted = "RunSynchronously may not be called on a task that has already completed.";
508         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.";
509         public const string Task_RunSynchronously_Continuation = "RunSynchronously may not be called on a continuation task.";
510         public const string Task_Start_AlreadyStarted = "Start may not be called on a task that was already started.";
511         public const string Task_Start_ContinuationTask = "Start may not be called on a continuation task.";
512         public const string Task_Start_Promise = "Start may not be called on a promise-style task.";
513         public const string Task_Start_TaskCompleted = "Start may not be called on a task that has completed.";
514         public const string TaskCanceledException_ctor_DefaultMessage = "A task was canceled.";
515         public const string TaskCompletionSourceT_TrySetException_NoExceptions = "The exceptions collection was empty.";
516         public const string TaskCompletionSourceT_TrySetException_NullException = "The exceptions collection included at least one null element.";
517         public const string Argument_MinMaxValue = "'{0}' cannot be greater than {1}.";
518         public const string ExecutionContext_ExceptionInAsyncLocalNotification = "An exception was not handled in an AsyncLocal<T> notification callback.";
519         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.";
520         public const string SpinLock_IsHeldByCurrentThread = "Thread tracking is disabled.";
521         public const string SpinLock_TryEnter_LockRecursionException = "The calling thread already holds the lock.";
522         public const string SpinLock_Exit_SynchronizationLockException = "The calling thread does not hold the lock.";
523         public const string SpinLock_TryReliableEnter_ArgumentException = "The tookLock argument must be set to false before calling this method.";
524         public const string SpinLock_TryEnter_ArgumentOutOfRange = "The timeout must be a value between -1 and Int32.MaxValue, inclusive.";
525         public const string ManualResetEventSlim_Disposed = "The event has been disposed.";
526         public const string ManualResetEventSlim_ctor_SpinCountOutOfRange = "The spinCount argument must be in the range 0 to {0}, inclusive.";
527         public const string ManualResetEventSlim_ctor_TooManyWaiters = "There are too many threads currently waiting on the event. A maximum of {0} waiting threads are supported.";
528         public const string InvalidOperation_SendNotSupportedOnWindowsRTSynchronizationContext = "Send is not supported in the Windows Runtime SynchronizationContext";
529         public const string InvalidOperation_SetData_OnlyOnce = "SetData can only be used to set the value of a given name once.";
530         public const string SemaphoreSlim_Disposed = "The semaphore has been disposed.";
531         public const string SemaphoreSlim_Release_CountWrong = "The releaseCount argument must be greater than zero.";
532         public const string SemaphoreSlim_Wait_TimeoutWrong = "The timeout must represent a value between -1 and Int32.MaxValue, inclusive.";
533         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.";
534         public const string SemaphoreSlim_ctor_InitialCountWrong = "The initialCount argument must be non-negative and less than or equal to the maximumCount.";
535         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.";
536         public const string ThreadLocal_Value_RecursiveCallsToValue = "ValueFactory attempted to access the Value property of this instance.";
537         public const string ThreadLocal_Disposed = "The ThreadLocal object has been disposed.";
538         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.";
539         public const string LockRecursionException_RecursiveWriteNotAllowed = "Recursive write lock acquisitions not allowed in this mode.";
540         public const string LockRecursionException_ReadAfterWriteNotAllowed = "A read lock may not be acquired with the write lock held in this mode.";
541         public const string LockRecursionException_RecursiveUpgradeNotAllowed = "Recursive upgradeable lock acquisitions not allowed in this mode.";
542         public const string LockRecursionException_RecursiveReadNotAllowed = "Recursive read lock acquisitions not allowed in this mode.";
543         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.";
544         public const string SynchronizationLockException_MisMatchedWrite = "The write lock is being released without being held.";
545         public const string LockRecursionException_UpgradeAfterReadNotAllowed = "Upgradeable lock may not be acquired with read lock held.";
546         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.";
547         public const string SynchronizationLockException_MisMatchedUpgrade = "The upgradeable lock is being released without being held.";
548         public const string SynchronizationLockException_MisMatchedRead = "The read lock is being released without being held.";
549         public const string InvalidOperation_TimeoutsNotSupported = "Timeouts are not supported on this stream.";
550         public const string NotSupported_UnreadableStream = "Stream does not support reading.";
551         public const string NotSupported_UnwritableStream = "Stream does not support writing.";
552         public const string ObjectDisposed_StreamClosed = "Cannot access a closed Stream.";
553         public const string NotSupported_SubclassOverride = "Derived classes must provide an implementation.";
554         public const string InvalidOperation_NoPublicRemoveMethod = "Cannot remove the event handler since no public remove method exists for the event.";
555         public const string InvalidOperation_NoPublicAddMethod = "Cannot add the event handler since no public add method exists for the event.";
556         public const string SerializationException = "Serialization error.";
557         public const string Serialization_NotFound = "Member '{0}' was not found.";
558         public const string Serialization_OptionalFieldVersionValue = "Version value must be positive.";
559         public const string Serialization_SameNameTwice = "Cannot add the same member twice to a SerializationInfo object.";
560         public const string NotSupported_AbstractNonCLS = "This non-CLS method is not implemented.";
561         public const string NotSupported_NoTypeInfo = "Cannot resolve {0} to a TypeInfo object.";
562         public const string Arg_CustomAttributeFormatException = "Binary format of the specified custom attribute was invalid.";
563         public const string Argument_InvalidMemberForNamedArgument = "The member must be either a field or a property.";
564         public const string Arg_InvalidFilterCriteriaException = "Specified filter criteria was invalid.";
565         public const string Arg_ParmArraySize = "Must specify one or more parameters.";
566         public const string Arg_MustBePointer = "Type must be a Pointer.";
567         public const string Arg_InvalidHandle = "Invalid handle.";
568         public const string Argument_InvalidEnum = "The Enum type should contain one and only one instance field.";
569         public const string Argument_MustHaveAttributeBaseClass = "Type passed in must be derived from System.Attribute or System.Attribute itself.";
570         public const string InvalidFilterCriteriaException_CritString = "A String must be provided for the filter criteria.";
571         public const string InvalidFilterCriteriaException_CritInt = "An Int32 must be provided for the filter criteria.";
572         public const string InvalidOperation_NotSupportedOnWinRTEvent = "Adding or removing event handlers dynamically is not supported on WinRT events.";
573         public const string PlatformNotSupported_ReflectionOnly = "ReflectionOnly loading is not supported on this platform.";
574         public const string PlatformNotSupported_OSXFileLocking = "Locking/unlocking file regions is not supported on this platform. Use FileShare on the entire file instead.";
575         public const string MissingMember_Name = "Member '{0}' not found.";
576         public const string MissingMethod_Name = "Method '{0}' not found.";
577         public const string MissingField_Name = "Field '{0}' not found.";
578         public const string Format_StringZeroLength = "String cannot have zero length.";
579         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.";
580         public const string Security_InvalidAssemblyPublicKey = "Invalid assembly public key.";
581         public const string Security_RegistryPermission = "Requested registry access is not allowed.";
582         public const string ClassLoad_General = "Could not load type '{0}' from assembly '{1}'.";
583         public const string ClassLoad_RankTooLarge = "'{0}' from assembly '{1}' has too many dimensions.";
584         public const string ClassLoad_ExplicitGeneric = "Could not load type '{0}' from assembly '{1}' because generic types cannot have explicit layout.";
585         public const string ClassLoad_BadFormat = "Could not load type '{0}' from assembly '{1}' because the format is invalid.";
586         public const string ClassLoad_ValueClassTooLarge = "Array of type '{0}' from assembly '{1}' cannot be created because base value type is too large.";
587         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.";
588         public const string EE_MissingMethod = "Method not found: '{0}'.";
589         public const string EE_MissingField = "Field not found: '{0}'.";
590         public const string UnauthorizedAccess_RegistryKeyGeneric_Key = "Access to the registry key '{0}' is denied.";
591         public const string UnknownError_Num = "Unknown error '{0}'.";
592         public const string Argument_NeedStructWithNoRefs = "The specified Type must be a struct containing no references.";
593         public const string ArgumentNull_Buffer = "Buffer cannot be null.";
594         public const string ArgumentOutOfRange_AddressSpace = "The number of bytes cannot exceed the virtual address space on a 32 bit machine.";
595         public const string ArgumentOutOfRange_UIntPtrMaxMinusOne = "The length of the buffer must be less than the maximum UIntPtr value for your platform.";
596         public const string Arg_BufferTooSmall = "Not enough space available in the buffer.";
597         public const string InvalidOperation_MustCallInitialize = "You must call Initialize on this object instance before using it.";
598         public const string ArgumentException_BufferNotFromPool = "The buffer is not associated with this pool and may not be returned to it.";
599         public const string Argument_InvalidSafeBufferOffLen = "Offset and length were greater than the size of the SafeBuffer.";
600         public const string Argument_InvalidSeekOrigin = "Invalid seek origin.";
601         public const string Argument_NotEnoughBytesToRead = "There are not enough bytes remaining in the accessor to read at this position.";
602         public const string Argument_NotEnoughBytesToWrite = "There are not enough bytes remaining in the accessor to write at this position.";
603         public const string Argument_OffsetAndCapacityOutOfBounds = "Offset and capacity were greater than the size of the view.";
604         public const string ArgumentOutOfRange_UnmanagedMemStreamLength = "UnmanagedMemoryStream length must be non-negative and less than 2^63 - 1 - baseAddress.";
605         public const string Argument_UnmanagedMemAccessorWrapAround = "The UnmanagedMemoryAccessor capacity and offset would wrap around the high end of the address space.";
606         public const string ArgumentOutOfRange_StreamLength = "Stream length must be non-negative and less than 2^31 - 1 - origin.";
607         public const string ArgumentOutOfRange_UnmanagedMemStreamWrapAround = "The UnmanagedMemoryStream capacity would wrap around the high end of the address space.";
608         public const string InvalidOperation_CalledTwice = "The method cannot be called twice on the same instance.";
609         public const string IO_FixedCapacity = "Unable to expand length of this stream beyond its capacity.";
610         public const string IO_SeekBeforeBegin = "An attempt was made to move the position before the beginning of the stream.";
611         public const string IO_StreamTooLong = "Stream was too long.";
612         public const string Arg_BadDecimal = "Read an invalid decimal value from the buffer.";
613         public const string NotSupported_Reading = "Accessor does not support reading.";
614         public const string NotSupported_UmsSafeBuffer = "This operation is not supported for an UnmanagedMemoryStream created from a SafeBuffer.";
615         public const string NotSupported_Writing = "Accessor does not support writing.";
616         public const string NotSupported_UnseekableStream = "Stream does not support seeking.";
617         public const string IndexOutOfRange_UMSPosition = "Unmanaged memory stream position was beyond the capacity of the stream.";
618         public const string ObjectDisposed_StreamIsClosed = "Cannot access a closed Stream.";
619         public const string ObjectDisposed_ViewAccessorClosed = "Cannot access a closed accessor.";
620         public const string ArgumentOutOfRange_PositionLessThanCapacityRequired = "The position may not be greater or equal to the capacity of the accessor.";
621         public const string IO_EOF_ReadBeyondEOF = "Unable to read beyond the end of the stream.";
622         public const string Arg_EndOfStreamException = "Attempted to read past the end of the stream.";
623         public const string ObjectDisposed_FileClosed = "Cannot access a closed file.";
624         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\\\".";
625         public const string ArgumentOutOfRange_FileLengthTooBig = "Specified file length was too large for the file system.";
626         public const string Argument_InvalidHandle = "'handle' has been disposed or is an invalid handle.";
627         public const string Argument_AlreadyBoundOrSyncHandle = "'handle' has already been bound to the thread pool, or was not opened for asynchronous I/O.";
628         public const string Argument_PreAllocatedAlreadyAllocated = "'preAllocated' is already in use.";
629         public const string Argument_NativeOverlappedAlreadyFree = "'overlapped' has already been freed.";
630         public const string Argument_NativeOverlappedWrongBoundHandle = "'overlapped' was not allocated by this ThreadPoolBoundHandle instance.";
631         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).";
632         public const string ArgumentNull_Path = "Path cannot be null.";
633         public const string Argument_EmptyPath = "Empty path name is not legal.";
634         public const string Argument_InvalidFileModeAndAccessCombo = "Combining FileMode: {0} with FileAccess: {1} is invalid.";
635         public const string Argument_InvalidAppendMode = "Append access can be requested only in write-only mode.";
636         public const string IO_UnknownFileName = "[Unknown]";
637         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.";
638         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.";
639         public const string IO_BindHandleFailed = "BindHandle for ThreadPool failed on this handle.";
640         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).";
641         public const string IO_SetLengthAppendTruncate = "Unable to truncate data that previously existed in a file opened in Append mode.";
642         public const string IO_SeekAppendOverwrite = "Unable seek backward to overwrite data that previously existed in a file opened in Append mode.";
643         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.";
644         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.";
645         public const string Arg_ResourceFileUnsupportedVersion = "The ResourceReader class does not know how to read this version of .resources files.";
646         public const string Resources_StreamNotValid = "Stream is not a valid resource file.";
647         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.";
648         public const string Argument_StreamNotReadable = "Stream was not readable.";
649         public const string BadImageFormat_NegativeStringLength = "Corrupt .resources file. String length must be non-negative.";
650         public const string BadImageFormat_ResourcesNameInvalidOffset = "Corrupt .resources file. The Invalid offset into name section is .";
651         public const string BadImageFormat_TypeMismatch = "Corrupt .resources file.  The specified type doesn't match the available data in the stream.";
652         public const string BadImageFormat_ResourceNameCorrupted_NameIndex = "Corrupt .resources file. The resource name for name index that extends past the end of the stream is ";
653         public const string BadImageFormat_ResourcesDataInvalidOffset = "Corrupt .resources file. Invalid offset  into data section is ";
654         public const string Format_Bad7BitInt32 = "Too many bytes in what should have been a 7 bit encoded Int32.";
655         public const string BadImageFormat_InvalidType = "Corrupt .resources file.  The specified type doesn't exist.";
656         public const string ResourceReaderIsClosed = "ResourceReader is closed.";
657         public const string Arg_MissingManifestResourceException = "Unable to find manifest resource.";
658         public const string Serialization_MissingKeys = "The keys for this dictionary are missing.";
659         public const string Serialization_NullKey = "One of the serialized keys is null.";
660         public const string NotSupported_KeyCollectionSet = "Mutating a key collection derived from a dictionary is not allowed.";
661         public const string NotSupported_ValueCollectionSet = "Mutating a value collection derived from a dictionary is not allowed.";
662         public const string IO_IO_StreamTooLong = "Stream was too long.";
663         public const string UnauthorizedAccess_MemStreamBuffer = "MemoryStream's internal buffer cannot be accessed.";
664         public const string NotSupported_MemStreamNotExpandable = "Memory stream is not expandable.";
665         public const string IO_IO_SeekBeforeBegin = "An attempt was made to move the position before the beginning of the stream.";
666         public const string ArgumentNull_Stream = "Stream cannot be null.";
667         public const string IO_IO_InvalidStringLen_Len = "BinaryReader encountered an invalid string length of {0} characters.";
668         public const string ArgumentOutOfRange_BinaryReaderFillBuffer = "The number of bytes requested does not fit into BinaryReader's internal buffer.";
669         public const string Serialization_InsufficientDeserializationState = "Insufficient state to deserialize the object. Missing field '{0}'.";
670         public const string NotSupported_UnitySerHolder = "The UnitySerializationHolder object is designed to transmit information about other types and is not serializable itself.";
671         public const string Serialization_UnableToFindModule = "The given module {0} cannot be found within the assembly {1}.";
672         public const string Argument_InvalidUnity = "Invalid Unity type.";
673         public const string InvalidOperation_InvalidHandle = "The handle is invalid.";
674         public const string PlatformNotSupported_NamedSynchronizationPrimitives = "The named version of this synchronization primitive is not supported on this platform.";
675         public const string InvalidOperation_EmptyQueue = "Queue empty.";
676         public const string Overflow_MutexReacquireCount = "The current thread attempted to reacquire a mutex that has reached its maximum acquire count.";
677         public const string Serialization_InsufficientState = "Insufficient state to return the real object.";
678         public const string Serialization_UnknownMember = "Cannot get the member '{0}'.";
679         public const string Serialization_NullSignature = "The method signature cannot be null.";
680         public const string Serialization_MemberTypeNotRecognized = "Unknown member type.";
681         public const string Serialization_BadParameterInfo = "Non existent ParameterInfo. Position bigger than member's parameters length.";
682         public const string Serialization_NoParameterInfo = "Serialized member does not have a ParameterInfo.";
683         public const string ArgumentNull_Assembly = "Assembly cannot be null.";
684         public const string Arg_InvalidNeutralResourcesLanguage_Asm_Culture = "The NeutralResourcesLanguageAttribute on the assembly \"{0}\" specifies an invalid culture name: \"{1}\".";
685         public const string Arg_InvalidNeutralResourcesLanguage_FallbackLoc = "The NeutralResourcesLanguageAttribute specifies an invalid or unrecognized ultimate resource fallback location: \"{0}\".";
686         public const string Arg_InvalidSatelliteContract_Asm_Ver = "Satellite contract version attribute on the assembly '{0}' specifies an invalid version: {1}.";
687         public const string Arg_ResMgrNotResSet = "Type parameter must refer to a subclass of ResourceSet.";
688         public const string BadImageFormat_ResourceNameCorrupted = "Corrupt .resources file. A resource name extends past the end of the stream.";
689         public const string BadImageFormat_ResourcesNameTooLong = "Corrupt .resources file. Resource name extends past the end of the file.";
690         public const string InvalidOperation_ResMgrBadResSet_Type = "'{0}': ResourceSet derived classes must provide a constructor that takes a String file name and a constructor that takes a Stream.";
691         public const string InvalidOperation_ResourceNotStream_Name = "Resource '{0}' was not a Stream - call GetObject instead.";
692         public const string MissingManifestResource_MultipleBlobs = "A case-insensitive lookup for resource file \"{0}\" in assembly \"{1}\" found multiple entries. Remove the duplicates or specify the exact case.";
693         public const string MissingManifestResource_NoNeutralAsm = "Could not find any resources appropriate for the specified culture or the neutral culture.  Make sure \"{0}\" was correctly embedded or linked into assembly \"{1}\" at compile time, or that all the satellite assemblies required are loadable and fully signed.";
694         public const string MissingManifestResource_NoNeutralDisk = "Could not find any resources appropriate for the specified culture (or the neutral culture) on disk.";
695         public const string MissingManifestResource_NoPRIresources = "Unable to open Package Resource Index.";
696         public const string MissingManifestResource_ResWFileNotLoaded = "Unable to load resources for resource file \"{0}\" in package \"{1}\".";
697         public const string MissingSatelliteAssembly_Culture_Name = "The satellite assembly named \"{1}\" for fallback culture \"{0}\" either could not be found or could not be loaded. This is generally a setup problem. Please consider reinstalling or repairing the application.";
698         public const string MissingSatelliteAssembly_Default = "Resource lookup fell back to the ultimate fallback resources in a satellite assembly, but that satellite either was not found or could not be loaded. Please consider reinstalling or repairing the application.";
699         public const string NotSupported_ObsoleteResourcesFile = "Found an obsolete .resources file in assembly '{0}'. Rebuild that .resources file then rebuild that assembly.";
700         public const string NotSupported_ResourceObjectSerialization = "Cannot read resources that depend on serialization.";
701         public const string ObjectDisposed_ResourceSet = "Cannot access a closed resource set.";
702         public const string Arg_ResourceNameNotExist = "The specified resource name \"{0}\" does not exist in the resource file.";
703         public const string BadImageFormat_ResourceDataLengthInvalid = "Corrupt .resources file.  The specified data length '{0}' is not a valid position in the stream.";
704         public const string BadImageFormat_ResourcesIndexTooLong = "Corrupt .resources file. String for name index '{0}' extends past the end of the file.";
705         public const string InvalidOperation_ResourceNotString_Name = "Resource '{0}' was not a String - call GetObject instead.";
706         public const string InvalidOperation_ResourceNotString_Type = "Resource was of type '{0}' instead of String - call GetObject instead.";
707         public const string NotSupported_WrongResourceReader_Type = "This .resources file should not be read with this reader. The resource reader type is \"{0}\".";
708         public const string Arg_MustBeDelegate = "Type must derive from Delegate.";
709         public const string NotSupported_GlobalMethodSerialization = "Serialization of global methods (including implicit serialization via the use of asynchronous delegates) is not supported.";
710         public const string NotSupported_DelegateSerHolderSerial = "DelegateSerializationHolder objects are designed to represent a delegate during serialization and are not serializable themselves.";
711         public const string DelegateSer_InsufficientMetadata = "The delegate cannot be serialized properly due to missing metadata for the target method.";
712         public const string Argument_NoUninitializedStrings = "Uninitialized Strings cannot be created.";
713         public const string ArgumentOutOfRangeException_NoGCRegionSizeTooLarge = "totalSize is too large. For more information about setting the maximum size, see \\\"Latency Modes\\\" in http://go.microsoft.com/fwlink/?LinkId=522706.";
714         public const string InvalidOperationException_AlreadyInNoGCRegion = "The NoGCRegion mode was already in progress.";
715         public const string InvalidOperationException_NoGCRegionAllocationExceeded = "Allocated memory exceeds specified memory for NoGCRegion mode.";
716         public const string InvalidOperationException_NoGCRegionInduced = "Garbage collection was induced in NoGCRegion mode.";
717         public const string InvalidOperationException_NoGCRegionNotInProgress = "NoGCRegion mode must be set.";
718         public const string InvalidOperationException_SetLatencyModeNoGC = "The NoGCRegion mode is in progress. End it and then set a different mode.";
719         public const string InvalidOperation_NotWithConcurrentGC = "This API is not available when the concurrent GC is enabled.";
720         public const string ThreadState_AlreadyStarted = "Thread is running or terminated; it cannot restart.";
721         public const string ThreadState_Dead_Priority = "Thread is dead; priority cannot be accessed.";
722         public const string ThreadState_Dead_State = "Thread is dead; state cannot be accessed.";
723         public const string ThreadState_NotStarted = "Thread has not been started.";
724         public const string ThreadState_SetPriorityFailed = "Unable to set thread priority.";
725         public const string Serialization_InvalidFieldState = "Object fields may not be properly initialized.";
726         public const string Acc_CreateAbst = "Cannot create an abstract class.";
727         public const string Acc_CreateGeneric = "Cannot create a type for which Type.ContainsGenericParameters is true.";
728         public const string Argument_InvalidValue = "Value was invalid.";
729         public const string NotSupported_ManagedActivation = "Cannot create uninitialized instances of types requiring managed activation.";
730         public const string PlatformNotSupported_ResourceManager_ResWFileUnsupportedMethod = "ResourceManager method '{0}' is not supported when reading from .resw resource files.";
731         public const string PlatformNotSupported_ResourceManager_ResWFileUnsupportedProperty = "ResourceManager property '{0}' is not supported when reading from .resw resource files.";
732         public const string Serialization_NonSerType = "Type '{0}' in Assembly '{1}' is not marked as serializable.";
733         public const string InvalidCast_DBNull = "Object cannot be cast to DBNull.";
734         public const string NotSupported_NYI = "This feature is not currently implemented.";
735         public const string Delegate_GarbageCollected = "The corresponding delegate has been garbage collected. Please make sure the delegate is still referenced by managed code when you are using the marshalled native function pointer.";
736         public const string Arg_AmbiguousMatchException = "Ambiguous match found.";
737         public const string NotSupported_ChangeType = "ChangeType operation is not supported.";
738         public const string Arg_EmptyArray = "Array may not be empty.";
739         public const string MissingMember = "Member not found.";
740         public const string MissingField = "Field not found.";
741         public const string InvalidCast_FromDBNull = "Object cannot be cast from DBNull to other types.";
742         public const string NotSupported_DBNullSerial = "Only one DBNull instance may exist, and calls to DBNull deserialization methods are not allowed.";
743         public const string Serialization_StringBuilderCapacity = "The serialized Capacity property of StringBuilder must be positive, less than or equal to MaxCapacity and greater than or equal to the String length.";
744         public const string Serialization_StringBuilderMaxCapacity = "The serialized MaxCapacity property of StringBuilder must be positive and greater than or equal to the String length.";
745         public const string PlatformNotSupported_Remoting = "Remoting is not supported on this platform.";
746         public const string PlatformNotSupported_StrongNameSigning = "Strong-name signing is not supported on this platform.";
747         public const string Serialization_MissingDateTimeData = "Invalid serialized DateTime data. Unable to find 'ticks' or 'dateData'.";
748         public const string Serialization_DateTimeTicksOutOfRange = "Invalid serialized DateTime data. Ticks must be between DateTime.MinValue.Ticks and DateTime.MaxValue.Ticks.";
749         public const string Arg_InvalidANSIString = "The ANSI string passed in could not be converted from the default ANSI code page to Unicode.";
750         public const string Arg_ExpectedNulTermination = "The value passed was not NUL terminated.";
751         public const string PlatformNotSupported_ArgIterator = "ArgIterator is not supported on this platform.";
752         public const string Arg_TypeUnloadedException = "Type had been unloaded.";
753         public const string Overflow_Currency = "Value was either too large or too small for a Currency.";
754         public const string PlatformNotSupported_SecureBinarySerialization = "Secure binary serialization is not supported on this platform.";
755         public const string Serialization_InvalidPtrValue = "An IntPtr or UIntPtr with an eight byte value cannot be deserialized on a machine with a four byte word size.";
756         public const string EventSource_ListenerNotFound = "Listener not found.";
757         public const string EventSource_ToString = "EventSource({0}, {1})";
758         public const string EventSource_ImplementGetMetadata = "Please implement the GetMetadata method in your derived class";
759         public const string EventSource_NeedGuid = "The Guid of an EventSource must be non zero.";
760         public const string EventSource_NeedName = "The name of an EventSource must not be null.";
761         public const string EventSource_NeedDescriptors = "The descriptor of an EventSource must be non-null.";
762         public const string EventSource_NeedManifest = "The manifest of an EventSource must be non-null.";
763         public const string EventSource_EventSourceGuidInUse = "An instance of EventSource with Guid {0} already exists.";
764         public const string EventSource_ListenerWriteFailure = "An error occurred when writing to a listener.";
765         public const string EventSource_NoManifest = "A manifest could not be generated for this EventSource because it contains one or more ill-formed event methods.";
766         public const string Argument_StreamNotWritable = "Stream was not writable.";
767         public const string Arg_SurrogatesNotAllowedAsSingleChar = "Unicode surrogate characters must be written out as pairs together in the same call, not individually. Consider passing in a character array instead.";
768         public const string CustomAttributeFormat_InvalidFieldFail = "'{0}' field specified was not found.";
769         public const string CustomAttributeFormat_InvalidPropertyFail = "'{0}' property specified was not found.";
770         public const string NotSupported_CannotCallEqualsOnSpan = "Equals() on Span and ReadOnlySpan is not supported. Use operator== instead.";
771         public const string NotSupported_CannotCallGetHashCodeOnSpan = "GetHashCode() on Span and ReadOnlySpan is not supported.";
772         public const string Argument_DestinationTooShort = "Destination is too short.";
773         public const string Argument_InvalidTypeWithPointersNotSupported = "Cannot use type '{0}'. Only value types without pointers or references are supported.";
774         public const string ArrayTypeMismatch_ConstrainedCopy = "Array.ConstrainedCopy will only work on array types that are provably compatible, without any form of boxing, unboxing, widening, or casting of each array element.  Change the array types (i.e., copy a Derived[] to a Base[]), or use a mitigation strategy in the CER for Array.Copy's less powerful reliability contract, such as cloning the array or throwing away the potentially corrupt destination array.";
775         public const string Arg_DllNotFoundException = "Dll was not found.";
776         public const string Arg_DllNotFoundExceptionParameterized = "Unable to load DLL '{0}': The specified module could not be found.";
777         public const string WrongSizeArrayInNStruct = "Type could not be marshaled because the length of an embedded array instance does not match the declared length in the layout.";
778         public const string Arg_InteropMarshalUnmappableChar = "Cannot marshal: Encountered unmappable character.";
779         public const string Arg_MarshalDirectiveException = "Marshaling directives are invalid.";
780         public const string BlockingCollection_Add_ConcurrentCompleteAdd = "CompleteAdding may not be used concurrently with additions to the collection.";
781         public const string BlockingCollection_Add_Failed = "The underlying collection didn't accept the item.";
782         public const string BlockingCollection_CantAddAnyWhenCompleted = "At least one of the specified collections is marked as complete with regards to additions.";
783         public const string BlockingCollection_CantTakeAnyWhenAllDone = "All collections are marked as complete with regards to additions.";
784         public const string BlockingCollection_CantTakeWhenDone = "The collection argument is empty and has been marked as complete with regards to additions.";
785         public const string BlockingCollection_Completed = "The collection has been marked as complete with regards to additions.";
786         public const string BlockingCollection_CopyTo_IncorrectType = "The array argument is of the incorrect type.";
787         public const string BlockingCollection_CopyTo_MultiDim = "The array argument is multidimensional.";
788         public const string BlockingCollection_CopyTo_NonNegative = "The index argument must be greater than or equal zero.";
789         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.";
790         public const string BlockingCollection_ctor_BoundedCapacityRange = "The boundedCapacity argument must be positive.";
791         public const string BlockingCollection_ctor_CountMoreThanCapacity = "The collection argument contains more items than are allowed by the boundedCapacity.";
792         public const string BlockingCollection_Disposed = "The collection has been disposed.";
793         public const string BlockingCollection_Take_CollectionModified = "The underlying collection was modified from outside of the BlockingCollection<T>.";
794         public const string BlockingCollection_TimeoutInvalid = "The specified timeout must represent a value between -1 and {0}, inclusive.";
795         public const string BlockingCollection_ValidateCollectionsArray_DispElems = "The collections argument contains at least one disposed element.";
796         public const string BlockingCollection_ValidateCollectionsArray_LargeSize = "The collections length is greater than the supported range for 32 bit machine.";
797         public const string BlockingCollection_ValidateCollectionsArray_NullElems = "The collections argument contains at least one null element.";
798         public const string BlockingCollection_ValidateCollectionsArray_ZeroSize = "The collections argument is a zero-length array.";
799         public const string Common_OperationCanceled = "The operation was canceled.";
800         public const string ConcurrentBag_Ctor_ArgumentNullException = "The collection argument is null.";
801         public const string ConcurrentBag_CopyTo_ArgumentNullException = "The array argument is null.";
802         public const string Collection_CopyTo_ArgumentOutOfRangeException = "The index argument must be greater than or equal zero.";
803         public const string ConcurrentCollection_SyncRoot_NotSupported = "The SyncRoot property may not be used for the synchronization of concurrent collections.";
804         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.";
805         public const string ConcurrentDictionary_SourceContainsDuplicateKeys = "The source argument contains duplicate keys.";
806         public const string ConcurrentDictionary_ConcurrencyLevelMustBePositive = "The concurrencyLevel argument must be positive.";
807         public const string ConcurrentDictionary_CapacityMustNotBeNegative = "The capacity argument must be greater than or equal to zero.";
808         public const string ConcurrentDictionary_IndexIsNegative = "The index argument is less than zero.";
809         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.";
810         public const string ConcurrentDictionary_KeyAlreadyExisted = "The key already existed in the dictionary.";
811         public const string ConcurrentDictionary_ItemKeyIsNull = "TKey is a reference type and item.Key is null.";
812         public const string ConcurrentDictionary_TypeOfKeyIncorrect = "The key was of an incorrect type for this dictionary.";
813         public const string ConcurrentDictionary_TypeOfValueIncorrect = "The value was of an incorrect type for this dictionary.";
814         public const string ConcurrentStack_PushPopRange_CountOutOfRange = "The count argument must be greater than or equal to zero.";
815         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.";
816         public const string ConcurrentStack_PushPopRange_StartOutOfRange = "The startIndex argument must be greater than or equal to zero.";
817         public const string Partitioner_DynamicPartitionsNotSupported = "Dynamic partitions are not supported by this partitioner.";
818         public const string PartitionerStatic_CanNotCallGetEnumeratorAfterSourceHasBeenDisposed = "Can not call GetEnumerator on partitions after the source enumerable is disposed";
819         public const string PartitionerStatic_CurrentCalledBeforeMoveNext = "MoveNext must be called at least once before calling Current.";
820         public const string ConcurrentBag_Enumerator_EnumerationNotStartedOrAlreadyFinished = "Enumeration has either not started or has already finished.";
821         public const string ArrayTypeMustBeExactMatch = "The array type must be exactly {0}.";
822         public const string CannotCallEqualsOnSpan = "Equals() on Span and ReadOnlySpan is not supported. Use operator== instead.";
823         public const string CannotCallGetHashCodeOnSpan = "GetHashCode() on Span and ReadOnlySpan is not supported.";
824 }