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