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