Add resources for some referencesource projects
[mono.git] / mcs / class / referencesource / mscorlib / mscorlib.txt
1 ;==++==
2 ;
3 ;   Copyright (c) Microsoft Corporation.  All rights reserved.
4 ;
5 ;==--==
6 ;
7 ; These are the managed resources for mscorlib.dll.
8 ; See those first three bytes in the file?  This is in UTF-8.  Leave the
9 ; Unicode byte order mark (U+FEFF) written in UTF-8 at the start of this file.
10
11 ; For resource info, see the ResourceManager documentation and the ResGen tool,
12 ; which is a managed app using ResourceWriter.
13 ; ResGen now supports C++ & C# style #ifdef's, like #ifndef FOO and #if BAR
14
15 ; The naming scheme is: [Namespace.] ExceptionName _ Reason
16 ; We'll suppress "System." where possible.
17 ; Examples:
18 ; Argument_Null
19 ; Reflection.TargetInvokation_someReason
20
21 ; Usage Notes:
22 ; * Keep exceptions in alphabetical order by package
23 ; * A single space may exist on either side of the equal sign.
24 ; * Follow the naming conventions.
25 ; * Any lines starting with a '#' or ';' are ignored
26 ; * Equal signs aren't legal characters for keys, but may occur in values.
27 ; * Correctly punctuate all sentences. Most resources should end in a period.
28 ;       Remember, your mother will probably read some of these messages.
29 ; * You may use " (quote), \n and \t. Use \\ for a single '\' character.
30 ; * String inserts work.  i.e., BadNumber_File = Wrong number in file "{0}".
31
32 ; Real words, used by code like Environment.StackTrace
33 #if INCLUDE_RUNTIME
34 Word_At = at
35 StackTrace_InFileLineNumber = in {0}:line {1}
36 UnknownError_Num = Unknown error "{0}".
37 AllocatedFrom = Allocated from:
38
39 ; Note this one is special, used as a divider between stack traces!
40 Exception_EndOfInnerExceptionStack = --- End of inner exception stack trace ---
41 Exception_WasThrown = Exception of type '{0}' was thrown.
42
43 ; The following are used in the implementation of ExceptionDispatchInfo
44 Exception_EndStackTraceFromPreviousThrow = --- End of stack trace from previous location where exception was thrown ---
45
46 Arg_ParamName_Name = Parameter name: {0}
47 ArgumentOutOfRange_ActualValue = Actual value was {0}.
48
49 #if PLATFORM_UNIX
50 NoDebugResources = [{0}]\nArguments: {1}\nDebugging resource strings are unavailable. Often the key and arguments provide sufficient information to diagnose the problem. See http://go.microsoft.com/fwlink/?linkid=106663&Version={2}&File={3}&Key={4}
51 #endif
52 #if !PLATFORM_UNIX
53 NoDebugResources = [{0}]\r\nArguments: {1}\r\nDebugging resource strings are unavailable. Often the key and arguments provide sufficient information to diagnose the problem. See http://go.microsoft.com/fwlink/?linkid=106663&Version={2}&File={3}&Key={4}
54 #endif // PLATFORM_UNIX else
55 #endif // INCLUDE_RUNTIME
56
57 #if !FEATURE_CORECLR
58 UnknownError = Unknown error.
59 #endif // !FEATURE_CORECLR
60
61 #if INCLUDE_DEBUG
62
63 ; For code contracts
64 AssumptionFailed = Assumption failed.
65 AssumptionFailed_Cnd = Assumption failed: {0}
66 AssertionFailed = Assertion failed.
67 AssertionFailed_Cnd = Assertion failed: {0}
68 PreconditionFailed = Precondition failed.
69 PreconditionFailed_Cnd = Precondition failed: {0}
70 PostconditionFailed = Postcondition failed.
71 PostconditionFailed_Cnd = Postcondition failed: {0}
72 PostconditionOnExceptionFailed = Postcondition failed after throwing an exception.
73 PostconditionOnExceptionFailed_Cnd = Postcondition failed after throwing an exception: {0}
74 InvariantFailed = Invariant failed.
75 InvariantFailed_Cnd = Invariant failed: {0}
76 #if PLATFORM_UNIX
77 StackTrace_Stack = Stack trace: \n{0}
78 #endif
79 #if !PLATFORM_UNIX
80 StackTrace_Stack = Stack trace: \r\n{0}
81 #endif // PLATFORM_UNIX else
82 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.
83
84 ; Access Control
85 #if FEATURE_MACL
86 AccessControl_MustSpecifyContainerAcl = The named parameter must be a container ACL.
87 AccessControl_MustSpecifyLeafObjectAcl = The named parameter must be a non-container ACL.
88 AccessControl_AclTooLong = Length of the access control list exceed the allowed maximum.
89 AccessControl_MustSpecifyDirectoryObjectAcl = The named parameter must be a directory-object ACL.
90 AccessControl_MustSpecifyNonDirectoryObjectAcl = The named parameter must be a non-directory-object ACL.
91 AccessControl_InvalidSecurityDescriptorRevision = Security descriptor with revision other than '1' are not legal.
92 AccessControl_InvalidSecurityDescriptorSelfRelativeForm = Security descriptor must be in the self-relative form.
93 AccessControl_NoAssociatedSecurity = Unable to perform a security operation on an object that has no associated security. This can happen when trying to get an ACL of an anonymous kernel object.
94 AccessControl_InvalidHandle = The supplied handle is invalid. This can happen when trying to set an ACL on an anonymous kernel object.
95 AccessControl_UnexpectedError = Method failed with unexpected error code {0}.
96 AccessControl_InvalidSidInSDDLString = The SDDL string contains an invalid sid or a sid that cannot be translated.
97 AccessControl_InvalidOwner = The security identifier is not allowed to be the owner of this object.
98 AccessControl_InvalidGroup = The security identifier is not allowed to be the primary group of this object.
99 AccessControl_InvalidAccessRuleType = The access rule is not the correct type.
100 AccessControl_InvalidAuditRuleType = The audit rule is not the correct type.
101 #endif  // FEATURE_MACL
102
103 ; Identity Reference Library
104 #if FEATURE_IDENTITY_REFERENCE
105 IdentityReference_IdentityNotMapped = Some or all identity references could not be translated.
106 IdentityReference_MustBeIdentityReference = The targetType parameter must be of IdentityReference type.
107 IdentityReference_AccountNameTooLong = Account name is too long.
108 IdentityReference_DomainNameTooLong = Domain name is too long.
109 IdentityReference_InvalidNumberOfSubauthorities = The number of sub-authorities must not exceed {0}.
110 IdentityReference_IdentifierAuthorityTooLarge = The size of the identifier authority must not exceed 6 bytes.
111 IdentityReference_InvalidSidRevision = SIDs with revision other than '1' are not supported.
112 IdentityReference_CannotCreateLogonIdsSid = Well-known SIDs of type LogonIdsSid cannot be created.
113 IdentityReference_DomainSidRequired = The domainSid parameter must be specified for creating well-known SID of type {0}.
114 IdentityReference_NotAWindowsDomain = The domainSid parameter is not a valid Windows domain SID.
115 #endif // FEATURE_IDENTITY_REFERENCE
116
117 ; AccessException
118 Acc_CreateGeneric = Cannot create a type for which Type.ContainsGenericParameters is true.
119 Acc_CreateAbst = Cannot create an abstract class.
120 Acc_CreateInterface = Cannot create an instance of an interface.
121 Acc_NotClassInit = Type initializer was not callable.
122 Acc_CreateGenericEx = Cannot create an instance of {0} because Type.ContainsGenericParameters is true.
123 Acc_CreateArgIterator = Cannot dynamically create an instance of ArgIterator.
124 Acc_CreateAbstEx = Cannot create an instance of {0} because it is an abstract class.
125 Acc_CreateInterfaceEx = Cannot create an instance of {0} because it is an interface.
126 Acc_CreateVoid = Cannot dynamically create an instance of System.Void.
127 Acc_ReadOnly = Cannot set a constant field.
128 Acc_RvaStatic = SkipVerification permission is needed to modify an image-based (RVA) static field.
129 Access_Void = Cannot create an instance of void.
130
131 ; ArgumentException
132 Arg_TypedReference_Null = The TypedReference must be initialized.
133 Argument_AddingDuplicate__ = Item has already been added. Key in dictionary: '{0}'  Key being added: '{1}'
134 Argument_AddingDuplicate = An item with the same key has already been added.
135 Argument_MethodDeclaringTypeGenericLcg = Method '{0}' has a generic declaring type '{1}'. Explicitly provide the declaring type to GetTokenFor. 
136 Argument_MethodDeclaringTypeGeneric = Cannot resolve method {0} because the declaring type of the method handle {1} is generic. Explicitly provide the declaring type to GetMethodFromHandle. 
137 Argument_FieldDeclaringTypeGeneric = Cannot resolve field {0} because the declaring type of the field handle {1} is generic. Explicitly provide the declaring type to GetFieldFromHandle.
138 Argument_ApplicationTrustShouldHaveIdentity = An ApplicationTrust must have an application identity before it can be persisted.
139 Argument_ConversionOverflow = Conversion buffer overflow.
140 Argument_CodepageNotSupported = {0} is not a supported code page.
141 Argument_CultureNotSupported = Culture is not supported.
142 Argument_CultureInvalidIdentifier = {0} is an invalid culture identifier.
143 Argument_OneOfCulturesNotSupported = Culture name {0} or {1} is not supported.
144 Argument_CultureIetfNotSupported = Culture IETF Name {0} is not a recognized IETF name.
145 Argument_CultureIsNeutral = Culture ID {0} (0x{0:X4}) is a neutral culture; a region cannot be created from it.
146 Argument_InvalidNeutralRegionName = The region name {0} should not correspond to neutral culture; a specific culture name is required.
147 Argument_InvalidGenericInstArray = Generic arguments must be provided for each generic parameter and each generic argument must be a RuntimeType.
148 Argument_GenericArgsCount = The number of generic arguments provided doesn't equal the arity of the generic type definition.
149 Argument_CultureInvalidFormat = Culture '{0}' is a neutral culture. It cannot be used in formatting and parsing and therefore cannot be set as the thread's current culture.
150 Argument_CompareOptionOrdinal = CompareOption.Ordinal cannot be used with other options.
151 Argument_CustomCultureCannotBePassedByNumber = Customized cultures cannot be passed by LCID, only by name.
152 Argument_EncodingConversionOverflowChars = The output char buffer is too small to contain the decoded characters, encoding '{0}' fallback '{1}'.
153 Argument_EncodingConversionOverflowBytes = The output byte buffer is too small to contain the encoded data, encoding '{0}' fallback '{1}'.
154 Argument_EncoderFallbackNotEmpty = Must complete Convert() operation or call Encoder.Reset() before calling GetBytes() or GetByteCount(). Encoder '{0}' fallback '{1}'.
155 Argument_EmptyFileName = Empty file name is not legal.
156 Argument_EmptyPath = Empty path name is not legal.
157 Argument_EmptyName = Empty name is not legal.
158 Argument_ImplementIComparable = At least one object must implement IComparable.
159 Argument_InvalidType = The type of arguments passed into generic comparer methods is invalid.
160 Argument_InvalidTypeForCA=Cannot build type parameter for custom attribute with a type that does not support the AssemblyQualifiedName property. The type instance supplied was of type '{0}'.
161 Argument_IllegalEnvVarName = Environment variable name cannot contain equal character.
162 Argument_IllegalAppId = Application identity does not have same number of components as manifest paths.
163 Argument_IllegalAppBase = The application base specified is not valid.
164 Argument_UnableToParseManifest = Unexpected error while parsing the specified manifest.
165 Argument_IllegalAppIdMismatch = Application identity does not match identities in manifests.
166 Argument_InvalidAppId = Invalid identity: no deployment or application identity specified.
167 Argument_InvalidGenericArg = The generic type parameter was not valid
168 Argument_InvalidArrayLength = Length of the array must be {0}.
169 Argument_InvalidArrayType = Target array type is not compatible with the type of items in the collection.
170 Argument_InvalidAppendMode = Append access can be requested only in write-only mode.
171 Argument_InvalidEnumValue = The value '{0}' is not valid for this usage of the type {1}.
172 Argument_EnumIsNotIntOrShort = The underlying type of enum argument must be Int32 or Int16.
173 Argument_InvalidEnum = The Enum type should contain one and only one instance field.
174 Argument_InvalidKeyStore = '{0}' is not a valid KeyStore name. 
175 Argument_InvalidFileMode&AccessCombo = Combining FileMode: {0} with FileAccess: {1} is invalid.
176 Argument_InvalidFileMode&RightsCombo = Combining FileMode: {0} with FileSystemRights: {1} is invalid.
177 Argument_InvalidFileModeTruncate&RightsCombo = Combining FileMode: {0} with FileSystemRights: {1} is invalid. FileMode.Truncate is valid only when used with FileSystemRights.Write.
178 Argument_InvalidFlag = Value of flags is invalid.
179 Argument_InvalidAnyFlag = No flags can be set.
180 Argument_InvalidHandle = The handle is invalid.
181 Argument_InvalidRegistryKeyPermissionCheck = The specified RegistryKeyPermissionCheck value is invalid.
182 Argument_InvalidRegistryOptionsCheck = The specified RegistryOptions value is invalid.
183 Argument_InvalidRegistryViewCheck = The specified RegistryView value is invalid.
184 Argument_InvalidSubPath = The directory specified, '{0}', is not a subdirectory of '{1}'.
185 Argument_NoRegionInvariantCulture = There is no region associated with the Invariant Culture (Culture ID: 0x7F).
186 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.
187 Argument_ResultIslamicCalendarRange = The date is out of the supported range for the Islamic calendar. The date should be greater than July 18th, 622 AD (Gregorian date).
188 Argument_NeverValidGenericArgument = The type '{0}' may not be used as a type argument.
189 Argument_NotEnoughGenArguments = The type or method has {1} generic parameter(s), but {0} generic argument(s) were provided. A generic argument must be provided for each generic parameter.
190 Argument_NullFullTrustAssembly = A null StrongName was found in the full trust assembly list.
191 Argument_GenConstraintViolation = GenericArguments[{0}], '{1}', on '{2}' violates the constraint of type '{3}'.
192 Argument_InvalidToken = Token {0:x} is not valid in the scope of module {1}.
193 Argument_InvalidTypeToken = Token {0:x} is not a valid Type token.
194 Argument_ResolveType = Token {0:x} is not a valid Type token in the scope of module {1}.
195 Argument_ResolveMethod = Token {0:x} is not a valid MethodBase token in the scope of module {1}.
196 Argument_ResolveField = Token {0:x} is not a valid FieldInfo token in the scope of module {1}.
197 Argument_ResolveMember = Token {0:x} is not a valid MemberInfo token in the scope of module {1}.
198 Argument_ResolveString = Token {0:x} is not a valid string token in the scope of module {1}.
199 Argument_ResolveModuleType = Token {0} resolves to the special module type representing this module.
200 Argument_ResolveMethodHandle = Type handle '{0}' and method handle with declaring type '{1}' are incompatible. Get RuntimeMethodHandle and declaring RuntimeTypeHandle off the same MethodBase.
201 Argument_ResolveFieldHandle = Type handle '{0}' and field handle with declaring type '{1}' are incompatible. Get RuntimeFieldHandle and declaring RuntimeTypeHandle off the same FieldInfo.
202 Argument_ResourceScopeWrongDirection = Resource type in the ResourceScope enum is going from a more restrictive resource type to a more general one.  From: "{0}"  To: "{1}"
203 Argument_BadResourceScopeTypeBits = Unknown value for the ResourceScope: {0}  Too many resource type bits may be set.
204 Argument_BadResourceScopeVisibilityBits = Unknown value for the ResourceScope: {0}  Too many resource visibility bits may be set.
205 Argument_WaitHandleNameTooLong = The name can be no more than 260 characters in length.
206 Argument_EnumTypeDoesNotMatch = The argument type, '{0}', is not the same as the enum type '{1}'.
207 InvalidOperation_MethodBuilderBaked = The signature of the MethodBuilder can no longer be modified because an operation on the MethodBuilder caused the methodDef token to be created. For example, a call to SetCustomAttribute requires the methodDef token to emit the CustomAttribute token.
208 InvalidOperation_GenericParametersAlreadySet = The generic parameters are already defined on this MethodBuilder.
209 Arg_AccessException = Cannot access member.
210 Arg_AppDomainUnloadedException = Attempted to access an unloaded AppDomain.
211 Arg_ApplicationException = Error in the application.
212 Arg_ArgumentOutOfRangeException = Specified argument was out of the range of valid values.
213 Arg_ArithmeticException = Overflow or underflow in the arithmetic operation.
214 Arg_ArrayLengthsDiffer = Array lengths must be the same.
215 Arg_ArrayPlusOffTooSmall = Destination array is not long enough to copy all the items in the collection. Check array index and length.
216 Arg_ArrayTypeMismatchException = Attempted to access an element as a type incompatible with the array.
217 Arg_BadImageFormatException = Format of the executable (.exe) or library (.dll) is invalid.
218 Argument_BadImageFormatExceptionResolve = A BadImageFormatException has been thrown while parsing the signature. This is likely due to lack of a generic context. Ensure genericTypeArguments and genericMethodArguments are provided and contain enough context.
219 Arg_BufferTooSmall = Not enough space available in the buffer.
220 Arg_CATypeResolutionFailed = Failed to resolve type from string "{0}" which was embedded in custom attribute blob.
221 Arg_CannotHaveNegativeValue = String cannot contain a minus sign if the base is not 10.
222 Arg_CannotUnloadAppDomainException = Attempt to unload the AppDomain failed.
223 Arg_CannotMixComparisonInfrastructure = The usage of IKeyComparer and IHashCodeProvider/IComparer interfaces cannot be mixed; use one or the other.
224 Arg_ContextMarshalException = Attempted to marshal an object across a context boundary.
225 Arg_DataMisalignedException = A datatype misalignment was detected in a load or store instruction.
226 Arg_DevicesNotSupported = FileStream will not open Win32 devices such as disk partitions and tape drives. Avoid use of "\\\\.\\" in the path.
227 Arg_DuplicateWaitObjectException = Duplicate objects in argument.
228 Arg_EntryPointNotFoundException = Entry point was not found.
229 Arg_DllNotFoundException = Dll was not found.
230 Arg_ExecutionEngineException = Internal error in the runtime.
231 Arg_FieldAccessException = Attempted to access a field that is not accessible by the caller.
232 Arg_FileIsDirectory_Name = The target file "{0}" is a directory, not a file.
233 Arg_FormatException = One of the identified items was in an invalid format.
234 Arg_IndexOutOfRangeException = Index was outside the bounds of the array.
235 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.
236 Arg_InvalidCastException = Specified cast is not valid.
237 Arg_InvalidOperationException = Operation is not valid due to the current state of the object.
238 Arg_CorruptedCustomCultureFile = The file of the custom culture {0} is corrupt. Try to unregister this culture.
239 Arg_InvokeMember = InvokeMember can be used only for COM objects.
240 Arg_InvalidNeutralResourcesLanguage_Asm_Culture = The NeutralResourcesLanguageAttribute on the assembly "{0}" specifies an invalid culture name: "{1}".
241 Arg_InvalidNeutralResourcesLanguage_FallbackLoc = The NeutralResourcesLanguageAttribute specifies an invalid or unrecognized ultimate resource fallback location: "{0}".
242 Arg_InvalidSatelliteContract_Asm_Ver = Satellite contract version attribute on the assembly '{0}' specifies an invalid version: {1}.
243 Arg_MethodAccessException = Attempt to access the method failed.
244 Arg_MethodAccessException_WithMethodName = Attempt to access the method "{0}" on type "{1}" failed.
245 Arg_MethodAccessException_WithCaller = Attempt by security transparent method '{0}' to access security critical method '{1}' failed.
246 Arg_MissingFieldException = Attempted to access a non-existing field.
247 Arg_MissingMemberException = Attempted to access a missing member.
248 Arg_MissingMethodException = Attempted to access a missing method.
249 Arg_MulticastNotSupportedException = Attempted to add multiple callbacks to a delegate that does not support multicast.
250 Arg_NotFiniteNumberException = Number encountered was not a finite quantity.
251 Arg_NotSupportedException = Specified method is not supported.
252 Arg_UnboundGenParam = Late bound operations cannot be performed on types or methods for which ContainsGenericParameters is true.
253 Arg_UnboundGenField = Late bound operations cannot be performed on fields with types for which Type.ContainsGenericParameters is true.
254 Arg_NotGenericParameter = Method may only be called on a Type for which Type.IsGenericParameter is true.
255 Arg_GenericParameter = Method must be called on a Type for which Type.IsGenericParameter is false.
256 Arg_NotGenericTypeDefinition = {0} is not a GenericTypeDefinition. MakeGenericType may only be called on a type for which Type.IsGenericTypeDefinition is true.
257 Arg_NotGenericMethodDefinition = {0} is not a GenericMethodDefinition. MakeGenericMethod may only be called on a method for which MethodBase.IsGenericMethodDefinition is true.
258 Arg_BadLiteralFormat = Encountered an invalid type for a default value.
259 Arg_MissingActivationArguments = The AppDomainSetup must specify the activation arguments for this call.
260 Argument_BadParameterTypeForCAB = Cannot emit a CustomAttribute with argument of type {0}.
261 Argument_InvalidMemberForNamedArgument = The member must be either a field or a property.
262 Argument_InvalidTypeName = The name of the type is invalid.
263
264 ; Note - don't change the NullReferenceException default message. This was
265 ; negotiated carefully with the VB team to avoid saying "null" or "nothing".
266 Arg_NullReferenceException = Object reference not set to an instance of an object.
267
268 Arg_AccessViolationException = Attempted to read or write protected memory. This is often an indication that other memory is corrupt.
269 Arg_OverflowException = Arithmetic operation resulted in an overflow.
270 Arg_PathGlobalRoot = Paths that begin with \\\\?\\GlobalRoot are internal to the kernel and should not be opened by managed applications.
271 Arg_PathIllegal = The path is not of a legal form.
272 Arg_PathIllegalUNC = The UNC path should be of the form \\\\server\\share.
273 Arg_RankException = Attempted to operate on an array with the incorrect number of dimensions.
274 Arg_RankMultiDimNotSupported = Only single dimensional arrays are supported for the requested action.
275 Arg_NonZeroLowerBound = The lower bound of target array must be zero.
276 Arg_RegSubKeyValueAbsent = No value exists with that name.
277 Arg_ResourceFileUnsupportedVersion = The ResourceReader class does not know how to read this version of .resources files. Expected version: {0}  This file: {1}
278 Arg_ResourceNameNotExist = The specified resource name "{0}" does not exist in the resource file.
279 Arg_SecurityException = Security error.
280 Arg_SerializationException = Serialization error.
281 Arg_StackOverflowException = Operation caused a stack overflow.
282 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.
283 Arg_SynchronizationLockException = Object synchronization method was called from an unsynchronized block of code.
284 Arg_RWLockRestoreException = ReaderWriterLock.RestoreLock was called without releasing all locks acquired since the call to ReleaseLock.
285 Arg_SystemException = System error.
286 Arg_TimeoutException = The operation has timed out.
287 Arg_UnauthorizedAccessException = Attempted to perform an unauthorized operation.
288 Arg_ArgumentException = Value does not fall within the expected range.
289 Arg_DirectoryNotFoundException = Attempted to access a path that is not on the disk.
290 Arg_DriveNotFoundException = Attempted to access a drive that is not available.
291 Arg_EndOfStreamException = Attempted to read past the end of the stream.
292 Arg_HexStyleNotSupported = The number style AllowHexSpecifier is not supported on floating point data types.
293 Arg_IOException = I/O error occurred.
294 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.
295 Arg_KeyNotFound = The given key was not present in the dictionary.
296 Argument_InvalidNumberStyles = An undefined NumberStyles value is being used.
297 Argument_InvalidDateTimeStyles = An undefined DateTimeStyles value is being used.
298 Argument_InvalidTimeSpanStyles = An undefined TimeSpanStyles value is being used.
299 Argument_DateTimeOffsetInvalidDateTimeStyles = The DateTimeStyles value 'NoCurrentDateDefault' is not allowed when parsing DateTimeOffset.
300 Argument_NativeResourceAlreadyDefined = Native resource has already been defined.
301 Argument_BadObjRef = Invalid ObjRef provided to '{0}'.
302 Argument_InvalidCultureName = Culture name '{0}' is not supported.
303 Argument_NameTooLong = The name '{0}' is too long to be a Culture or Region name, which is limited to {1} characters.
304 Argument_NameContainsInvalidCharacters = The name '{0}' contains characters that are not valid for a Culture or Region.
305 Argument_InvalidRegionName = Region name '{0}' is not supported.
306 Argument_CannotCreateTypedReference = Cannot use function evaluation to create a TypedReference object.
307 Arg_ArrayZeroError = Array must not be of length zero.
308 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}'.
309 Arg_CreatInstAccess = Cannot specify both CreateInstance and another access type.
310 Arg_CryptographyException = Error occurred during a cryptographic operation.
311 Arg_DateTimeRange = Combination of arguments to the DateTime constructor is out of the legal range.
312 Arg_DecBitCtor = Decimal byte array constructor requires an array of length four containing valid decimal bytes.
313 Arg_DlgtTargMeth = Cannot bind to the target method because its signature or security transparency is not compatible with that of the delegate type.
314 Arg_DlgtTypeMis = Delegates must be of the same type.
315 Arg_DlgtNullInst = Delegate to an instance method cannot have null 'this'.
316 Arg_DllInitFailure = One machine may not have remote administration enabled, or both machines may not be running the remote registry service.
317 Arg_EmptyArray = Array may not be empty.
318 Arg_EmptyOrNullArray = Array may not be empty or null.
319 Arg_EmptyCollection = Collection must not be empty.
320 Arg_EmptyOrNullString = String may not be empty or null.
321 Argument_ItemNotExist = The specified item does not exist in this KeyedCollection.
322 Argument_EncodingNotSupported = '{0}' is not a supported encoding name.
323 Argument_FallbackBufferNotEmpty = Cannot change fallback when buffer is not empty. Previous Convert() call left data in the fallback buffer.
324 Argument_InvalidCodePageConversionIndex = Unable to translate Unicode character \\u{0:X4} at index {1} to specified code page.
325 Argument_InvalidCodePageBytesIndex = Unable to translate bytes {0} at index {1} from specified code page to Unicode.
326 Argument_RecursiveFallback = Recursive fallback not allowed for character \\u{0:X4}.
327 Argument_RecursiveFallbackBytes = Recursive fallback not allowed for bytes {0}.
328 Arg_EnumAndObjectMustBeSameType = Object must be the same type as the enum. The type passed in was '{0}'; the enum type was '{1}'.
329 Arg_EnumIllegalVal = Illegal enum value: {0}.
330 Arg_EnumNotSingleFlag = Must set exactly one flag.
331 Arg_EnumAtLeastOneFlag = Must set at least one flag.
332 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}'.
333 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}'.
334 Arg_EnumMustHaveUnderlyingValueField = All enums must have an underlying value__ field.
335 Arg_COMAccess = Must specify property Set or Get or method call for a COM Object.
336 Arg_COMPropSetPut = Only one of the following binding flags can be set: BindingFlags.SetProperty, BindingFlags.PutDispProperty,  BindingFlags.PutRefDispProperty.
337 Arg_FldSetGet = Cannot specify both Get and Set on a field.
338 Arg_PropSetGet = Cannot specify both Get and Set on a property.
339 Arg_CannotBeNaN = TimeSpan does not accept floating point Not-a-Number values.
340 Arg_FldGetPropSet = Cannot specify both GetField and SetProperty.
341 Arg_FldSetPropGet = Cannot specify both SetField and GetProperty.
342 Arg_FldSetInvoke = Cannot specify Set on a Field and Invoke on a method.
343 Arg_FldGetArgErr = No arguments can be provided to Get a field value.
344 Arg_FldSetArgErr = Only the field value can be specified to set a field value.
345 Arg_GetMethNotFnd = Property Get method was not found.
346 Arg_GuidArrayCtor = Byte array for GUID must be exactly {0} bytes long.
347 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).
348 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).
349 Arg_HTCapacityOverflow = Hashtable's capacity overflowed and went negative. Check load factor, capacity and the current size of the table.
350 Arg_IndexMustBeInt = All indexes must be of type Int32.
351 Arg_InvalidConsoleColor = The ConsoleColor enum value was not defined on that enum. Please use a defined color from the enum.
352 Arg_InvalidFileAttrs = Invalid File or Directory attributes value.
353 Arg_InvalidHandle = Invalid handle.
354 Arg_InvalidTypeInSignature = The signature Type array contains some invalid type (i.e. null, void)
355 Arg_InvalidTypeInRetType = The return Type contains some invalid type (i.e. null, ByRef)
356 Arg_EHClauseNotFilter = This ExceptionHandlingClause is not a filter.
357 Arg_EHClauseNotClause = This ExceptionHandlingClause is not a clause.
358 Arg_ReflectionOnlyCA = It is illegal to reflect on the custom attributes of a Type loaded via ReflectionOnlyGetType (see Assembly.ReflectionOnly) -- use CustomAttributeData instead.
359 Arg_ReflectionOnlyInvoke = It is illegal to invoke a method on a Type loaded via ReflectionOnlyGetType.
360 Arg_ReflectionOnlyField = It is illegal to get or set the value on a field on a Type loaded via ReflectionOnlyGetType.
361 Arg_MemberInfoNullModule = The Module object containing the member cannot be null.
362 Arg_ParameterInfoNullMember = The MemberInfo object defining the parameter cannot be null.
363 Arg_ParameterInfoNullModule = The Module object containing the parameter cannot be null.
364 Arg_AssemblyNullModule = The manifest module of the assembly cannot be null.
365 Arg_LongerThanSrcArray = Source array was not long enough. Check srcIndex and length, and the array's lower bounds.
366 Arg_LongerThanDestArray = Destination array was not long enough. Check destIndex and length, and the array's lower bounds.
367 Arg_LowerBoundsMustMatch = The arrays' lower bounds must be identical.
368 Arg_MustBeBoolean = Object must be of type Boolean.
369 Arg_MustBeByte = Object must be of type Byte.
370 Arg_MustBeChar = Object must be of type Char.
371 Arg_MustBeDateTime = Object must be of type DateTime.
372 Arg_MustBeDateTimeOffset = Object must be of type DateTimeOffset.
373 Arg_MustBeDecimal = Object must be of type Decimal.
374 Arg_MustBeDelegate = Type must derive from Delegate.
375 Arg_MustBeDouble = Object must be of type Double.
376 Arg_MustBeDriveLetterOrRootDir = Object must be a root directory ("C:\\") or a drive letter ("C").
377 Arg_MustBeEnum = Type provided must be an Enum.
378 Arg_MustBeEnumBaseTypeOrEnum = The value passed in must be an enum base or an underlying type for an enum, such as an Int32.
379 Arg_MustBeGuid = Object must be of type GUID.
380 Arg_MustBeIdentityReferenceType = Type must be an IdentityReference, such as NTAccount or SecurityIdentifier.
381 Arg_MustBeInterface = Type passed must be an interface.
382 Arg_MustBeInt16 = Object must be of type Int16.
383 Arg_MustBeInt32 = Object must be of type Int32.
384 Arg_MustBeInt64 = Object must be of type Int64.
385 Arg_MustBePrimArray = Object must be an array of primitives.
386 Arg_MustBePointer = Type must be a Pointer.
387 Arg_MustBeStatic = Method must be a static method.
388 Arg_MustBeString = Object must be of type String.
389 Arg_MustBeStringPtrNotAtom = The pointer passed in as a String must not be in the bottom 64K of the process's address space.
390 Arg_MustBeSByte = Object must be of type SByte.
391 Arg_MustBeSingle = Object must be of type Single.
392 Arg_MustBeTimeSpan = Object must be of type TimeSpan.
393 Arg_MustBeType = Type must be a type provided by the runtime.
394 Arg_MustBeUInt16 = Object must be of type UInt16.
395 Arg_MustBeUInt32 = Object must be of type UInt32.
396 Arg_MustBeUInt64 = Object must be of type UInt64.
397 Arg_MustBeVersion = Object must be of type Version.
398 Arg_MustBeTrue = Argument must be true.
399 Arg_MustAllBeRuntimeType = At least one type argument is not a runtime type.
400 Arg_NamedParamNull = Named parameter value must not be null.
401 Arg_NamedParamTooBig = Named parameter array cannot be bigger than argument array.
402 Arg_Need1DArray = Array was not a one-dimensional array.
403 Arg_Need2DArray = Array was not a two-dimensional array.
404 Arg_Need3DArray = Array was not a three-dimensional array.
405 Arg_NeedAtLeast1Rank = Must provide at least one rank.
406 Arg_NoDefCTor = No parameterless constructor defined for this object.
407 Arg_BitArrayTypeUnsupported = Only supported array types for CopyTo on BitArrays are Boolean[], Int32[] and Byte[].
408 Arg_DivideByZero = Attempted to divide by zero.
409 Arg_NoAccessSpec = Must specify binding flags describing the invoke operation required (BindingFlags.InvokeMethod CreateInstance GetField SetField GetProperty SetProperty).
410 Arg_NoStaticVirtual = Method cannot be both static and virtual.
411 Arg_NotFoundIFace = Interface not found.
412 Arg_ObjObjEx = Object of type '{0}' cannot be converted to type '{1}'.
413 Arg_ObjObj = Object type cannot be converted to target type.
414 Arg_FieldDeclTarget = Field '{0}' defined on type '{1}' is not a field on the target object which is of type '{2}'.
415 Arg_OleAutDateInvalid = Not a legal OleAut date.
416 Arg_OleAutDateScale = OleAut date did not convert to a DateTime correctly.
417 Arg_PlatformNotSupported = Operation is not supported on this platform.
418 Arg_PlatformSecureString = SecureString is only supported on Windows 2000 SP3 and higher platforms.
419 Arg_ParmCnt = Parameter count mismatch.
420 Arg_ParmArraySize = Must specify one or more parameters.
421 Arg_Path2IsRooted = Second path fragment must not be a drive or UNC name.
422 Arg_PathIsVolume = Path must not be a drive.
423 Arg_PrimWiden = Cannot widen from source type to target type either because the source type is a not a primitive type or the conversion cannot be accomplished.
424 Arg_NullIndex = Arrays indexes must be set to an object instance.
425 Arg_VarMissNull = Missing parameter does not have a default value.
426 Arg_PropSetInvoke = Cannot specify Set on a property and Invoke on a method.
427 Arg_PropNotFound = Could not find the specified property.
428 Arg_RankIndices = Indices length does not match the array rank.
429 Arg_RanksAndBounds = Number of lengths and lowerBounds must match.
430 Arg_RegSubKeyAbsent = Cannot delete a subkey tree because the subkey does not exist.
431 Arg_RemoveArgNotFound = Cannot remove the specified item because it was not found in the specified Collection.
432 Arg_RegKeyDelHive = Cannot delete a registry hive's subtree.
433 Arg_RegKeyNoRemoteConnect = No remote connection to '{0}' while trying to read the registry.
434 Arg_RegKeyOutOfRange = Registry HKEY was out of the legal range.
435 Arg_RegKeyNotFound = The specified registry key does not exist.
436 Arg_RegKeyStrLenBug = Registry key names should not be greater than 255 characters.
437 Arg_RegValStrLenBug = Registry value names should not be greater than 16,383 characters.
438 Arg_RegBadKeyKind = The specified RegistryValueKind is an invalid value.
439 Arg_RegGetOverflowBug = RegistryKey.GetValue does not allow a String that has a length greater than Int32.MaxValue.
440 Arg_RegSetMismatchedKind = The type of the value object did not match the specified RegistryValueKind or the object could not be properly converted.
441 Arg_RegSetBadArrType = RegistryKey.SetValue does not support arrays of type '{0}'. Only Byte[] and String[] are supported.
442 Arg_RegSetStrArrNull = RegistryKey.SetValue does not allow a String[] that contains a null String reference.
443 Arg_RegInvalidKeyName = Registry key name must start with a valid base key name.
444 Arg_ResMgrNotResSet = Type parameter must refer to a subclass of ResourceSet.
445 Arg_SetMethNotFnd = Property set method not found.
446 Arg_TypeRefPrimitve = TypedReferences cannot be redefined as primitives.
447 Arg_UnknownTypeCode = Unknown TypeCode value.
448 Arg_VersionString = Version string portion was too short or too long.
449 Arg_NoITypeInfo = Specified TypeInfo was invalid because it did not support the ITypeInfo interface.
450 Arg_NoITypeLib = Specified TypeLib was invalid because it did not support the ITypeLib interface.
451 Arg_NoImporterCallback = Specified type library importer callback was invalid because it did not support the ITypeLibImporterNotifySink interface.
452 Arg_ImporterLoadFailure = The type library importer encountered an error during type verification. Try importing without class members.
453 Arg_InvalidBase = Invalid Base.
454 Arg_EnumValueNotFound = Requested value '{0}' was not found.
455 Arg_EnumLitValueNotFound = Literal value was not found.
456 Arg_MustContainEnumInfo = Must specify valid information for parsing in the string.
457 Arg_InvalidSearchPattern = Search pattern cannot contain ".." to move up directories and can be contained only internally in file/directory names, as in "a..b".
458 Arg_NegativeArgCount = Argument count must not be negative.
459 Arg_InvalidAccessEntry = Specified access entry is invalid because it is unrestricted. The global flags should be specified instead.
460 Arg_InvalidFileName = Specified file name was invalid.
461 Arg_InvalidFileExtension = Specified file extension was not a valid extension.
462 Arg_COMException = Error HRESULT E_FAIL has been returned from a call to a COM component.
463 Arg_ExternalException = External component has thrown an exception.
464 Arg_InvalidComObjectException = Attempt has been made to use a COM object that does not have a backing class factory.
465 Arg_InvalidOleVariantTypeException = Specified OLE variant was invalid.
466 Arg_MarshalDirectiveException = Marshaling directives are invalid.
467 Arg_MarshalAsAnyRestriction = AsAny cannot be used on return types, ByRef parameters, ArrayWithOffset, or parameters passed from unmanaged to managed.
468 Arg_NDirectBadObject = No PInvoke conversion exists for value passed to Object-typed parameter.
469 Arg_SafeArrayTypeMismatchException = Specified array was not of the expected type.
470 Arg_VTableCallsNotSupportedException = Attempted to make an early bound call on a COM dispatch-only interface.
471 Arg_SafeArrayRankMismatchException = Specified array was not of the expected rank.
472 Arg_AmbiguousMatchException = Ambiguous match found.
473 Arg_CustomAttributeFormatException = Binary format of the specified custom attribute was invalid.
474 Arg_InvalidFilterCriteriaException = Specified filter criteria was invalid.
475 Arg_TypeLoadNullStr = A null or zero length string does not represent a valid Type.
476 Arg_TargetInvocationException = Exception has been thrown by the target of an invocation.
477 Arg_TargetParameterCountException = Number of parameters specified does not match the expected number.
478 Arg_TypeAccessException = Attempt to access the type failed.
479 Arg_TypeLoadException = Failure has occurred while loading a type.
480 Arg_TypeUnloadedException = Type had been unloaded.
481 Arg_ThreadStateException = Thread was in an invalid state for the operation being executed.
482 Arg_ThreadStartException = Thread failed to start.
483 Arg_WrongAsyncResult = IAsyncResult object did not come from the corresponding async method on this type.
484 Arg_WrongType = The value "{0}" is not of type "{1}" and cannot be used in this generic collection.
485 Argument_InvalidArgumentForComparison = Type of argument is not compatible with the generic comparer.
486 Argument_ALSInvalidCapacity = Specified capacity must not be less than the current capacity.
487 Argument_ALSInvalidSlot = Specified slot number was invalid.
488 Argument_IdnIllegalName = Decoded string is not a valid IDN name.
489 Argument_IdnBadBidi = Left to right characters may not be mixed with right to left characters in IDN labels.
490 Argument_IdnBadLabelSize = IDN labels must be between 1 and 63 characters long.
491 Argument_IdnBadNameSize = IDN names must be between 1 and {0} characters long.
492 Argument_IdnBadPunycode = Invalid IDN encoded string.
493 Argument_IdnBadStd3 = Label contains character '{0}' not allowed with UseStd3AsciiRules
494 Arg_InvalidANSIString = The ANSI string passed in could not be converted from the default ANSI code page to Unicode.
495 Arg_InvalidUTF8String = The UTF8 string passed in could not be converted to Unicode.
496 Argument_InvalidCharSequence = Invalid Unicode code point found at index {0}.
497 Argument_InvalidCharSequenceNoIndex = String contains invalid Unicode code points.
498 Argument_InvalidCalendar = Not a valid calendar for the given culture.
499 Argument_InvalidNormalizationForm = Invalid or unsupported normalization form.
500 Argument_InvalidPathChars = Illegal characters in path.
501 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.
502 Argument_InvalidSeekOrigin = Invalid seek origin.
503 Argument_SeekOverflow = The specified seek offset '{0}' would result in a negative Stream position.
504 Argument_InvalidUnity = Invalid Unity type.
505 Argument_LongEnvVarName = Environment variable name cannot contain 1024 or more characters.
506 Argument_LongEnvVarValue = Environment variable name or value is too long.
507 Argument_StringFirstCharIsZero = The first char in the string is the null character.
508 Argument_OnlyMscorlib = Only mscorlib's assembly is valid.
509 Argument_PathEmpty = Path cannot be the empty string or all whitespace.
510 Argument_PathFormatNotSupported = The given path's format is not supported.
511 Argument_PathUriFormatNotSupported = URI formats are not supported.
512 Argument_TypeNameTooLong = Type name was too long. The fully qualified type name must be less than 1,024 characters.
513 Argument_StreamNotReadable = Stream was not readable.
514 Argument_StreamNotWritable = Stream was not writable.
515 Argument_InvalidNumberOfMembers = MemberData contains an invalid number of members.
516 Argument_InvalidValue = Value was invalid.
517 Argument_InvalidKey = Key was invalid.
518 Argument_MinMaxValue = '{0}' cannot be greater than {1}.
519 Argument_InvalidGroupSize = Every element in the value array should be between one and nine, except for the last element, which can be zero.
520 Argument_MustHaveAttributeBaseClass = Type passed in must be derived from System.Attribute or System.Attribute itself.
521 Argument_NoUninitializedStrings = Uninitialized Strings cannot be created.
522 Argument_UnequalMembers = Supplied MemberInfo does not match the expected type.
523 Argument_BadFormatSpecifier = Format specifier was invalid.
524 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.
525 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.
526 Argument_UnmatchingSymScope = Non-matching symbol scope.
527 Argument_NotInExceptionBlock = Not currently in an exception block.
528 Argument_BadExceptionCodeGen = Incorrect code generation for exception block.
529 Argument_NotExceptionType = Does not extend Exception.
530 Argument_DuplicateResourceName = Duplicate resource name within an assembly.
531 Argument_BadPersistableModuleInTransientAssembly = Cannot have a persistable module in a transient assembly.
532 Argument_InvalidPermissionState = Invalid permission state.
533 Argument_UnrestrictedIdentityPermission = Identity permissions cannot be unrestricted.
534 Argument_WrongType = Operation on type '{0}' attempted with target of incorrect type.
535 Argument_IllegalZone = Illegal security permission zone specified.
536 Argument_HasToBeArrayClass = Must be an array type.
537 Argument_InvalidDirectory = Invalid directory, '{0}'.
538 Argument_DataLengthDifferent = Parameters 'members' and 'data' must have the same length.
539 Argument_SigIsFinalized = Completed signature cannot be modified.
540 Argument_ArraysInvalid = Array or pointer types are not valid.
541 Argument_GenericsInvalid = Generic types are not valid.
542 Argument_LargeInteger = Integer or token was too large to be encoded.
543 Argument_BadSigFormat = Incorrect signature format.
544 Argument_UnmatchedMethodForLocal = Local passed in does not belong to this ILGenerator.
545 Argument_DuplicateName = Tried to add NamedPermissionSet with non-unique name.
546 Argument_InvalidXMLElement = Invalid XML. Missing required tag <{0}> for type '{1}'.
547 Argument_InvalidXMLMissingAttr = Invalid XML. Missing required attribute '{0}'.
548 Argument_CannotGetTypeTokenForByRef = Cannot get TypeToken for a ByRef type.
549 Argument_NotASimpleNativeType = The UnmanagedType passed to DefineUnmanagedMarshal is not a simple type. None of the following values may be used: UnmanagedType.ByValTStr, UnmanagedType.SafeArray, UnmanagedType.ByValArray, UnmanagedType.LPArray, UnmanagedType.CustomMarshaler.
550 Argument_NotACustomMarshaler = Not a custom marshal.
551 Argument_NoUnmanagedElementCount = Unmanaged marshal does not have ElementCount.
552 Argument_NoNestedMarshal = Only LPArray or SafeArray has nested unmanaged marshal.
553 Argument_InvalidXML = Invalid Xml.
554 Argument_NoUnderlyingCCW = The object has no underlying COM data associated with it.
555 Argument_BadFieldType = Bad field type in defining field.
556 Argument_InvalidXMLBadVersion = Invalid Xml - can only parse elements of version one.
557 Argument_NotAPermissionElement = 'elem' was not a permission element.
558 Argument_NPMSInvalidName = Name can be neither null nor empty.
559 Argument_InvalidElementTag = Invalid element tag '{0}'.
560 Argument_InvalidElementText = Invalid element text '{0}'.
561 Argument_InvalidElementName = Invalid element name '{0}'.
562 Argument_InvalidElementValue = Invalid element value '{0}'.
563 Argument_AttributeNamesMustBeUnique = Attribute names must be unique.
564 #if FEATURE_CAS_POLICY
565 Argument_UninitializedCertificate = Uninitialized certificate object.
566 Argument_MembershipConditionElement = Element must be a <IMembershipCondition> element.
567 Argument_ReservedNPMS = Cannot remove or modify reserved permissions set '{0}'.
568 Argument_NPMSInUse = Permission set '{0}' was in use and could not be deleted.
569 Argument_StrongNameGetPublicKey = Unable to obtain public key for StrongNameKeyPair.
570 Argument_SiteCannotBeNull = Site name must be specified.
571 Argument_BlobCannotBeNull = Public key must be specified.
572 Argument_ZoneCannotBeNull = Zone must be specified.
573 Argument_UrlCannotBeNull = URL must be specified.
574 Argument_NoNPMS = Unable to find a permission set with the provided name.
575 Argument_FailedCodeGroup = Failed to create a code group of type '{0}'.
576 Argument_CodeGroupChildrenMustBeCodeGroups = All objects in the input list must have a parent type of 'CodeGroup'.
577 #endif // FEATURE_CAS_POLICY
578 #if FEATURE_IMPERSONATION
579 Argument_InvalidPrivilegeName = Privilege '{0}' is not valid on this system.
580 Argument_TokenZero = Token cannot be zero.
581 Argument_InvalidImpersonationToken = Invalid token for impersonation - it cannot be duplicated.
582 Argument_ImpersonateUser = Unable to impersonate user.
583 #endif // FEATURE_IMPERSONATION
584 Argument_InvalidHexFormat = Improperly formatted hex string.
585 Argument_InvalidSite = Invalid site.
586 Argument_InterfaceMap = 'this' type cannot be an interface itself.
587 Argument_ArrayGetInterfaceMap = Interface maps for generic interfaces on arrays cannot be retrived.
588 Argument_InvalidName = Invalid name.
589 Argument_InvalidDirectoryOnUrl = Invalid directory on URL.
590 Argument_InvalidUrl = Invalid URL.
591 Argument_InvalidKindOfTypeForCA = This type cannot be represented as a custom attribute.
592 Argument_MustSupplyContainer = When supplying a FieldInfo for fixing up a nested type, a valid ID for that containing object must also be supplied.
593 Argument_MustSupplyParent = When supplying the ID of a containing object, the FieldInfo that identifies the current field within that object must also be supplied.
594 Argument_NoClass = Element does not specify a class.
595 Argument_WrongElementType = '{0}' element required.
596 Argument_UnableToGeneratePermissionSet = Unable to generate permission set; input XML may be malformed.
597 Argument_NoEra = No Era was supplied.
598 Argument_AssemblyAlreadyFullTrust = Assembly was already fully trusted.
599 Argument_AssemblyNotFullTrust = Assembly was not fully trusted.
600 Argument_AssemblyWinMD = Assembly must not be a Windows Runtime assembly.
601 Argument_MemberAndArray = Cannot supply both a MemberInfo and an Array to indicate the parent of a value type.
602 Argument_ObjNotComObject = The object's type must be __ComObject or derived from __ComObject.
603 Argument_ObjIsWinRTObject = The object's type must not be a Windows Runtime type.
604 Argument_TypeNotComObject = The type must be __ComObject or be derived from __ComObject.
605 Argument_TypeIsWinRTType = The type must not be a Windows Runtime type.
606 Argument_CantCallSecObjFunc = Cannot evaluate a security function.
607 Argument_StructMustNotBeValueClass = The structure must not be a value class.
608 Argument_NoSpecificCulture = Please select a specific culture, such as zh-CN, zh-HK, zh-TW, zh-MO, zh-SG.
609 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.
610 Argument_InvalidParamInfo = Invalid type for ParameterInfo member in Attribute class.
611 Argument_EmptyDecString = Decimal separator cannot be the empty string.
612 Argument_OffsetOfFieldNotFound = Field passed in is not a marshaled member of the type '{0}'.
613 Argument_EmptyStrongName = StrongName cannot have an empty string for the assembly name.
614 Argument_NotSerializable = Argument passed in is not serializable.
615 Argument_EmptyApplicationName = ApplicationId cannot have an empty string for the name.
616 Argument_NoDomainManager = The domain manager specified by the host could not be instantiated.
617 Argument_NoMain = Main entry point not defined.
618 Argument_InvalidDateTimeKind = Invalid DateTimeKind value.
619 Argument_ConflictingDateTimeStyles = The DateTimeStyles values AssumeLocal and AssumeUniversal cannot be used together.
620 Argument_ConflictingDateTimeRoundtripStyles = The DateTimeStyles value RoundtripKind cannot be used with the values AssumeLocal, AssumeUniversal or AdjustToUniversal.
621 Argument_InvalidDigitSubstitution = The DigitSubstitution property must be of a valid member of the DigitShapes enumeration. Valid entries include Context, NativeNational or None.
622 Argument_InvalidNativeDigitCount = The NativeDigits array must contain exactly ten members.
623 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.
624 ArgumentException_InvalidAceBinaryForm = The binary form of an ACE object is invalid.
625 ArgumentException_InvalidAclBinaryForm = The binary form of an ACL object is invalid.
626 ArgumentException_InvalidSDSddlForm = The SDDL form of a security descriptor object is invalid.
627 Argument_InvalidSafeHandle = The SafeHandle is invalid.
628 Argument_CannotPrepareAbstract = Abstract methods cannot be prepared.
629 Argument_ArrayTooLarge = The input array length must not exceed Int32.MaxValue / {0}. Otherwise BitArray.Length would exceed Int32.MaxValue.
630 Argument_RelativeUrlMembershipCondition = UrlMembershipCondition requires an absolute URL.
631 Argument_EmptyWaithandleArray = Waithandle array may not be empty.
632 Argument_InvalidSafeBufferOffLen = Offset and length were greater than the size of the SafeBuffer.
633 Argument_NotEnoughBytesToRead = There are not enough bytes remaining in the accessor to read at this position.
634 Argument_NotEnoughBytesToWrite = There are not enough bytes remaining in the accessor to write at this position.
635 Argument_OffsetAndLengthOutOfBounds = 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.
636 Argument_OffsetAndCapacityOutOfBounds = Offset and capacity were greater than the size of the view.
637 Argument_UnmanagedMemAccessorWrapAround = The UnmanagedMemoryAccessor capacity and offset would wrap around the high end of the address space.
638 Argument_UnrecognizedLoaderOptimization = Unrecognized LOADER_OPTIMIZATION property value.  Supported values may include "SingleDomain", "MultiDomain", "MultiDomainHost", and "NotSpecified".
639 ArgumentException_NotAllCustomSortingFuncsDefined = Implementations of all the NLS functions must be provided.
640 ArgumentException_MinSortingVersion = The runtime does not support a version of "{0}" less than {1}.
641
642 ;
643 ; =====================================================
644 ; Reflection Emit resource strings
645 Arugment_EmitMixedContext1 = Type '{0}' was loaded in the ReflectionOnly context but the AssemblyBuilder was not created as AssemblyBuilderAccess.ReflectionOnly.
646 Arugment_EmitMixedContext2 = Type '{0}' was not loaded in the ReflectionOnly context but the AssemblyBuilder was created as AssemblyBuilderAccess.ReflectionOnly.
647 Argument_BadSizeForData = Data size must be > 0 and < 0x3f0000
648 Argument_InvalidLabel = Invalid Label.
649 Argument_RedefinedLabel = Label multiply defined.
650 Argument_UnclosedExceptionBlock = The IL Generator cannot be used while there are unclosed exceptions.
651 Argument_MissingDefaultConstructor = was missing default constructor.
652 Argument_TooManyFinallyClause = Exception blocks may have at most one finally clause.
653 Argument_NotInTheSameModuleBuilder = The argument passed in was not from the same ModuleBuilder.
654 Argument_BadCurrentLocalVariable = Bad current local variable for setting symbol information.
655 Argument_DuplicateModuleName = Duplicate dynamic module name within an assembly.
656 Argument_DuplicateTypeName = Duplicate type name within an assembly.
657 Argument_InvalidAssemblyName = Assembly names may not begin with whitespace or contain the characters '/', or '\\' or ':'.
658 Argument_InvalidGenericInstantiation = The given generic instantiation was invalid.
659 Argument_DuplicatedFileName = Duplicate file names.
660 Argument_GlobalFunctionHasToBeStatic = Global members must be static.
661 Argument_BadPInvokeOnInterface = PInvoke methods cannot exist on interfaces.
662 Argument_BadPInvokeMethod = PInvoke methods must be static and native and cannot be abstract.
663 Argument_MethodRedefined = Method has been already defined.
664 Argument_BadTypeAttrAbstractNFinal = Bad type attributes. A type cannot be both abstract and final.
665 Argument_BadTypeAttrNestedVisibilityOnNonNestedType = Bad type attributes. Nested visibility flag set on a non-nested type.
666 Argument_BadTypeAttrNonNestedVisibilityNestedType = Bad type attributes. Non-nested visibility flag set on a nested type.
667 Argument_BadTypeAttrInvalidLayout = Bad type attributes. Invalid layout attribute specified.
668 Argument_BadTypeAttrReservedBitsSet = Bad type attributes. Reserved bits set on the type.
669 Argument_BadFieldSig = Field signatures do not have return types.
670 Argument_ShouldOnlySetVisibilityFlags = Should only set visibility flags when creating EnumBuilder.
671 Argument_BadNestedTypeFlags = Visibility of interfaces must be one of the following: NestedAssembly, NestedFamANDAssem, NestedFamily, NestedFamORAssem, NestedPrivate or NestedPublic.
672 Argument_ShouldNotSpecifyExceptionType = Should not specify exception type for catch clause for filter block.
673 Argument_BadLabel = Bad label in ILGenerator.
674 Argument_BadLabelContent = Bad label content in ILGenerator.
675 Argument_EmitWriteLineType = EmitWriteLine does not support this field or local type.
676 Argument_ConstantNull = Null is not a valid constant value for this type.
677 Argument_ConstantDoesntMatch = Constant does not match the defined type.
678 Argument_ConstantNotSupported = {0} is not a supported constant type.
679 Argument_BadConstructor = Cannot have private or static constructor.
680 Argument_BadConstructorCallConv = Constructor must have standard calling convention.
681 Argument_BadPropertyForConstructorBuilder = Property must be on the same type of the given ConstructorInfo.
682 Argument_NotAWritableProperty = Not a writable property.
683 Argument_BadFieldForConstructorBuilder = Field must be on the same type of the given ConstructorInfo.
684 Argument_BadAttributeOnInterfaceMethod = Interface method must be abstract and virtual.
685 ArgumentException_BadMethodImplBody = MethodOverride's body must be from this type.
686 Argument_BadParameterCountsForConstructor = Parameter count does not match passed in argument value count.
687 Argument_BadParameterTypeForConstructor = Passed in argument value at index {0} does not match the parameter type.
688 Argument_BadTypeInCustomAttribute = An invalid type was used as a custom attribute constructor argument, field or property.
689 Argument_DateTimeBadBinaryData = The binary data must result in a DateTime with ticks between DateTime.MinValue.Ticks and DateTime.MaxValue.Ticks.
690 Argument_VerStringTooLong = The unmanaged Version information is too large to persist.
691 Argument_UnknownUnmanagedCallConv = Unknown unmanaged calling convention for function signature.
692 Argument_BadConstantValue = Bad default value.
693 Argument_IllegalName = Illegal name.
694 Argument_cvtres_NotFound = Cannot find cvtres.exe
695 Argument_BadCAForUnmngRSC = Bad '{0}' while generating unmanaged resource information.
696 Argument_MustBeInterfaceMethod = The MemberInfo must be an interface method.
697 Argument_CORDBBadVarArgCallConv = Cannot evaluate a VarArgs function.
698 Argument_CORDBBadMethod = Cannot find the method on the object instance.
699 Argument_InvalidOpCodeOnDynamicMethod = Ldtoken, Ldftn and Ldvirtftn OpCodes cannot target DynamicMethods.
700 Argument_InvalidTypeForDynamicMethod = Invalid type owner for DynamicMethod.
701 Argument_NeedGenericMethodDefinition = Method must represent a generic method definition on a generic type definition.
702 Argument_MethodNeedGenericDeclaringType = The specified method cannot be dynamic or global and must be declared on a generic type definition.
703 Argument_ConstructorNeedGenericDeclaringType = The specified constructor must be declared on a generic type definition.
704 Argument_FieldNeedGenericDeclaringType = The specified field must be declared on a generic type definition.
705 Argument_InvalidMethodDeclaringType = The specified method must be declared on the generic type definition of the specified type.
706 Argument_InvalidConstructorDeclaringType = The specified constructor must be declared on the generic type definition of the specified type.
707 Argument_InvalidFieldDeclaringType = The specified field must be declared on the generic type definition of the specified type.
708 Argument_NeedNonGenericType = The specified Type must not be a generic type definition.
709 Argument_MustBeTypeBuilder = 'type' must contain a TypeBuilder as a generic argument.
710 Argument_CannotSetParentToInterface = Cannot set parent to an interface.
711 Argument_MismatchedArrays = Two arrays, {0} and {1}, must be of  the same size.
712 Argument_NeedNonGenericObject = The specified object must not be an instance of a generic type.
713 Argument_NeedStructWithNoRefs = The specified Type must be a struct containing no references.
714 Argument_NotMethodCallOpcode = The specified opcode cannot be passed to EmitCall.
715
716 ; =====================================================
717 ;
718 Argument_ModuleAlreadyLoaded = The specified module has already been loaded.
719 Argument_MustHaveLayoutOrBeBlittable = The specified structure must be blittable or have layout information.
720 Argument_NotSimpleFileName = The filename must not include a path specification.
721 Argument_TypeMustBeVisibleFromCom = The specified type must be visible from COM.
722 Argument_TypeMustBeComCreatable = The type must be creatable from COM.
723 Argument_TypeMustNotBeComImport = The type must not be imported from COM.
724 Argument_PolicyFileDoesNotExist = The requested policy file does not exist.
725 Argument_NonNullObjAndCtx = Either obj or ctx must be null.
726 Argument_NoModuleFileExtension = Module file name '{0}' must have file extension.
727 Argument_TypeDoesNotContainMethod = Type does not contain the given method.
728 Argument_StringZeroLength = String cannot be of zero length.
729 Argument_MustBeString = String is too long or has invalid contents.
730 Argument_AbsolutePathRequired = Absolute path information is required.
731 Argument_ManifestFileDoesNotExist = The specified manifest file does not exist.
732 Argument_MustBeRuntimeType = Type must be a runtime Type object.
733 Argument_TypeNotValid = The Type object is not valid.
734 Argument_MustBeRuntimeMethodInfo = MethodInfo must be a runtime MethodInfo object.
735 Argument_MustBeRuntimeFieldInfo = FieldInfo must be a runtime FieldInfo object.
736 Argument_InvalidFieldInfo = The FieldInfo object is not valid.
737 Argument_InvalidConstructorInfo = The ConstructorInfo object is not valid.
738 Argument_MustBeRuntimeAssembly = Assembly must be a runtime Assembly object.
739 Argument_MustBeRuntimeModule = Module must be a runtime Module object.
740 Argument_MustBeRuntimeParameterInfo = ParameterInfo must be a runtime ParameterInfo object.
741 Argument_InvalidParameterInfo = The ParameterInfo object is not valid.
742 Argument_MustBeRuntimeReflectionObject = The object must be a runtime Reflection object.
743 Argument_InvalidMarshalByRefObject = The MarshalByRefObject is not valid.
744 Argument_TypedReferenceInvalidField = Field in TypedReferences cannot be static or init only.
745 Argument_HandleLeak = Cannot pass a GCHandle across AppDomains.
746 Argument_ArgumentZero = Argument cannot be zero.
747 Argument_ImproperType = Improper types in collection.
748 Argument_NotAMembershipCondition = The type does not implement IMembershipCondition
749 Argument_NotAPermissionType = The type does not implement IPermission
750 Argument_NotACodeGroupType = The type does not inherit from CodeGroup
751 Argument_NotATP = Type must be a TransparentProxy
752 Argument_AlreadyACCW = The object already has a CCW associated with it.
753 Argument_OffsetLocalMismatch = The UTC Offset of the local dateTime parameter does not match the offset argument.
754 Argument_OffsetUtcMismatch = The UTC Offset for Utc DateTime instances must be 0.
755 Argument_UTCOutOfRange = The UTC time represented when the offset is applied must be between year 0 and 10,000.
756 Argument_OffsetOutOfRange = Offset must be within plus or minus 14 hours.
757 Argument_OffsetPrecision = Offset must be specified in whole minutes.
758 Argument_FlagNotSupported = One or more flags are not supported.
759 Argument_MustBeFalse = Argument must be initialized to false
760 Argument_ToExclusiveLessThanFromExclusive = fromInclusive must be less than or equal to toExclusive.
761 Argument_FrameworkNameTooShort=FrameworkName cannot have less than two components or more than three components.
762 Argument_FrameworkNameInvalid=FrameworkName is invalid.
763 Argument_FrameworkNameMissingVersion=FrameworkName version component is missing.
764 #if FEATURE_COMINTEROP
765 Argument_TypeNotActivatableViaWindowsRuntime = Type '{0}' does not have an activation factory because it is not activatable by Windows Runtime.
766 Argument_WinRTSystemRuntimeType = Cannot marshal type '{0}' to Windows Runtime. Only 'System.RuntimeType' is supported.
767 Argument_Unexpected_TypeSource = Unexpected TypeKind when marshaling Windows.Foundation.TypeName. 
768 #endif // FEATURE_COMINTEROP
769
770 ; ArgumentNullException
771 ArgumentNull_Array = Array cannot be null.
772 ArgumentNull_ArrayValue = Found a null value within an array.
773 ArgumentNull_ArrayElement = At least one element in the specified array was null.
774 ArgumentNull_Assembly = Assembly cannot be null.
775 ArgumentNull_AssemblyName = AssemblyName cannot be null.
776 ArgumentNull_AssemblyNameName = AssemblyName.Name cannot be null or an empty string.
777 ArgumentNull_Buffer = Buffer cannot be null.
778 ArgumentNull_Collection = Collection cannot be null.
779 ArgumentNull_CultureInfo = CultureInfo cannot be null.
780 ArgumentNull_Dictionary = Dictionary cannot be null.
781 ArgumentNull_FileName = File name cannot be null.
782 ArgumentNull_Key = Key cannot be null.
783 ArgumentNull_Graph = Object Graph cannot be null.
784 ArgumentNull_Path = Path cannot be null.
785 ArgumentNull_Stream = Stream cannot be null.
786 ArgumentNull_String = String reference not set to an instance of a String.
787 ArgumentNull_Type = Type cannot be null.
788 ArgumentNull_Obj = Object cannot be null.
789 ArgumentNull_GUID = GUID cannot be null.
790 ArgumentNull_NullMember = Member at position {0} was null.
791 ArgumentNull_Generic = Value cannot be null.
792 ArgumentNull_WithParamName = Parameter '{0}' cannot be null.
793 ArgumentNull_Child = Cannot have a null child.
794 ArgumentNull_SafeHandle = SafeHandle cannot be null.
795 ArgumentNull_CriticalHandle = CriticalHandle cannot be null.
796 ArgumentNull_TypedRefType = Type in TypedReference cannot be null.
797 ArgumentNull_ApplicationTrust = The application trust cannot be null.
798 ArgumentNull_TypeRequiredByResourceScope = The type parameter cannot be null when scoping the resource's visibility to Private or Assembly.
799 ArgumentNull_Waithandles = The waitHandles parameter cannot be null.
800
801 ; ArgumentOutOfRangeException
802 ArgumentOutOfRange_AddressSpace = The number of bytes cannot exceed the virtual address space on a 32 bit machine.
803 ArgumentOutOfRange_ArrayLB = Number was less than the array's lower bound in the first dimension.
804 ArgumentOutOfRange_ArrayLBAndLength = Higher indices will exceed Int32.MaxValue because of large lower bound and/or length.
805 ArgumentOutOfRange_ArrayLength = The length of the array must be between {0} and {1}, inclusive.
806 ArgumentOutOfRange_ArrayLengthMultiple = The length of the array must be a multiple of {0}.
807 ArgumentOutOfRange_ArrayListInsert = Insertion index was out of range. Must be non-negative and less than or equal to size.
808 ArgumentOutOfRange_ArrayTooSmall = Destination array is not long enough to copy all the required data. Check array length and offset.
809 ArgumentOutOfRange_BeepFrequency = Console.Beep's frequency must be between {0} and {1}.
810 ArgumentOutOfRange_BiggerThanCollection = Larger than collection size.
811 ArgumentOutOfRange_Bounds_Lower_Upper = Argument must be between {0} and {1}.
812 ArgumentOutOfRange_Count = Count must be positive and count must refer to a location within the string/array/collection.
813 ArgumentOutOfRange_CalendarRange = Specified time is not supported in this calendar. It should be between {0} (Gregorian date) and {1} (Gregorian date), inclusive.
814 ArgumentOutOfRange_ConsoleBufferBoundaries = The value must be greater than or equal to zero and less than the console's buffer size in that dimension.
815 ArgumentOutOfRange_ConsoleBufferLessThanWindowSize = The console buffer size must not be less than the current size and position of the console window, nor greater than or equal to Int16.MaxValue.
816 ArgumentOutOfRange_ConsoleWindowBufferSize = The new console window size would force the console buffer size to be too large.
817 ArgumentOutOfRange_ConsoleTitleTooLong = The console title is too long.
818 ArgumentOutOfRange_ConsoleWindowPos = The window position must be set such that the current window size fits within the console's buffer, and the numbers must not be negative.
819 ArgumentOutOfRange_ConsoleWindowSize_Size = The value must be less than the console's current maximum window size of {0} in that dimension. Note that this value depends on screen resolution and the console font.
820 ArgumentOutOfRange_ConsoleKey = Console key values must be between 0 and 255.
821 ArgumentOutOfRange_CursorSize = The cursor size is invalid. It must be a percentage between 1 and 100.
822 ArgumentOutOfRange_BadYearMonthDay = Year, Month, and Day parameters describe an un-representable DateTime.
823 ArgumentOutOfRange_BadHourMinuteSecond = Hour, Minute, and Second parameters describe an un-representable DateTime.
824 ArgumentOutOfRange_DateArithmetic = The added or subtracted value results in an un-representable DateTime.
825 ArgumentOutOfRange_DateTimeBadMonths = Months value must be between +/-120000.
826 ArgumentOutOfRange_DateTimeBadYears = Years value must be between +/-10000.
827 ArgumentOutOfRange_DateTimeBadTicks = Ticks must be between DateTime.MinValue.Ticks and DateTime.MaxValue.Ticks.
828 ArgumentOutOfRange_Day = Day must be between 1 and {0} for month {1}.
829 ArgumentOutOfRange_DecimalRound = Decimal can only round to between 0 and 28 digits of precision.
830 ArgumentOutOfRange_DecimalScale = Decimal's scale value must be between 0 and 28, inclusive.
831 ArgumentOutOfRange_Era = Time value was out of era range.
832 ArgumentOutOfRange_Enum = Enum value was out of legal range.
833 ArgumentOutOfRange_FileLengthTooBig = Specified file length was too large for the file system.
834 ArgumentOutOfRange_FileTimeInvalid = Not a valid Win32 FileTime.
835 ArgumentOutOfRange_GetByteCountOverflow = Too many characters. The resulting number of bytes is larger than what can be returned as an int.
836 ArgumentOutOfRange_GetCharCountOverflow = Too many bytes. The resulting number of chars is larger than what can be returned as an int.
837 ArgumentOutOfRange_HashtableLoadFactor = Load factor needs to be between 0.1 and 1.0.
838 ArgumentOutOfRange_HugeArrayNotSupported = Arrays larger than 2GB are not supported.
839 ArgumentOutOfRange_InvalidHighSurrogate = A valid high surrogate character is between 0xd800 and 0xdbff, inclusive.
840 ArgumentOutOfRange_InvalidLowSurrogate = A valid low surrogate character is between 0xdc00 and 0xdfff, inclusive.
841 ArgumentOutOfRange_InvalidEraValue = Era value was not valid.
842 ArgumentOutOfRange_InvalidUserDefinedAceType = User-defined ACEs must not have a well-known ACE type.
843 ArgumentOutOfRange_InvalidUTF32 = A valid UTF32 value is between 0x000000 and 0x10ffff, inclusive, and should not include surrogate codepoint values (0x00d800 ~ 0x00dfff).
844 ArgumentOutOfRange_Index = Index was out of range. Must be non-negative and less than the size of the collection.
845 ArgumentOutOfRange_IndexString = Index was out of range. Must be non-negative and less than the length of the string.
846 ArgumentOutOfRange_StreamLength = Stream length must be non-negative and less than 2^31 - 1 - origin.
847 ArgumentOutOfRange_LessEqualToIntegerMaxVal = Argument must be less than or equal to 2^31 - 1 milliseconds.
848 ArgumentOutOfRange_Month = Month must be between one and twelve.
849 ArgumentOutOfRange_MustBeNonNegInt32 = Value must be non-negative and less than or equal to Int32.MaxValue.
850 ArgumentOutOfRange_NeedNonNegNum = Non-negative number required.
851 ArgumentOutOfRange_NeedNonNegOrNegative1 = Number must be either non-negative and less than or equal to Int32.MaxValue or -1.
852 ArgumentOutOfRange_NeedPosNum = Positive number required.
853 ArgumentOutOfRange_NegativeCapacity = Capacity must be positive.
854 ArgumentOutOfRange_NegativeCount = Count cannot be less than zero.
855 ArgumentOutOfRange_NegativeLength = Length cannot be less than zero.
856 ArgumentOutOfRange_NegFileSize = Length must be non-negative.
857 ArgumentOutOfRange_ObjectID = objectID cannot be less than or equal to zero.
858 ArgumentOutOfRange_SmallCapacity = capacity was less than the current size.
859 ArgumentOutOfRange_QueueGrowFactor = Queue grow factor must be between {0} and {1}.
860 ArgumentOutOfRange_RoundingDigits = Rounding digits must be between 0 and 15, inclusive.
861 ArgumentOutOfRange_StartIndex = StartIndex cannot be less than zero.
862 ArgumentOutOfRange_MustBePositive = '{0}' must be greater than zero.
863 ArgumentOutOfRange_MustBeNonNegNum = '{0}' must be non-negative.
864 ArgumentOutOfRange_LengthGreaterThanCapacity = The length cannot be greater than the capacity.
865 ArgumentOutOfRange_ListInsert = Index must be within the bounds of the List.
866 ArgumentOutOfRange_StartIndexLessThanLength = startIndex must be less than length of string.
867 ArgumentOutOfRange_StartIndexLargerThanLength = startIndex cannot be larger than length of string.
868 ArgumentOutOfRange_EndIndexStartIndex = endIndex cannot be greater than startIndex.
869 ArgumentOutOfRange_IndexCount = Index and count must refer to a location within the string.
870 ArgumentOutOfRange_IndexCountBuffer = Index and count must refer to a location within the buffer.
871 ArgumentOutOfRange_IndexLength = Index and length must refer to a location within the string.
872 ArgumentOutOfRange_InvalidThreshold = The specified threshold for creating dictionary is out of range.
873 ArgumentOutOfRange_Capacity = Capacity exceeds maximum capacity.
874 ArgumentOutOfRange_Length = The specified length exceeds maximum capacity of SecureString.
875 ArgumentOutOfRange_LengthTooLarge = The specified length exceeds the maximum value of {0}.
876 ArgumentOutOfRange_SmallMaxCapacity = MaxCapacity must be one or greater.
877 ArgumentOutOfRange_GenericPositive = Value must be positive.
878 ArgumentOutOfRange_Range = Valid values are between {0} and {1}, inclusive.
879 ArgumentOutOfRange_AddValue = Value to add was out of range.
880 ArgumentOutOfRange_OffsetLength = Offset and length must refer to a position in the string.
881 ArgumentOutOfRange_OffsetOut = Either offset did not refer to a position in the string, or there is an insufficient length of destination character array.
882 ArgumentOutOfRange_PartialWCHAR = Pointer startIndex and length do not refer to a valid string.
883 ArgumentOutOfRange_ParamSequence = The specified parameter index is not in range.
884 ArgumentOutOfRange_Version = Version's parameters must be greater than or equal to zero.
885 ArgumentOutOfRange_TimeoutTooLarge = Time-out interval must be less than 2^32-2.
886 ArgumentOutOfRange_UIntPtrMax-1 = The length of the buffer must be less than the maximum UIntPtr value for your platform.
887 ArgumentOutOfRange_UnmanagedMemStreamLength = UnmanagedMemoryStream length must be non-negative and less than 2^63 - 1 - baseAddress.
888 ArgumentOutOfRange_UnmanagedMemStreamWrapAround = The UnmanagedMemoryStream capacity would wrap around the high end of the address space.
889 ArgumentOutOfRange_PeriodTooLarge = Period must be less than 2^32-2.
890 ArgumentOutOfRange_Year = Year must be between 1 and 9999.
891 ArgumentOutOfRange_BinaryReaderFillBuffer = The number of bytes requested does not fit into BinaryReader's internal buffer.
892 ArgumentOutOfRange_PositionLessThanCapacityRequired = The position may not be greater or equal to the capacity of the accessor.
893
894 ; ArithmeticException
895 Arithmetic_NaN = Function does not accept floating point Not-a-Number values.
896
897 ; ArrayTypeMismatchException
898 ArrayTypeMismatch_CantAssignType = Source array type cannot be assigned to destination array type.
899 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.
900
901 ; BadImageFormatException
902 BadImageFormat_ResType&SerBlobMismatch = The type serialized in the .resources file was not the same type that the .resources file said it contained. Expected '{0}' but read '{1}'.
903 BadImageFormat_ResourcesIndexTooLong = Corrupt .resources file. String for name index '{0}' extends past the end of the file.
904 BadImageFormat_ResourcesNameTooLong = Corrupt .resources file. Resource name extends past the end of the file.
905 BadImageFormat_ResourcesNameInvalidOffset = Corrupt .resources file. Invalid offset '{0}' into name section.
906 BadImageFormat_ResourcesHeaderCorrupted = Corrupt .resources file. Unable to read resources from this file because of invalid header information. Try regenerating the .resources file.
907 BadImageFormat_ResourceNameCorrupted = Corrupt .resources file. A resource name extends past the end of the stream.
908 BadImageFormat_ResourceNameCorrupted_NameIndex = Corrupt .resources file. The resource name for name index {0} extends past the end of the stream.
909 BadImageFormat_ResourceDataLengthInvalid = Corrupt .resources file.  The specified data length '{0}' is not a valid position in the stream.
910 BadImageFormat_TypeMismatch = Corrupt .resources file.  The specified type doesn't match the available data in the stream.
911 BadImageFormat_InvalidType = Corrupt .resources file.  The specified type doesn't exist.
912 BadImageFormat_ResourcesIndexInvalid = Corrupt .resources file. The resource index '{0}' is outside the valid range.
913 BadImageFormat_StreamPositionInvalid = Corrupt .resources file.  The specified position '{0}' is not a valid position in the stream.
914 BadImageFormat_ResourcesDataInvalidOffset = Corrupt .resources file. Invalid offset '{0}' into data section.
915 BadImageFormat_NegativeStringLength = Corrupt .resources file. String length must be non-negative.
916 BadImageFormat_ParameterSignatureMismatch = The parameters and the signature of the method don't match.
917
918 ; Cryptography
919 ; These strings still appear in bcl.small but should go away eventually
920 Cryptography_CSSM_Error = Error 0x{0} from the operating system security framework: '{1}'.
921 Cryptography_CSSM_Error_Unknown = Error 0x{0} from the operating system security framework.
922 Cryptography_InvalidDSASignatureSize = Length of the DSA signature was not 40 bytes.
923 Cryptography_InvalidHandle = {0} is an invalid handle.
924 Cryptography_InvalidOID = Object identifier (OID) is unknown.
925 Cryptography_OAEPDecoding = Error occurred while decoding OAEP padding.
926 Cryptography_PasswordDerivedBytes_InvalidIV = The Initialization vector should have the same length as the algorithm block size in bytes.
927 Cryptography_SSE_InvalidDataSize = Length of the data to encrypt is invalid.
928 Cryptography_X509_ExportFailed = The certificate export operation failed.
929 Cryptography_X509_InvalidContentType = Invalid content type.
930 Cryptography_CryptoStream_FlushFinalBlockTwice = FlushFinalBlock() method was called twice on a CryptoStream. It can only be called once.
931 Cryptography_HashKeySet = Hash key cannot be changed after the first write to the stream.
932 Cryptography_HashNotYetFinalized = Hash must be finalized before the hash value is retrieved.
933 Cryptography_InsufficientBuffer = Input buffer contains insufficient data.
934 Cryptography_InvalidBlockSize = Specified block size is not valid for this algorithm.
935 Cryptography_InvalidCipherMode = Specified cipher mode is not valid for this algorithm.
936 Cryptography_InvalidIVSize = Specified initialization vector (IV) does not match the block size for this algorithm.
937 Cryptography_InvalidKeySize = Specified key is not a valid size for this algorithm.
938 Cryptography_PasswordDerivedBytes_FewBytesSalt = Salt is not at least eight bytes.
939 Cryptography_PKCS7_InvalidPadding = Padding is invalid and cannot be removed.
940 Cryptography_UnknownHashAlgorithm='{0}' is not a known hash algorithm.
941 Cryptography_LegacyNetCF_UnknownError = Unknown Error '{0}'.
942 Cryptography_LegacyNetCF_CSP_CouldNotAcquire = CryptoAPI cryptographic service provider (CSP) for this implementation could not be acquired.
943
944 #if FEATURE_CRYPTO
945 Cryptography_Config_EncodedOIDError = Encoded OID length is too large (greater than 0x7f bytes).
946 Cryptography_CSP_AlgKeySizeNotAvailable = Algorithm implementation does not support a key size of {0}.
947 Cryptography_CSP_AlgorithmNotAvailable = Cryptographic service provider (CSP) could not be found for this algorithm.
948 Cryptography_CSP_CFBSizeNotSupported = Feedback size for the cipher feedback mode (CFB) must be 8 bits.
949 Cryptography_CSP_NotFound = The requested key container was not found.
950 Cryptography_CSP_NoPrivateKey = Object contains only the public half of a key pair. A private key must also be provided.
951 Cryptography_CSP_OFBNotSupported = Output feedback mode (OFB) is not supported by this implementation.
952 Cryptography_CSP_WrongKeySpec = The specified cryptographic service provider (CSP) does not support this key algorithm.
953 Cryptography_HashNameSet = Hash name cannot be changed after the first write to the stream.
954 Cryptography_InvalidHashSize = {0} algorithm hash size is {1} bytes.
955 Cryptography_InvalidKey_Weak = Specified key is a known weak key for '{0}' and cannot be used.
956 Cryptography_InvalidKey_SemiWeak = Specified key is a known semi-weak key for '{0}' and cannot be used.
957 Cryptography_InvalidKeyParameter = Parameter '{0}' is not a valid key parameter.
958 Cryptography_InvalidFeedbackSize = Specified feedback size is invalid.
959 Cryptography_InvalidOperation = This operation is not supported for this class.
960 Cryptography_InvalidPaddingMode = Specified padding mode is not valid for this algorithm.
961 Cryptography_InvalidFromXmlString = Input string does not contain a valid encoding of the '{0}' '{1}' parameter.
962 Cryptography_MissingKey = No asymmetric key object has been associated with this formatter object.
963 Cryptography_MissingOID = Required object identifier (OID) cannot be found.
964 Cryptography_NotInteractive = The current session is not interactive.
965 Cryptography_NonCompliantFIPSAlgorithm = This implementation is not part of the Windows Platform FIPS validated cryptographic algorithms.
966 Cryptography_Padding_Win2KEnhOnly = Direct Encryption and decryption using RSA are not available on this platform.
967 Cryptography_Padding_EncDataTooBig = The data to be encrypted exceeds the maximum for this modulus of {0} bytes.
968 Cryptography_Padding_DecDataTooBig = The data to be decrypted exceeds the maximum for this modulus of {0} bytes.
969 Cryptography_PasswordDerivedBytes_ValuesFixed = Value of '{0}' cannot be changed after the bytes have been retrieved.
970 Cryptography_PasswordDerivedBytes_TooManyBytes = Requested number of bytes exceeds the maximum.
971 Cryptography_PasswordDerivedBytes_InvalidAlgorithm = Algorithm is unavailable or is not supported for this operation.
972 Cryptography_PKCS1Decoding = Error occurred while decoding PKCS1 padding.
973 Cryptography_RC2_EKSKS = EffectiveKeySize value must be at least as large as the KeySize value.
974 Cryptography_RC2_EKSKS2 = EffectiveKeySize must be the same as KeySize in this implementation.
975 Cryptography_RC2_EKS40 = EffectiveKeySize value must be at least 40 bits.
976 Cryptography_SSD_InvalidDataSize = Length of the data to decrypt is invalid.
977 Cryptography_AddNullOrEmptyName = CryptoConfig cannot add a mapping for a null or empty name.
978 Cryptography_AlgorithmTypesMustBeVisible = Algorithms added to CryptoConfig must be accessable from outside their assembly.
979 #endif  // FEATURE_CRYPTO
980
981 ; EventSource
982 EventSource_ToString = EventSource({0}, {1})
983 EventSource_EventSourceGuidInUse = An instance of EventSource with Guid {0} already exists.
984 EventSource_KeywordNeedPowerOfTwo = Value {0} for keyword {1} needs to be a power of 2.
985 EventSource_UndefinedKeyword = Use of undefined keyword value {0} for event {1}.
986 EventSource_UnsupportedEventTypeInManifest = Unsupported type {0} in event source.
987 EventSource_ListenerNotFound = Listener not found.
988 EventSource_ListenerCreatedInsideCallback = Creating an EventListener inside a EventListener callback.
989 EventSource_AttributeOnNonVoid = Event attribute placed on method {0} which does not return 'void'.
990 EventSource_NeedPositiveId = Event IDs must be positive integers.
991 EventSource_ReservedOpcode = Opcode values less than 11 are reserved for system use.
992 EventSource_ReservedKeywords = Keywords values larger than 0x0000100000000000 are reserved for system use
993 EventSource_PayloadTooBig=The payload for a single event is too large.
994 EventSource_NoFreeBuffers=No Free Buffers available from the operating system (e.g. event rate too fast).
995 EventSource_NullInput=Null passed as a event argument.
996 EventSource_TooManyArgs=Too many arguments.
997 EventSource_SessionIdError=Bit position in AllKeywords ({0}) must equal the command argument named "EtwSessionKeyword" ({1}).
998 EventSource_EnumKindMismatch = The type of {0} is not expected in {1}.
999 EventSource_MismatchIdToWriteEvent = Event {0} is givien event ID {1} but {2} was passed to WriteEvent.
1000 EventSource_EventIdReused = Event {0} has ID {1} which is already in use.
1001 EventSource_EventNameReused = Event name {0} used more than once.  If you wish to overload a method, the overloaded method should have a NonEvent attribute.
1002 EventSource_UndefinedChannel = Use of undefined channel value {0} for event {1}.
1003 EventSource_UndefinedOpcode = Use of undefined opcode value {0} for event {1}.
1004 ArgumentOutOfRange_MaxArgExceeded = The total number of parameters must not exceed {0}.
1005 ArgumentOutOfRange_MaxStringsExceeded = The number of String parameters must not exceed {0}.
1006 ArgumentOutOfRange_NeedValidId = The ID parameter must be in the range {0} through {1}.
1007 EventSource_NeedGuid = The Guid of an EventSource must be non zero.
1008 EventSource_NeedName = The name of an EventSource must not be null.
1009 EventSource_EtwAlreadyRegistered = The provider has already been registered with the operating system.
1010 EventSource_ListenerWriteFailure = An error occurred when writing to a listener.
1011
1012 ; ExecutionEngineException
1013 ExecutionEngine_InvalidAttribute = Attribute cannot have multiple definitions.
1014 ExecutionEngine_MissingSecurityDescriptor = Unable to retrieve security descriptor for this frame.
1015
1016 ;;ExecutionContext
1017 ExecutionContext_UndoFailed = Undo operation on a component context threw an exception
1018
1019
1020 ; FieldAccessException
1021 FieldAccess_InitOnly = InitOnly (aka ReadOnly) fields can only be initialized in the type/instance constructor.
1022
1023 ; FormatException
1024 Format_AttributeUsage = Duplicate AttributeUsageAttribute found on attribute type {0}.
1025 Format_Bad7BitInt32 = Too many bytes in what should have been a 7 bit encoded Int32.
1026 Format_BadBase = Invalid digits for the specified base.
1027 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. 
1028 Format_BadBase64CharArrayLength = Invalid length for a Base-64 char array or string.
1029 Format_BadBoolean = String was not recognized as a valid Boolean.
1030 Format_BadDateTime = String was not recognized as a valid DateTime.
1031 Format_BadDateTimeCalendar = The DateTime represented by the string is not supported in calendar {0}.
1032 Format_BadDayOfWeek = String was not recognized as a valid DateTime because the day of week was incorrect.
1033 Format_DateOutOfRange = The DateTime represented by the string is out of range.
1034 Format_BadDatePattern = Could not determine the order of year, month, and date from '{0}'.
1035 Format_BadFormatSpecifier = Format specifier was invalid.
1036 Format_BadTimeSpan = String was not recognized as a valid TimeSpan.
1037 Format_BadQuote = Cannot find a matching quote character for the character '{0}'.
1038 Format_EmptyInputString = Input string was either empty or contained only whitespace.
1039 Format_ExtraJunkAtEnd = Additional non-parsable characters are at the end of the string.
1040 Format_GuidBrace = Expected {0xdddddddd, etc}.
1041 Format_GuidComma = Could not find a comma, or the length between the previous token and the comma was zero (i.e., '0x,'etc.).
1042 Format_GuidBraceAfterLastNumber = Could not find a brace, or the length between the previous token and the brace was zero (i.e., '0x,'etc.).
1043 Format_GuidDashes = Dashes are in the wrong position for GUID parsing.
1044 Format_GuidEndBrace = Could not find the ending brace.
1045 Format_GuidHexPrefix = Expected hex 0x in '{0}'.
1046 Format_GuidInvLen = Guid should contain 32 digits with 4 dashes (xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx).
1047 Format_GuidInvalidChar = Guid string should only contain hexadecimal characters.
1048 Format_GuidUnrecognized = Unrecognized Guid format.
1049 Format_InvalidEnumFormatSpecification = Format String can be only "G", "g", "X", "x", "F", "f", "D" or "d".
1050 Format_InvalidGuidFormatSpecification = Format String can be only "D", "d", "N", "n", "P", "p", "B", "b", "X" or "x".
1051 Format_InvalidString = Input string was not in a correct format.
1052 Format_IndexOutOfRange = Index (zero based) must be greater than or equal to zero and less than the size of the argument list.
1053 Format_UnknowDateTimeWord = The string was not recognized as a valid DateTime. There is an unknown word starting at index {0}.
1054 Format_NeedSingleChar = String must be exactly one character long.
1055 Format_NoParsibleDigits = Could not find any recognizable digits.
1056 Format_RepeatDateTimePattern = DateTime pattern '{0}' appears more than once with different values.
1057 Format_StringZeroLength = String cannot have zero length.
1058 Format_TwoTimeZoneSpecifiers = The String being parsed cannot contain two TimeZone specifiers.
1059 Format_UTCOutOfRange= The UTC representation of the date falls outside the year range 1-9999.
1060 Format_OffsetOutOfRange=The time zone offset must be within plus or minus 14 hours.
1061 Format_MissingIncompleteDate=There must be at least a partial date with a year present in the input.
1062
1063 ; IndexOutOfRangeException
1064 IndexOutOfRange_ArrayRankIndex = Array does not have that many dimensions.
1065 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.
1066 IndexOutOfRange_UMSPosition = Unmanaged memory stream position was beyond the capacity of the stream.
1067
1068 ; InsufficientMemoryException
1069 InsufficientMemory_MemFailPoint = Insufficient available memory to meet the expected demands of an operation at this time.  Please try again later.
1070 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.
1071 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.
1072
1073
1074 ; InvalidCastException
1075 InvalidCast_DBNull = Object cannot be cast to DBNull.
1076 InvalidCast_DownCastArrayElement = At least one element in the source array could not be cast down to the destination array type.
1077 InvalidCast_Empty = Object cannot be cast to Empty.
1078 InvalidCast_FromDBNull = Object cannot be cast from DBNull to other types.
1079 InvalidCast_FromTo = Invalid cast from '{0}' to '{1}'.
1080 InvalidCast_IConvertible = Object must implement IConvertible.
1081 InvalidCast_OATypeMismatch = OleAut reported a type mismatch.
1082 InvalidCast_StoreArrayElement = Object cannot be stored in an array of this type.
1083 InvalidCast_CannotCoerceByRefVariant = Object cannot be coerced to the original type of the ByRef VARIANT it was obtained from.
1084 InvalidCast_CannotCastNullToValueType = Null object cannot be converted to a value type.
1085 #if FEATURE_COMINTEROP
1086 InvalidCast_WinRTIPropertyValueElement = Object in an IPropertyValue is of type '{0}', which cannot be converted to a '{1}'.
1087 InvalidCast_WinRTIPropertyValueCoersion = Object in an IPropertyValue is of type '{0}' with value '{1}', which cannot be converted to a '{2}'.
1088 InvalidCast_WinRTIPropertyValueArrayCoersion = Object in an IPropertyValue is of type '{0}' which cannot be convereted to a '{1}' due to array element '{2}': {3}.
1089 #endif // FEATURE_COMINTEROP
1090
1091 ; InvalidOperationException
1092 InvalidOperation_ActivationArgsAppTrustMismatch = The activation arguments and application trust for the AppDomain must correspond to the same application identity.
1093 InvalidOperation_AddContextFrozen = Attempted to add properties to a frozen context.
1094 InvalidOperation_AppDomainSandboxAPINeedsExplicitAppBase = This API requires the ApplicationBase to be specified explicitly in the AppDomainSetup parameter.
1095 InvalidOperation_CantCancelCtrlBreak = Applications may not prevent control-break from terminating their process.
1096 InvalidOperation_CalledTwice = The method cannot be called twice on the same instance.
1097 ;InvalidOperation_CancellationRegionLeak = A nested cancellation region was not disposed of correctly. The thread's cancellation regions are now potentially invalid.
1098 ;InvalidOperation_CancellationSignalReuse = Cannot reuse a cancellation signal while it is still in use.
1099 InvalidOperation_CollectionCorrupted = A prior operation on this collection was interrupted by an exception. Collection's state is no longer trusted.
1100 InvalidOperation_CriticalTransparentAreMutuallyExclusive = SecurityTransparent and SecurityCritical attributes cannot be applied to the assembly scope at the same time.
1101 InvalidOperation_SubclassedObject = Cannot set sub-classed {0} object to {1} object.
1102 InvalidOperation_ExceptionStateCrossAppDomain = Thread.ExceptionState cannot access an ExceptionState from a different AppDomain.
1103 InvalidOperation_DebuggerLaunchFailed = Debugger unable to launch.
1104 InvalidOperation_ApartmentStateSwitchFailed = Failed to set the specified COM apartment state.
1105 InvalidOperation_EmptyQueue = Queue empty.
1106 InvalidOperation_EmptyStack = Stack empty.
1107 InvalidOperation_CannotRemoveFromStackOrQueue = Removal is an invalid operation for Stack or Queue.
1108 InvalidOperation_EnumEnded = Enumeration already finished.
1109 InvalidOperation_EnumFailedVersion = Collection was modified; enumeration operation may not execute.
1110 InvalidOperation_EnumNotStarted = Enumeration has not started. Call MoveNext.
1111 InvalidOperation_EnumOpCantHappen = Enumeration has either not started or has already finished.
1112 InvalidOperation_ModifyRONumFmtInfo = Unable to modify a read-only NumberFormatInfo object.
1113 #if FEATURE_CAS_POLICY
1114 InvalidOperation_ModifyROPermSet = ReadOnlyPermissionSet objects may not be modified.
1115 #endif // FEATURE_CAS_POLICY
1116 InvalidOperation_MustBeSameThread = This operation must take place on the same thread on which the object was created.
1117 InvalidOperation_MustRevertPrivilege = Must revert the privilege prior to attempting this operation.
1118 InvalidOperation_ReadOnly = Instance is read-only.
1119 InvalidOperation_RegRemoveSubKey = Registry key has subkeys and recursive removes are not supported by this method.
1120 InvalidOperation_IComparerFailed = Failed to compare two elements in the array.
1121 InvalidOperation_InternalState = Invalid internal state.
1122 InvalidOperation_DuplicatePropertyName = Another property by this name already exists.
1123 InvalidOperation_NotCurrentDomain = You can only define a dynamic assembly on the current AppDomain.
1124 InvalidOperation_ContextAlreadyFrozen = Context is already frozen.
1125 InvalidOperation_WriteOnce = This property has already been set and cannot be modified.
1126 InvalidOperation_MethodBaked = Type definition of the method is complete.
1127 InvalidOperation_MethodHasBody = Method already has a body.
1128 InvalidOperation_ModificationOfNonCanonicalAcl = This access control list is not in canonical form and therefore cannot be modified.
1129 InvalidOperation_Method = This method is not supported by the current object.
1130 InvalidOperation_NotADebugModule = Not a debug ModuleBuilder.
1131 InvalidOperation_NoMultiModuleAssembly = You cannot have more than one dynamic module in each dynamic assembly in this version of the runtime.
1132 InvalidOperation_OpenLocalVariableScope = Local variable scope was not properly closed.
1133 InvalidOperation_SetVolumeLabelFailed = Volume labels can only be set for writable local volumes.
1134 InvalidOperation_SetData = An additional permission should not be supplied for setting loader information.
1135 InvalidOperation_SetData_OnlyOnce = SetData can only be used to set the value of a given name once.
1136 InvalidOperation_SetData_OnlyLocationURI = SetData cannot be used to set the value for '{0}'.
1137 InvalidOperation_TypeHasBeenCreated = Unable to change after type has been created.
1138 InvalidOperation_TypeNotCreated = Type has not been created.
1139 InvalidOperation_NoUnderlyingTypeOnEnum = Underlying type information on enumeration is not specified.
1140 InvalidOperation_ResMgrBadResSet_Type = '{0}': ResourceSet derived classes must provide a constructor that takes a String file name and a constructor that takes a Stream.
1141 InvalidOperation_AssemblyHasBeenSaved = Assembly '{0}' has been saved.
1142 InvalidOperation_ModuleHasBeenSaved = Module '{0}' has been saved.
1143 InvalidOperation_CannotAlterAssembly = Unable to alter assembly information.
1144 InvalidOperation_BadTransientModuleReference = Unable to make a reference to a transient module from a non-transient module.
1145 InvalidOperation_BadILGeneratorUsage = ILGenerator usage is invalid.
1146 InvalidOperation_BadInstructionOrIndexOutOfBound = MSIL instruction is invalid or index is out of bounds.
1147 InvalidOperation_ShouldNotHaveMethodBody = Method body should not exist.
1148 InvalidOperation_EntryMethodNotDefinedInAssembly = Entry method is not defined in the same assembly.
1149 InvalidOperation_CantSaveTransientAssembly = Cannot save a transient assembly.
1150 InvalidOperation_BadResourceContainer = Unable to add resource to transient module or transient assembly.
1151 InvalidOperation_CantInstantiateAbstractClass = Instances of abstract classes cannot be created.
1152 InvalidOperation_CantInstantiateFunctionPointer = Instances of function pointers cannot be created.
1153 InvalidOperation_BadTypeAttributesNotAbstract = Type must be declared abstract if any of its methods are abstract.
1154 InvalidOperation_BadInterfaceNotAbstract = Interface must be declared abstract.
1155 InvalidOperation_ConstructorNotAllowedOnInterface = Interface cannot have constructors.
1156 InvalidOperation_BadMethodBody = Method '{0}' cannot have a method body.
1157 InvalidOperation_MetaDataError = Metadata operation failed.
1158 InvalidOperation_BadEmptyMethodBody = Method '{0}' does not have a method body.
1159 InvalidOperation_EndInvokeCalledMultiple = EndInvoke can only be called once for each asynchronous operation.
1160 InvalidOperation_EndReadCalledMultiple = EndRead can only be called once for each asynchronous operation.
1161 InvalidOperation_EndWriteCalledMultiple = EndWrite can only be called once for each asynchronous operation.
1162 InvalidOperation_AsmLoadedForReflectionOnly = Assembly has been loaded as ReflectionOnly. This API requires an assembly capable of execution.
1163 InvalidOperation_NoAsmName = Assembly does not have an assembly name. In order to be registered for use by COM, an assembly must have a valid assembly name.
1164 InvalidOperation_NoAsmCodeBase = Assembly does not have a code base.
1165 InvalidOperation_HandleIsNotInitialized = Handle is not initialized.
1166 InvalidOperation_HandleIsNotPinned = Handle is not pinned.
1167 InvalidOperation_SlotHasBeenFreed = LocalDataStoreSlot storage has been freed.
1168 InvalidOperation_GlobalsHaveBeenCreated = Type definition of the global function has been completed.
1169 InvalidOperation_NotAVarArgCallingConvention = Calling convention must be VarArgs.
1170 InvalidOperation_CannotImportGlobalFromDifferentModule = Unable to import a global method or field from a different module.
1171 InvalidOperation_NonStaticComRegFunction = COM register function must be static.
1172 InvalidOperation_NonStaticComUnRegFunction = COM unregister function must be static.
1173 InvalidOperation_InvalidComRegFunctionSig = COM register function must have a System.Type parameter and a void return type.
1174 InvalidOperation_InvalidComUnRegFunctionSig = COM unregister function must have a System.Type parameter and a void return type.
1175 InvalidOperation_MultipleComRegFunctions = Type '{0}' has more than one COM registration function.
1176 InvalidOperation_MultipleComUnRegFunctions = Type '{0}' has more than one COM unregistration function.
1177 InvalidOperation_MustCallInitialize = You must call Initialize on this object instance before using it.
1178 InvalidOperation_MustLockForReadOrWrite = Object must be locked for read or write.
1179 InvalidOperation_MustLockForWrite = Object must be locked for read.
1180 InvalidOperation_NoValue = Nullable object must have a value.
1181 InvalidOperation_ResourceNotStream_Name = Resource '{0}' was not a Stream - call GetObject instead.
1182 InvalidOperation_ResourceNotString_Name = Resource '{0}' was not a String - call GetObject instead.
1183 InvalidOperation_ResourceNotString_Type = Resource was of type '{0}' instead of String - call GetObject instead.
1184 InvalidOperation_ResourceWriterSaved = The resource writer has already been closed and cannot be edited.
1185 InvalidOperation_UnderlyingArrayListChanged = This range in the underlying list is invalid. A possible cause is that elements were removed.
1186 InvalidOperation_AnonymousCannotImpersonate = An anonymous identity cannot perform an impersonation.
1187 InvalidOperation_DefaultConstructorILGen = Unable to access ILGenerator on a constructor created with DefineDefaultConstructor.
1188 InvalidOperation_DefaultConstructorDefineBody = The method body of the default constructor cannot be changed.
1189 InvalidOperation_ComputerName = Computer name could not be obtained.
1190 InvalidOperation_MismatchedAsyncResult = The IAsyncResult object provided does not match this delegate.
1191 InvalidOperation_PIAMustBeStrongNamed = Primary interop assemblies must be strongly named.
1192 InvalidOperation_HashInsertFailed = Hashtable insert failed. Load factor too high. The most common cause is multiple threads writing to the Hashtable simultaneously.
1193 InvalidOperation_UnknownEnumType = Unknown enum type.
1194 InvalidOperation_GetVersion = OSVersion's call to GetVersionEx failed.
1195 InvalidOperation_InvalidPlatformID = Unrecognized OS PlatformId.
1196 InvalidOperation_DateTimeParsing = Internal Error in DateTime and Calendar operations.
1197 InvalidOperation_UserDomainName = UserDomainName native call failed.
1198 InvalidOperation_WaitOnTransparentProxy = Cannot wait on a transparent proxy.
1199 InvalidOperation_NoPublicAddMethod = Cannot add the event handler since no public add method exists for the event.
1200 InvalidOperation_NoPublicRemoveMethod = Cannot remove the event handler since no public remove method exists for the event.
1201 InvalidOperation_NotSupportedOnWinRTEvent = Adding or removing event handlers dynamically is not supported on WinRT events.
1202 InvalidOperation_ConsoleKeyAvailableOnFile = Cannot see if a key has been pressed when either application does not have a console or when console input has been redirected from a file. Try Console.In.Peek.
1203 InvalidOperation_ConsoleReadKeyOnFile = Cannot read keys when either application does not have a console or when console input has been redirected from a file. Try Console.Read.
1204 InvalidOperation_ThreadWrongThreadStart = The thread was created with a ThreadStart delegate that does not accept a parameter.
1205 InvalidOperation_ThreadAPIsNotSupported = Use CompressedStack.(Capture/Run) or ExecutionContext.(Capture/Run) APIs instead.
1206 InvalidOperation_NotNewCaptureContext = Cannot apply a context that has been marshaled across AppDomains, that was not acquired through a Capture operation or that has already been the argument to a Set call.
1207 InvalidOperation_NullContext = Cannot call Set on a null context
1208 InvalidOperation_CannotCopyUsedContext = Only newly captured contexts can be copied
1209 InvalidOperation_CannotUseSwitcherOtherThread = Undo operation must be performed on the thread where the corresponding context was Set.
1210 InvalidOperation_SwitcherCtxMismatch = The Undo operation encountered a context that is different from what was applied in the corresponding Set operation. The possible cause is that a context was Set on the thread and not reverted(undone).
1211 InvalidOperation_CannotOverrideSetWithoutRevert = Must override both HostExecutionContextManager.SetHostExecutionContext and HostExecutionContextManager.Revert.
1212 InvalidOperation_CannotUseAFCOtherThread = AsyncFlowControl object must be used on the thread where it was created.
1213 InvalidOperation_CannotRestoreUnsupressedFlow = Cannot restore context flow when it is not suppressed.
1214 InvalidOperation_CannotSupressFlowMultipleTimes = Context flow is already suppressed.
1215 InvalidOperation_CannotUseAFCMultiple = AsyncFlowControl object can be used only once to call Undo().
1216 InvalidOperation_AsyncFlowCtrlCtxMismatch = AsyncFlowControl objects can be used to restore flow only on the Context that had its flow suppressed.
1217 InvalidOperation_TimeoutsNotSupported = Timeouts are not supported on this stream.
1218 InvalidOperation_Overlapped_Pack = Cannot pack a packed Overlapped again.
1219 InvalidOperation_OnlyValidForDS = Adding ACEs with Object Flags and Object GUIDs is only valid for directory-object ACLs.
1220 InvalidOperation_WrongAsyncResultOrEndReadCalledMultiple = Either the IAsyncResult object did not come from the corresponding async method on this type, or EndRead was called multiple times with the same IAsyncResult.
1221 InvalidOperation_WrongAsyncResultOrEndWriteCalledMultiple = Either the IAsyncResult object did not come from the corresponding async method on this type, or EndWrite was called multiple times with the same IAsyncResult.
1222 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.
1223 InvalidOperation_NoSecurityDescriptor = The object does not contain a security descriptor.
1224 InvalidOperation_NotAllowedInReflectionOnly = The requested operation is invalid in the ReflectionOnly context.
1225 InvalidOperation_NotAllowedInDynamicMethod = The requested operation is invalid for DynamicMethod.
1226 InvalidOperation_PropertyInfoNotAvailable = This API does not support PropertyInfo tokens.
1227 InvalidOperation_EventInfoNotAvailable = This API does not support EventInfo tokens.
1228 InvalidOperation_UnexpectedWin32Error = Unexpected error when calling an operating system function.  The returned error code is 0x{0:x}.
1229 InvalidOperation_AssertTransparentCode = Cannot perform CAS Asserts in Security Transparent methods
1230 InvalidOperation_NullModuleHandle = The requested operation is invalid when called on a null ModuleHandle.
1231 InvalidOperation_NotWithConcurrentGC = This API is not available when the concurrent GC is enabled.
1232 InvalidOperation_WithoutARM = This API is not available when AppDomain Resource Monitoring is not turned on.
1233 InvalidOperation_NotGenericType = This operation is only valid on generic types.
1234 InvalidOperation_TypeCannotBeBoxed = The given type cannot be boxed.
1235 InvalidOperation_HostModifiedSecurityState = The security state of an AppDomain was modified by an AppDomainManager configured with the NoSecurityChanges flag.
1236 InvalidOperation_StrongNameKeyPairRequired = A strong name key pair is required to emit a strong-named dynamic assembly.
1237 #if FEATURE_COMINTEROP
1238 InvalidOperation_EventTokenTableRequiresDelegate = Type '{0}' is not a delegate type.  EventTokenTable may only be used with delegate types.
1239 #endif // FEATURE_COMINTEROP
1240 InvalidOperation_NullArray = The underlying array is null.
1241 ;system.security.claims
1242 InvalidOperation_ClaimCannotBeRemoved = The Claim '{0}' was not able to be removed.  It is either not part of this Identity or it is a claim that is owned by the Principal that contains this Identity. For example, the Principal will own the claim when creating a GenericPrincipal with roles. The roles will be exposed through the Identity that is passed in the constructor, but not actually owned by the Identity.  Similar logic exists for a RolePrincipal.
1243 InvalidOperationException_ActorGraphCircular = Actor cannot be set so that circular directed graph will exist chaining the subjects together.
1244 InvalidOperation_AsyncIOInProgress = The stream is currently in use by a previous operation on the stream.
1245 InvalidOperation_APIInvalidForCurrentContext = The API '{0}' cannot be used on the current platform. See http://go.microsoft.com/fwlink/?LinkId=248273 for more information.
1246
1247 ; InvalidProgramException
1248 InvalidProgram_Default = Common Language Runtime detected an invalid program.
1249
1250 ; Isolated Storage
1251 #if FEATURE_ISOSTORE
1252 IsolatedStorage_AssemblyMissingIdentity = Unable to determine assembly of the caller.
1253 IsolatedStorage_ApplicationMissingIdentity = Unable to determine application identity of the caller.
1254 IsolatedStorage_DomainMissingIdentity = Unable to determine domain of the caller.
1255 IsolatedStorage_AssemblyGrantSet = Unable to determine granted permission for assembly.
1256 IsolatedStorage_DomainGrantSet = Unable to determine granted permission for domain.
1257 IsolatedStorage_ApplicationGrantSet = Unable to determine granted permission for application.
1258 IsolatedStorage_Init = Initialization failed.
1259 IsolatedStorage_ApplicationNoEvidence = Unable to determine identity of application.
1260 IsolatedStorage_AssemblyNoEvidence = Unable to determine identity of assembly.
1261 IsolatedStorage_DomainNoEvidence = Unable to determine the identity of domain.
1262 IsolatedStorage_DeleteDirectories = Unable to delete; directory or files in the directory could be in use.
1263 IsolatedStorage_DeleteFile = Unable to delete file.
1264 IsolatedStorage_CreateDirectory = Unable to create directory.
1265 IsolatedStorage_DeleteDirectory = Unable to delete, directory not empty or does not exist.
1266 IsolatedStorage_Operation_ISFS = Operation not permitted on IsolatedStorageFileStream.
1267 IsolatedStorage_Operation = Operation not permitted.
1268 IsolatedStorage_Path = Path must be a valid file name.
1269 IsolatedStorage_FileOpenMode = Invalid mode, see System.IO.FileMode.
1270 IsolatedStorage_SeekOrigin = Invalid origin, see System.IO.SeekOrigin.
1271 IsolatedStorage_Scope_U_R_M = Invalid scope, expected User, User|Roaming or Machine.
1272 IsolatedStorage_Scope_Invalid = Invalid scope.
1273 IsolatedStorage_Exception = An error occurred while accessing IsolatedStorage.
1274 IsolatedStorage_QuotaIsUndefined = {0} is not defined for this store. An operation was performed that requires access to {0}. Stores obtained using enumeration APIs do not have a well-defined {0}, since partial evidence is used to open the store.
1275 IsolatedStorage_CurrentSizeUndefined = Current size cannot be determined for this store.
1276 IsolatedStorage_DomainUndefined = Domain cannot be determined on an Assembly or Application store.
1277 IsolatedStorage_ApplicationUndefined = Application cannot be determined on an Assembly or Domain store.
1278 IsolatedStorage_AssemblyUndefined = Assembly cannot be determined for an Application store.
1279 IsolatedStorage_StoreNotOpen = Store must be open for this operation.
1280 IsolatedStorage_OldQuotaLarger = The new quota must be larger than the old quota.
1281 IsolatedStorage_UsageWillExceedQuota = There is not enough free space to perform the operation.
1282 IsolatedStorage_NotValidOnDesktop = The Site scope is currently not supported.
1283 IsolatedStorage_OnlyIncreaseUserApplicationStore = Increasing the quota of this scope is not supported.  Only the user application scope’s quota can be increased.
1284 #endif  // FEATURE_ISOSTORE
1285
1286 ; Verification Exception
1287 Verification_Exception = Operation could destabilize the runtime.
1288
1289 ; IL stub marshaler exceptions
1290 Marshaler_StringTooLong = Marshaler restriction: Excessively long string.
1291
1292 ; Missing (General)
1293 MissingConstructor_Name = Constructor on type '{0}' not found.
1294 MissingField = Field not found.
1295 MissingField_Name = Field '{0}' not found.
1296 MissingMember = Member not found.
1297 MissingMember_Name = Member '{0}' not found.
1298 MissingMethod_Name = Method '{0}' not found.
1299 MissingModule = Module '{0}' not found.
1300 MissingType = Type '{0}' not found.
1301
1302 ; MissingManifestResourceException
1303 Arg_MissingManifestResourceException = Unable to find manifest resource.
1304 MissingManifestResource_LooselyLinked = Could not find a manifest resource entry called "{0}" in assembly "{1}". Please check spelling, capitalization, and build rules to ensure "{0}" is being linked into the assembly.
1305 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.
1306 MissingManifestResource_NoNeutralDisk = Could not find any resources appropriate for the specified culture (or the neutral culture) on disk.
1307 MissingManifestResource_MultipleBlobs = A case-insensitive lookup for resource file "{0}" in assembly "{1}" found multiple entries. Remove the duplicates or specify the exact case.
1308 #if !FEATURE_CORECLR
1309 MissingManifestResource_ResWFileNotLoaded = Unable to load resources for resource file "{0}" in package "{1}".
1310 MissingManifestResource_NoPRIresources = Unable to open Package Resource Index.
1311 #endif
1312
1313 ; MissingMember
1314 MissingMemberTypeRef = FieldInfo does not match the target Type.
1315 MissingMemberNestErr = TypedReference can only be made on nested value Types.
1316
1317 ; MissingSatelliteAssemblyException
1318 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.
1319 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.
1320
1321 ; MulticastNotSupportedException
1322 Multicast_Combine = Delegates that are not of type MulticastDelegate may not be combined.
1323
1324 ; NotImplementedException
1325 Arg_NotImplementedException = The method or operation is not implemented.
1326 NotImplemented_ResourcesLongerThan2^63 = Resource files longer than 2^63 bytes are not currently implemented.
1327
1328 ; NotSupportedException
1329 NotSupported_NYI = This feature is not currently implemented.
1330 NotSupported_AbstractNonCLS = This non-CLS method is not implemented.
1331 NotSupported_ChangeType = ChangeType operation is not supported.
1332 NotSupported_ContainsStackPtr = Cannot create boxed TypedReference, ArgIterator, or RuntimeArgumentHandle Objects.
1333 NotSupported_ContainsStackPtr[] = Cannot create arrays of TypedReference, ArgIterator, ByRef, or RuntimeArgumentHandle Objects.
1334 NotSupported_OpenType = Cannot create arrays of open type. 
1335 NotSupported_DBNullSerial = Only one DBNull instance may exist, and calls to DBNull deserialization methods are not allowed.
1336 NotSupported_DelegateSerHolderSerial = DelegateSerializationHolder objects are designed to represent a delegate during serialization and are not serializable themselves.
1337 NotSupported_DelegateCreationFromPT = Application code cannot use Activator.CreateInstance to create types that derive from System.Delegate. Delegate.CreateDelegate can be used instead.
1338 NotSupported_EncryptionNeedsNTFS = File encryption support only works on NTFS partitions.
1339 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.
1340 NotSupported_FixedSizeCollection = Collection was of a fixed size.
1341 NotSupported_KeyCollectionSet = Mutating a key collection derived from a dictionary is not allowed.
1342 NotSupported_ValueCollectionSet = Mutating a value collection derived from a dictionary is not allowed.
1343 NotSupported_MemStreamNotExpandable = Memory stream is not expandable.
1344 NotSupported_ObsoleteResourcesFile = Found an obsolete .resources file in assembly '{0}'. Rebuild that .resources file then rebuild that assembly.
1345 NotSupported_OleAutBadVarType = The given Variant type is not supported by this OleAut function.
1346 NotSupported_PopulateData = This Surrogate does not support PopulateData().
1347 NotSupported_ReadOnlyCollection = Collection is read-only.
1348 NotSupported_RangeCollection = The specified operation is not supported on Ranges.
1349 NotSupported_SortedListNestedWrite = This operation is not supported on SortedList nested types because they require modifying the original SortedList.
1350 NotSupported_SubclassOverride = Derived classes must provide an implementation.
1351 NotSupported_TypeCannotDeserialized = Direct deserialization of type '{0}' is not supported.
1352 NotSupported_UnreadableStream = Stream does not support reading.
1353 NotSupported_UnseekableStream = Stream does not support seeking.
1354 NotSupported_UnwritableStream = Stream does not support writing.
1355 NotSupported_CannotWriteToBufferedStreamIfReadBufferCannotBeFlushed = Cannot write to a BufferedStream while the read buffer is not empty if the underlying stream is not seekable. Ensure that the stream underlying this BufferedStream can seek or avoid interleaving read and write operations on this BufferedStream.
1356 NotSupported_Method = Method is not supported.
1357 NotSupported_Constructor = Object cannot be created through this constructor.
1358 NotSupported_DynamicModule = The invoked member is not supported in a dynamic module.
1359 NotSupported_TypeNotYetCreated = The invoked member is not supported before the type is created.
1360 NotSupported_SymbolMethod = Not supported in an array method of a type definition that is not complete.
1361 NotSupported_NotDynamicModule = The MethodRental.SwapMethodBody method can only be called to swap the method body of a method in a dynamic module.
1362 NotSupported_DynamicAssembly = The invoked member is not supported in a dynamic assembly.
1363 NotSupported_NotAllTypesAreBaked = Type '{0}' was not completed.
1364 NotSupported_CannotSaveModuleIndividually = Unable to save a ModuleBuilder if it was created underneath an AssemblyBuilder. Call Save on the AssemblyBuilder instead.
1365 NotSupported_MaxWaitHandles = The number of WaitHandles must be less than or equal to 64.
1366 NotSupported_IllegalOneByteBranch = Illegal one-byte branch at position: {0}. Requested branch was: {1}.
1367 NotSupported_OutputStreamUsingTypeBuilder = Output streams do not support TypeBuilders.
1368 NotSupported_ValueClassCM = Custom marshalers for value types are not currently supported.
1369 NotSupported_Void[] = Arrays of System.Void are not supported.
1370 NotSupported_NoParentDefaultConstructor = Parent does not have a default constructor. The default constructor must be explicitly defined.
1371 NotSupported_NonReflectedType = Not supported in a non-reflected type.
1372 NotSupported_GlobalFunctionNotBaked = The type definition of the global function is not completed.
1373 NotSupported_SecurityPermissionUnion = Union is not implemented.
1374 NotSupported_UnitySerHolder = The UnitySerializationHolder object is designed to transmit information about other types and is not serializable itself.
1375 NotSupported_UnknownTypeCode = TypeCode '{0}' was not valid.
1376 NotSupported_WaitAllSTAThread = WaitAll for multiple handles on a STA thread is not supported.
1377 NotSupported_SignalAndWaitSTAThread = SignalAndWait on a STA thread is not supported.
1378 NotSupported_CreateInstanceWithTypeBuilder = CreateInstance cannot be used with an object of type TypeBuilder.
1379 NotSupported_NonUrlAttrOnMBR = UrlAttribute is the only attribute supported for MarshalByRefObject.
1380 NotSupported_ActivAttrOnNonMBR = Activation Attributes are not supported for types not deriving from MarshalByRefObject.
1381 NotSupported_ActivForCom = Activation Attributes not supported for COM Objects.
1382 NotSupported_NoCodepageData = No data is available for encoding {0}.
1383 NotSupported_CodePage50229 = The ISO-2022-CN Encoding (Code page 50229) is not supported.
1384 NotSupported_DynamicAssemblyNoRunAccess = Cannot execute code on a dynamic assembly without run access.
1385 NotSupported_IDispInvokeDefaultMemberWithNamedArgs = Invoking default method with named arguments is not supported.
1386 NotSupported_Type = Type is not supported.
1387 NotSupported_GetMethod = The 'get' method is not supported on this property.
1388 NotSupported_SetMethod = The 'set' method is not supported on this property.
1389 NotSupported_DeclarativeUnion = Declarative unionizing of these permissions is not supported.
1390 NotSupported_StringComparison = The string comparison type passed in is currently not supported.
1391 NotSupported_WrongResourceReader_Type = This .resources file should not be read with this reader. The resource reader type is "{0}".
1392 NotSupported_MustBeModuleBuilder = Module argument must be a ModuleBuilder.
1393 NotSupported_CallToVarArg = Vararg calling convention not supported.
1394 NotSupported_TooManyArgs = Stack size too deep. Possibly too many arguments.
1395 NotSupported_DeclSecVarArg = Assert, Deny, and PermitOnly are not supported on methods with a Vararg calling convention.
1396 NotSupported_AmbiguousIdentity = The operation is ambiguous because the permission represents multiple identities.
1397 NotSupported_DynamicMethodFlags = Wrong MethodAttributes or CallingConventions for DynamicMethod. Only public, static, standard supported
1398 NotSupported_GlobalMethodSerialization = Serialization of global methods (including implicit serialization via the use of asynchronous delegates) is not supported.
1399 NotSupported_InComparableType = A type must implement IComparable<T> or IComparable to support comparison.
1400 NotSupported_ManagedActivation = Cannot create uninitialized instances of types requiring managed activation.
1401 NotSupported_ByRefReturn = ByRef return value not supported in reflection invocation.
1402 NotSupported_DelegateMarshalToWrongDomain = Delegates cannot be marshaled from native code into a domain other than their home domain.
1403 NotSupported_ResourceObjectSerialization = Cannot read resources that depend on serialization.
1404 NotSupported_One = The arithmetic type '{0}' cannot represent the number one.
1405 NotSupported_Zero = The arithmetic type '{0}' cannot represent the number zero.
1406 NotSupported_MaxValue = The arithmetic type '{0}' does not have a maximum value.
1407 NotSupported_MinValue = The arithmetic type '{0}' does not have a minimum value.
1408 NotSupported_PositiveInfinity = The arithmetic type '{0}' cannot represent positive infinity.
1409 NotSupported_NegativeInfinity = The arithmetic type '{0}' cannot represent negative infinity.
1410 NotSupported_UmsSafeBuffer = This operation is not supported for an UnmanagedMemoryStream created from a SafeBuffer.
1411 NotSupported_Reading = Accessor does not support reading.
1412 NotSupported_Writing = Accessor does not support writing.
1413 NotSupported_UnsafePointer = This accessor was created with a SafeBuffer; use the SafeBuffer to gain access to the pointer.
1414 NotSupported_CollectibleCOM = COM Interop is not supported for collectible types.
1415 NotSupported_CollectibleAssemblyResolve = Resolving to a collectible assembly is not supported.
1416 NotSupported_CollectibleBoundNonCollectible = A non-collectible assembly may not reference a collectible assembly.
1417 NotSupported_CollectibleDelegateMarshal = Delegate marshaling for types within collectible assemblies is not supported.
1418 #if FEATURE_WINDOWSPHONE
1419 NotSupported_UserDllImport = DllImport cannot be used on user-defined methods.
1420 NotSupported_UserCOM = COM Interop is not supported for user-defined types.
1421 #endif //FEATURE_WINDOWSPHONE
1422 #if FEATURE_CAS_POLICY
1423 NotSupported_RequiresCasPolicyExplicit = This method explicitly uses CAS policy, which has been obsoleted by the .NET Framework. In order to enable CAS policy for compatibility reasons, please use the NetFx40_LegacySecurityPolicy configuration switch. Please see http://go.microsoft.com/fwlink/?LinkID=155570 for more information.
1424 NotSupported_RequiresCasPolicyImplicit = This method implicitly uses CAS policy, which has been obsoleted by the .NET Framework. In order to enable CAS policy for compatibility reasons, please use the NetFx40_LegacySecurityPolicy configuration switch. Please see http://go.microsoft.com/fwlink/?LinkID=155570 for more information.
1425 NotSupported_CasDeny = The Deny stack modifier has been obsoleted by the .NET Framework.  Please see http://go.microsoft.com/fwlink/?LinkId=155571 for more information.
1426 NotSupported_SecurityContextSourceAppDomainInHeterogenous = SecurityContextSource.CurrentAppDomain is not supported in heterogenous AppDomains.
1427 #endif // FEATURE_CAS_POLICY
1428 #if FEATURE_APPX
1429 NotSupported_AppX = {0} is not supported in AppX.
1430 LoadOfFxAssemblyNotSupported_AppX = {0} of .NET Framework assemblies is not supported in AppX.
1431 #endif
1432 #if FEATURE_COMINTEROP
1433 NotSupported_WinRT_PartialTrust = Windows Runtime is not supported in partial trust.
1434 #endif // FEATURE_COMINTEROP
1435 ; ReflectionTypeLoadException
1436 ReflectionTypeLoad_LoadFailed = Unable to load one or more of the requested types. Retrieve the LoaderExceptions property for more information.
1437 #if !FEATURE_CORECLR
1438 NotSupported_NoTypeInfo = Cannot resolve {0} to a TypeInfo object.
1439 #endif
1440 #if FEATURE_COMINTEROP
1441 NotSupported_PIAInAppxProcess = A Primary Interop Assembly is not supported in AppX.
1442 #endif
1443 #if FEATURE_WINDOWSPHONE
1444 NotSupported_WindowsPhone = {0} is not supported on Windows Phone.
1445 NotSupported_AssemblyLoadCodeBase = Assembly.Load with a Codebase is not supported on Windows Phone.
1446 #endif
1447
1448 ; TypeLoadException
1449 TypeLoad_ResolveType = Could not resolve type '{0}'.
1450 TypeLoad_ResolveTypeFromAssembly = Could not resolve type '{0}' in assembly '{1}'.
1451 TypeLoad_ResolveNestedType = Could not resolve nested type '{0}' in type "{1}'.
1452 FileNotFound_ResolveAssembly = Could not resolve assembly '{0}'.
1453
1454 ; NullReferenceException
1455 NullReference_This = The pointer for this method was null.
1456
1457 ; ObjectDisposedException
1458 ObjectDisposed_Generic = Cannot access a disposed object.
1459 ObjectDisposed_FileClosed = Cannot access a closed file.
1460 ObjectDisposed_ObjectName_Name = Object name: '{0}'.
1461 ObjectDisposed_ReaderClosed = Cannot read from a closed TextReader.
1462 ObjectDisposed_ResourceSet = Cannot access a closed resource set.
1463 ObjectDisposed_RegKeyClosed = Cannot access a closed registry key.
1464 ObjectDisposed_StreamClosed = Cannot access a closed Stream.
1465 ObjectDisposed_WriterClosed = Cannot write to a closed TextWriter.
1466 ObjectDisposed_ViewAccessorClosed = Cannot access a closed accessor.
1467
1468 ; OperationCanceledException
1469 OperationCanceled = The operation was canceled.
1470
1471 ; OutOfMemoryException
1472 OutOfMemory_GCHandleMDA = The GCHandle MDA has run out of available cookies.
1473
1474 ; OverflowException
1475 Overflow_Byte = Value was either too large or too small for an unsigned byte.
1476 Overflow_Char = Value was either too large or too small for a character.
1477 Overflow_Currency = Value was either too large or too small for a Currency.
1478 Overflow_Decimal = Value was either too large or too small for a Decimal.
1479 Overflow_Int16 = Value was either too large or too small for an Int16.
1480 Overflow_Int32 = Value was either too large or too small for an Int32.
1481 Overflow_Int64 = Value was either too large or too small for an Int64.
1482 Overflow_NegateTwosCompNum = Negating the minimum value of a twos complement number is invalid.
1483 Overflow_NegativeUnsigned = The string was being parsed as an unsigned number and could not have a negative sign.
1484 Overflow_SByte = Value was either too large or too small for a signed byte.
1485 Overflow_Single = Value was either too large or too small for a Single.
1486 Overflow_Double = Value was either too large or too small for a Double.
1487 Overflow_TimeSpanTooLong = TimeSpan overflowed because the duration is too long.
1488 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.
1489 Overflow_Duration = The duration cannot be returned for TimeSpan.MinValue because the absolute value of TimeSpan.MinValue exceeds the value of TimeSpan.MaxValue.
1490 Overflow_UInt16 = Value was either too large or too small for a UInt16.
1491 Overflow_UInt32 = Value was either too large or too small for a UInt32.
1492 Overflow_UInt64 = Value was either too large or too small for a UInt64.
1493
1494 ; PlatformNotsupportedException
1495 PlatformNotSupported_RequiresLonghorn = This operation is only supported on Windows Vista and above.
1496 PlatformNotSupported_RequiresNT = This operation is only supported on Windows 2000, Windows XP, and higher.
1497 PlatformNotSupported_RequiresW2kSP3 = This operation is only supported on Windows 2000 SP3 or later operating systems.
1498 #if FEATURE_COMINTEROP
1499 PlatformNotSupported_WinRT = Windows Runtime is not supported on this operating system.
1500 #endif // FEATURE_COMINTEROP
1501
1502 ; PolicyException
1503 ; This still appears in bcl.small but should go away eventually
1504 Policy_Default = Error occurred while performing a policy operation.
1505 Policy_CannotLoadSemiTrustAssembliesDuringInit = All assemblies loaded as part of AppDomain initialization must be fully trusted.
1506 #if FEATURE_IMPERSONATION
1507 Policy_PrincipalTwice = Default principal object cannot be set twice.
1508 #endif // FEATURE_IMPERSONATION
1509 #if FEATURE_CAS_POLICY
1510 Policy_PolicyAlreadySet = Policy for this domain cannot be set twice.
1511 Policy_NoExecutionPermission = Execution permission cannot be acquired.
1512 Policy_NoRequiredPermission = Required permissions cannot be acquired.
1513 Policy_MultipleExclusive = More than one exclusive group is not allowed.
1514 Policy_RecoverNotFileBased = PolicyLevel object not based on a file cannot be recovered.
1515 Policy_RecoverNoConfigFile = No old configuration file exists to recover.
1516 Policy_UnableToSave = Policy level '{0}' could not be saved: {1}.
1517 Policy_BadXml = Policy configuration XML is invalid. The required tag '{0}' is missing.
1518 Policy_NonFullTrustAssembly = Policy references an assembly not in the full trust assemblies list.
1519 Policy_MissingActivationContextInAppEvidence = The application evidence does not contain a Fusion activation context.
1520 Policy_NoTrustManager = A trust manager could not be loaded for this application.
1521 Policy_GrantSetDoesNotMatchDomain = An assembly was provided an invalid grant set by runtime host '{0}'. In a homogenous AppDomain, the only valid grant sets are FullTrust and the AppDomain's sandbox grant set.
1522 #endif  // FEATURE_CAS_POLICY
1523 Policy_SaveNotFileBased = PolicyLevel object not based on a file cannot be saved.
1524 Policy_AppTrustMustGrantAppRequest = ApplicationTrust grant set does not contain ActivationContext's minimum request set.
1525
1526 Error_SecurityPolicyFileParse = Error occurred while parsing the '{0}' policy level. The default policy level was used instead.
1527 Error_SecurityPolicyFileParseEx = Error '{1}' occurred while parsing the '{0}' policy level. The default policy level was used instead.
1528
1529 #if FEATURE_CAS_POLICY
1530 Policy_EvidenceMustBeSerializable = Objects used as evidence must be serializable.
1531 Policy_DuplicateEvidence = The evidence collection already contains evidence of type '{0}'. Multiple pieces of the same type of evidence are not allowed.
1532 Policy_IncorrectHostEvidence = Runtime host '{0}' returned evidence of type '{1}' from a request for evidence of type '{2}'.
1533 Policy_NullHostEvidence = Runtime host '{0}' returned null when asked for assembly evidence for assembly '{1}'.
1534 Policy_NullHostGrantSet = Runtime host '{0}' returned a null grant set from ResolvePolicy.
1535 #endif // FEATURE_CAS_POLICY
1536
1537 ; Policy codegroup and permission set names and descriptions
1538 #if FEATURE_CAS_POLICY
1539 Policy_AllCode_Name = All_Code
1540 Policy_AllCode_DescriptionFullTrust = Code group grants all code full trust and forms the root of the code group tree.
1541 Policy_AllCode_DescriptionNothing = Code group grants no permissions and forms the root of the code group tree.
1542 Policy_MyComputer_Name = My_Computer_Zone
1543 Policy_MyComputer_Description = Code group grants full trust to all code originating on the local computer
1544 Policy_Intranet_Name = LocalIntranet_Zone
1545 Policy_Intranet_Description = Code group grants the intranet permission set to code from the intranet zone. This permission set grants intranet code the right to use isolated storage, full UI access, some capability to do reflection, and limited access to environment variables.
1546 Policy_IntranetNet_Name = Intranet_Same_Site_Access
1547 Policy_IntranetNet_Description = All intranet code gets the right to connect back to the site of its origin.
1548 Policy_IntranetFile_Name = Intranet_Same_Directory_Access
1549 Policy_IntranetFile_Description = All intranet code gets the right to read from its install directory.
1550 Policy_Internet_Name = Internet_Zone
1551 Policy_Internet_Description = Code group grants code from the Internet zone the Internet permission set. This permission set grants Internet code the right to use isolated storage and limited UI access.
1552 Policy_InternetNet_Name = Internet_Same_Site_Access
1553 Policy_InternetNet_Description = All Internet code gets the right to connect back to the site of its origin.
1554 Policy_Trusted_Name = Trusted_Zone
1555 Policy_Trusted_Description = Code from a trusted zone is granted the Internet permission set. This permission set grants the right to use isolated storage and limited UI access.
1556 Policy_TrustedNet_Name = Trusted_Same_Site_Access
1557 Policy_TrustedNet_Description = All Trusted Code gets the right to connect back to the site of its origin.
1558 Policy_Untrusted_Name = Restricted_Zone
1559 Policy_Untrusted_Description = Code coming from a restricted zone does not receive any permissions.
1560 Policy_Microsoft_Name = Microsoft_Strong_Name
1561 Policy_Microsoft_Description = Code group grants full trust to code signed with the Microsoft strong name.
1562 Policy_Ecma_Name = ECMA_Strong_Name
1563 Policy_Ecma_Description = Code group grants full trust to code signed with the ECMA strong name.
1564
1565 ; Policy permission set descriptions
1566 Policy_PS_FullTrust = Allows full access to all resources
1567 Policy_PS_Everything = Allows unrestricted access to all resources covered by built-in permissions
1568 Policy_PS_Nothing = Denies all resources, including the right to execute
1569 Policy_PS_Execution = Permits execution
1570 Policy_PS_SkipVerification = Grants right to bypass the verification
1571 Policy_PS_Internet = Default rights given to Internet applications
1572 Policy_PS_LocalIntranet = Default rights given to applications on the local intranet
1573
1574 ; default Policy level names
1575 Policy_PL_Enterprise = Enterprise
1576 Policy_PL_Machine = Machine
1577 Policy_PL_User = User
1578 Policy_PL_AppDomain = AppDomain
1579 #endif  // FEATURE_CAS_POLICY
1580
1581 ; RankException
1582 Rank_MultiDimNotSupported = Only single dimension arrays are supported here.
1583 Rank_MustMatch = The specified arrays must have the same number of dimensions.
1584
1585 ; TypeInitializationException
1586 TypeInitialization_Default = Type constructor threw an exception.
1587 TypeInitialization_Type = The type initializer for '{0}' threw an exception.
1588
1589 ; TypeLoadException
1590
1591
1592 ;
1593 ; Reflection exceptions
1594 ;
1595 RtType.InvalidCaller = Caller is not a friend.
1596
1597 ;CustomAttributeFormatException
1598 RFLCT.InvalidPropFail = '{0}' property specified was not found.
1599 RFLCT.InvalidFieldFail = '{0}' field specified was not found.
1600
1601 ;InvalidFilterCriteriaException
1602 RFLCT.FltCritString = A String must be provided for the filter criteria.
1603 RFLCT.FltCritInt = An Int32 must be provided for the filter criteria.
1604
1605 ; TargetException
1606 RFLCT.Targ_ITargMismatch = Object does not match target type.
1607 RFLCT.Targ_StatMethReqTarg = Non-static method requires a target.
1608 RFLCT.Targ_StatFldReqTarg = Non-static field requires a target.
1609
1610 ;AmbiguousMatchException
1611 RFLCT.Ambiguous = Ambiguous match found.
1612 RFLCT.AmbigCust = Multiple custom attributes of the same type found.
1613
1614 ;
1615 ; Remoting exceptions
1616 ;
1617 Remoting_AppDomainUnloaded_ThreadUnwound = The application domain in which the thread was running has been unloaded.
1618 Remoting_AppDomainUnloaded = The target application domain has been unloaded.
1619 Remoting_CantRemotePointerType = Pointer types cannot be passed in a remote call.
1620 Remoting_TypeCantBeRemoted = The given type cannot be passed in a remote call.
1621 Remoting_Delegate_TooManyTargets = The delegate must have only one target.
1622 Remoting_InvalidContext = The context is not valid.
1623 Remoting_InvalidValueTypeFieldAccess = An attempt was made to calculate the address of a value type field on a remote object. This was likely caused by an attempt to directly get or set the value of a field within this embedded value type. Avoid this and instead provide and use access methods for each field in the object that will be accessed remotely.
1624 Remoting_Message_BadRetValOrOutArg = Bad return value or out-argument inside the return message.
1625 Remoting_NonPublicOrStaticCantBeCalledRemotely = Permission denied: cannot call non-public or static methods remotely.
1626 Remoting_Proxy_ProxyTypeIsNotMBR = classToProxy argument must derive from MarshalByRef type.
1627 Remoting_TP_NonNull = The transparent proxy field of a real proxy must be null.
1628 #if FEATURE_REMOTING
1629 Remoting_Activation_BadAttribute = Activation attribute does not implement the IContextAttribute interface.
1630 Remoting_Activation_BadObject = Proxy Attribute returned an incompatible object when constructing an instance of type {0}.
1631 Remoting_Activation_MBR_ProxyAttribute = Proxy Attributes are supported on ContextBound types only.
1632 Remoting_Activation_ConnectFailed = An attempt to connect to the remote activator failed with exception '{0}'.
1633 Remoting_Activation_Failed = Activation failed due to an unknown reason.
1634 Remoting_Activation_InconsistentState = Inconsistent state during activation; there may be two proxies for the same object.
1635 Remoting_Activation_MissingRemoteAppEntry = Cannot find an entry for remote application '{0}'.
1636 Remoting_Activation_NullReturnValue = Return value of construction call was null.
1637 Remoting_Activation_NullFromInternalUnmarshal = InternalUnmarshal of returned ObjRef from activation call returned null.
1638 Remoting_Activation_WellKnownCTOR = Cannot run a non-default constructor when connecting to well-known objects.
1639 Remoting_Activation_PermissionDenied = Type '{0}' is not registered for activation.
1640 Remoting_Activation_PropertyUnhappy = A context property did not approve the candidate context for activating the object.
1641 Remoting_Activation_AsyncUnsupported = Async Activation not supported.
1642 Remoting_AmbiguousCTOR = Cannot resolve the invocation to the correct constructor.
1643 Remoting_AmbiguousMethod = Cannot resolve the invocation to the correct method.
1644 Remoting_AppDomains_NYI = This feature is not yet supported for cross-application domain.
1645 Remoting_AppDomainsCantBeCalledRemotely = Permission denied: cannot call methods on the AppDomain class remotely.
1646 Remoting_AssemblyLoadFailed = Cannot load assembly '{0}'.
1647 Remoting_Attribute_UseAttributeNotsettable = UseAttribute not allowed in SoapTypeAttribute.
1648 Remoting_BadType = Cannot load type '{0}'.
1649 Remoting_BadField = Remoting cannot find field '{0}' on type '{1}'.
1650 Remoting_BadInternalState_ActivationFailure = Invalid internal state: Activation service failed to initialize.
1651 Remoting_BadInternalState_ProxySameAppDomain = Invalid internal state: A marshal by ref object should not have a proxy in its own AppDomain.
1652 Remoting_BadInternalState_FailEnvoySink = Invalid internal state: Failed to create an envoy sink for the object.
1653 Remoting_CantDisconnectClientProxy = Cannot call disconnect on a proxy.
1654 Remoting_CantInvokeIRemoteDispatch = Cannot invoke methods on IRemoteDispatch.
1655 Remoting_ChannelNameAlreadyRegistered = The channel '{0}' is already registered.
1656 Remoting_ChannelNotRegistered = The channel '{0}' is not registered with remoting services.
1657 Remoting_Channel_PopOnEmptySinkStack = Tried to pop data from an empty channel sink stack.
1658 Remoting_Channel_PopFromSinkStackWithoutPush = A channel sink tried to pop data from the stack without first pushing data onto the stack.
1659 Remoting_Channel_StoreOnEmptySinkStack = A channel sink called the Store method when the sink stack was empty.
1660 Remoting_Channel_StoreOnSinkStackWithoutPush = A channel sink called the Store method on the sink stack without first pushing data onto the stack.
1661 Remoting_Channel_CantCallAPRWhenStackEmpty = Cannot call the AsyncProcessResponse method on the previous channel sink because the stack is empty.
1662 Remoting_Channel_CantCallFRSWhenStackEmtpy = Called FlipRememberedStack() when stack was not null.
1663 Remoting_Channel_CantCallGetResponseStreamWhenStackEmpty = Cannot call the GetResponseStream method on the previous channel sink because the stack is empty.
1664 Remoting_Channel_DispatchSinkMessageMissing = No message was deserialized prior to calling the DispatchChannelSink.
1665 Remoting_Channel_DispatchSinkWantsNullRequestStream = The request stream should be null when the DispatchChannelSink is called. 
1666 Remoting_Channel_CannotBeSecured = Channel {0} cannot be secured. Please consider using a channel that implements ISecurableChannel
1667 Remoting_Config_ChannelMissingCtor = To be used from a .config file, the channel type '{0}' must have a constructor of the form '{1}'
1668 Remoting_Config_SinkProviderMissingCtor = To be used from a .config file, the sink provider type '{0}' must have a constructor of the form '{1}'
1669 Remoting_Config_SinkProviderNotFormatter = A sink provider of type '{0}' is incorrectly labeled as a 'formatter'.
1670 Remoting_Config_ConfigurationFailure = Remoting configuration failed with the exception '{0}'.
1671 Remoting_Config_InvalidTimeFormat = Invalid time format '{0}'. Examples of valid time formats include 7D, 10H, 5M, 30S, or 20MS.
1672 Remoting_Config_AppNameSet = The remoting application name, '{0}', had already been set.
1673 Remoting_Config_ErrorsModeSet = The remoting custom errors mode had already been set.
1674 Remoting_Config_CantRedirectActivationOfWellKnownService = Attempt to redirect activation for type '{0}, {1}'. This is not allowed since either a well-known service type has already been registered with that type or that type has been registered has a activated service type.
1675 Remoting_Config_CantUseRedirectedTypeForWellKnownService = Attempt to register a well-known or activated service type of type '{0}, {1}'. This is not allowed since the type has already been redirected to activate elsewhere.
1676 Remoting_Config_InvalidChannelType = '{0}' does not implement IChannelReceiver or IChannelSender. All channels must implement one of these interfaces.
1677 Remoting_Config_InvalidSinkProviderType = Unable to use '{0}' as a channel sink provider. It does not implement '{1}'.
1678 Remoting_Config_MissingWellKnownModeAttribute = Well-known service entries must contain a 'mode' attribute with a value of 'Singleton' or 'SingleCall'.
1679 Remoting_Config_MissingTypeAttribute = '{0}' entries must contain a '{1}' attribute of the form 'typeName, assemblyName'.
1680 Remoting_Config_MissingXmlTypeAttribute = '{0}' entries must contain a '{1}' attribute of the form 'xmlTypeName, xmlTypeNamespace'.
1681 Remoting_Config_NoAppName = Improper remoting configuration: missing ApplicationName property.
1682 Remoting_Config_NonTemplateIdAttribute = Only '{0}' templates can have an 'id' attribute.
1683 Remoting_Config_PreloadRequiresTypeOrAssembly = Preload entries require a type or assembly attribute.
1684 Remoting_Config_ProviderNeedsElementName = Sink providers must have an element name of 'formatter' or 'provider'.
1685 Remoting_Config_RequiredXmlAttribute = '{0}' entries require a '{1}' attribute.
1686 Remoting_Config_ReadFailure = .Config file '{0}' cannot be read successfully due to exception '{1}'.
1687 Remoting_Config_NodeMustBeUnique = There can be only one '{0}' node in the '{1}' section of a config file.
1688 Remoting_Config_TemplateCannotReferenceTemplate = A '{0}' template cannot reference another '{0}' template.
1689 Remoting_Config_TypeAlreadyRedirected = Attempt to redirect activation of type '{0}, {1}' which is already redirected.
1690 Remoting_Config_UnknownValue = Unknown value {1} was found on the {0} node.
1691 Remoting_Config_UnableToResolveTemplate = Cannot resolve '{0}' template reference: '{1}'.
1692 Remoting_Config_VersionPresent = Version information is present in the assembly name '{0}' which is not allowed for '{1}' entries.
1693 Remoting_Contexts_BadProperty = A property that contributed a bad sink to the chain was found.
1694 Remoting_Contexts_NoProperty = A property with the name '{0}' was not found.
1695 Remoting_Contexts_ContextNotFrozenForCallBack = Context should be frozen before calling the DoCallBack method.
1696 Remoting_Default = Unknown remoting error.
1697 Remoting_HandlerNotRegistered = The tracking handler of type '{0}' is not registered with Remoting Services.
1698 Remoting_InvalidMsg = Invalid Message Object.
1699 Remoting_InvalidCallingType = Attempted to call a method declared on type '{0}' on an object which exposes '{1}'.
1700 Remoting_InvalidRequestedType = The server object type cannot be cast to the requested type '{0}'.
1701 Remoting_InternalError = Server encountered an internal error. For more information, turn off customErrors in the server's .config file.
1702 Remoting_Lifetime_ILeaseReturn = Expected a return object of type ILease, but received '{0}'.
1703 Remoting_Lifetime_InitialStateInitialLeaseTime = InitialLeaseTime property can only be set when the lease is in initial state. The state is '{0}'.
1704 Remoting_Lifetime_InitialStateRenewOnCall = RenewOnCallTime property can only be set when the lease is in initial state. The state is '{0}'.
1705 Remoting_Lifetime_InitialStateSponsorshipTimeout = SponsorshipTimeout property can only be set when the lease is in initial state. State is '{0}'.
1706 Remoting_Lifetime_SetOnce = '{0}' can only be set once within an AppDomain.
1707 Remoting_Message_ArgMismatch = {2} arguments were passed to '{0}::{1}'. {3} arguments were expected by this method.
1708 Remoting_Message_BadAsyncResult = The async result object is null or of an unexpected type.
1709 Remoting_Message_BadType = The method was called with a Message of an unexpected type.
1710 Remoting_Message_CoercionFailed = The argument type '{0}' cannot be converted into parameter type '{1}'.
1711 Remoting_Message_MissingArgValue = Expecting an instance of type '{0}' at pos {1} in the args array.
1712 Remoting_Message_BadSerialization = Invalid or malformed serialization information for the message object.
1713 Remoting_NoIdentityEntry = No remoting information was found for this object.
1714 Remoting_NotRemotableByReference = Trying to create a proxy to an unbound type.
1715 Remoting_NullMessage = The method was called with a null message.
1716 Remoting_Proxy_BadType = The proxy is of an unsupported type.
1717 Remoting_ResetURI = Attempt to reset the URI for an object from '{0}' to '{1}'.
1718 Remoting_ServerObjectNotFound = The server object for URI '{0}' is not registered with the remoting infrastructure (it may have been disconnected).
1719 Remoting_SetObjectUriForMarshal__ObjectNeedsToBeLocal = SetObjectUriForMarshal method should only be called for MarshalByRefObjects that exist in the current AppDomain.
1720 Remoting_SetObjectUriForMarshal__UriExists = SetObjectUriForMarshal method has already been called on this object or the object has already been marshaled.
1721 Remoting_Proxy_BadReturnType = Return argument has an invalid type.
1722 Remoting_Proxy_ReturnValueTypeCannotBeNull = ByRef value type parameter cannot be null.
1723 Remoting_Proxy_BadReturnTypeForActivation = Bad return type for activation call via Invoke: must be of type IConstructionReturnMessage.
1724 Remoting_Proxy_BadTypeForActivation = Type mismatch between proxy type '{0}' and activation type '{1}'.
1725 Remoting_Proxy_ExpectedOriginalMessage = The message passed to Invoke should be passed to PropagateOutParameters.
1726 Remoting_Proxy_InvalidCall = Trying to call proxy while constructor call is in progress.
1727 Remoting_Proxy_InvalidState = Channel sink does not exist. Failed to dispatch async call.
1728 Remoting_Proxy_NoChannelSink = This remoting proxy has no channel sink which means either the server has no registered server channels that are listening, or this application has no suitable client channel to talk to the server.
1729 Remoting_Proxy_InvalidCallType = Only the synchronous call type is supported for messages that are not of type Message.
1730 Remoting_Proxy_WrongContext =  ExecuteMessage can be called only from the native context of the object.
1731 Remoting_SOAPInteropxsdInvalid = Soap Parse error, xsd:type '{0}' invalid {1}
1732 Remoting_SOAPQNameNamespace = SoapQName missing a Namespace value '{0}'.
1733 Remoting_ThreadAffinity_InvalidFlag = The specified flag '{0}' does not have one of the valid values.
1734 Remoting_TrackingHandlerAlreadyRegistered = The handler has already been registered with TrackingServices.
1735 Remoting_URIClash = Found two different objects associated with the same URI, '{0}'.
1736 Remoting_URIExists = The remoted object already has an associated URI.
1737 Remoting_URIToProxy = Trying to associate the URI with a proxy.
1738 Remoting_WellKnown_MustBeMBR = Attempted to create well-known object of type '{0}'. Well-known objects must derive from the MarshalByRefObject class.
1739 Remoting_WellKnown_CtorCantMarshal = '{0}': A well-known object cannot marshal itself in its constructor, or perform any action that would cause it to be marshaled (such as passing the 'this' pointer as a parameter to a remote method).
1740 Remoting_WellKnown_CantDirectlyConnect = Attempt to connect to a server using its object URI: '{0}'. A valid, complete URL must be used.
1741 Remoting_Connect_CantCreateChannelSink = Cannot create channel sink to connect to URL '{0}'. An appropriate channel has probably not been registered.
1742 Remoting_UnexpectedNullTP = Failed to create a transparent proxy. If a custom RealProxy is being used ensure it sets the proxy type.
1743 ; The following remoting exception messages appear in native resources too (mscorrc.rc)
1744 Remoting_Disconnected = Object '{0}' has been disconnected or does not exist at the server.
1745 Remoting_Message_MethodMissing = The method '{0}' was not found on the interface/type '{1}'.
1746 #endif  // FEATURE_REMOTING
1747
1748 ; Resources exceptions
1749 ;
1750 Resources_StreamNotValid = Stream is not a valid resource file.
1751 ResourceReaderIsClosed = ResourceReader is closed.
1752
1753 ; RuntimeWrappedException
1754 RuntimeWrappedException = An object that does not derive from System.Exception has been wrapped in a RuntimeWrappedException.
1755
1756 ; UnauthorizedAccessException
1757 UnauthorizedAccess_MemStreamBuffer = MemoryStream's internal buffer cannot be accessed.
1758 UnauthorizedAccess_IODenied_Path = Access to the path '{0}' is denied.
1759 UnauthorizedAccess_IODenied_NoPathName = Access to the path is denied.
1760 UnauthorizedAccess_RegistryKeyGeneric_Key = Access to the registry key '{0}' is denied.
1761 UnauthorizedAccess_RegistryNoWrite = Cannot write to the registry key.
1762 UnauthorizedAccess_SystemDomain = Cannot execute an assembly in the system domain.
1763
1764 ;
1765 ; Security exceptions
1766 ;
1767
1768 ;SecurityException
1769 ; These still appear in bcl.small but should go away eventually
1770 Security_Generic = Request for the permission of type '{0}' failed.
1771 Security_GenericNoType = Request failed.
1772 Security_NoAPTCA = That assembly does not allow partially trusted callers.
1773 Security_RegistryPermission = Requested registry access is not allowed.
1774 Security_MustRevertOverride = Stack walk modifier must be reverted before another modification of the same type can be performed.
1775 #if FEATURE_CAS_POLICY
1776 Security_CannotGenerateHash = Hash for the assembly cannot be generated.
1777 Security_CannotGetRawData = Assembly bytes could not be retrieved.
1778 Security_PrincipalPermission = Request for principal permission failed.
1779 Security_Action = The action that failed was:
1780 Security_TypeFirstPermThatFailed = The type of the first permission that failed was:
1781 Security_FirstPermThatFailed = The first permission that failed was:
1782 Security_Demanded = The demand was for:
1783 Security_GrantedSet = The granted set of the failing assembly was:
1784 Security_RefusedSet = The refused set of the failing assembly was:
1785 Security_Denied = The denied permissions were:
1786 Security_PermitOnly = The only permitted permissions were:
1787 Security_Assembly = The assembly or AppDomain that failed was:
1788 Security_Method = The method that caused the failure was:
1789 Security_Zone = The Zone of the assembly that failed was:
1790 Security_Url = The Url of the assembly that failed was:
1791 Security_AnonymouslyHostedDynamicMethodCheckFailed = The demand failed due to the code access security information captured during the creation of an anonymously hosted dynamic method. In order for this operation to succeed, ensure that the demand would have succeeded at the time the method was created. See http://go.microsoft.com/fwlink/?LinkId=288746 for more information.
1792 #endif  // FEATURE_CAS_POLICY
1793
1794 ;
1795 ; HostProtection exceptions
1796 ;
1797
1798 HostProtection_HostProtection = Attempted to perform an operation that was forbidden by the CLR host.
1799 HostProtection_ProtectedResources = The protected resources (only available with full trust) were:
1800 HostProtection_DemandedResources = The demanded resources were:
1801
1802 ;
1803 ; IO exceptions
1804 ;
1805
1806 ; EOFException
1807 IO.EOF_ReadBeyondEOF = Unable to read beyond the end of the stream.
1808
1809 ; FileNotFoundException
1810 IO.FileNotFound = Unable to find the specified file.
1811 IO.FileNotFound_FileName = Could not find file '{0}'.
1812 IO.FileName_Name = File name: '{0}'
1813 IO.FileLoad = Could not load the specified file.
1814
1815 ; IOException
1816 IO.IO_AlreadyExists_Name = Cannot create "{0}" because a file or directory with the same name already exists.
1817 IO.IO_BindHandleFailed = BindHandle for ThreadPool failed on this handle.
1818 IO.IO_FileExists_Name = The file '{0}' already exists.
1819 IO.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.
1820 IO.IO_FileTooLong2GB = The file is too long. This operation is currently limited to supporting files less than 2 gigabytes in size.
1821 IO.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.
1822 IO.IO_FixedCapacity = Unable to expand length of this stream beyond its capacity.
1823 IO.IO_InvalidStringLen_Len = BinaryReader encountered an invalid string length of {0} characters.
1824 IO.IO_NoConsole = There is no console.
1825 IO.IO_NoPermissionToDirectoryName = <Path discovery permission to the specified directory was denied.>
1826 IO.IO_SeekBeforeBegin = An attempt was made to move the position before the beginning of the stream.
1827 IO.IO_SeekAppendOverwrite = Unable seek backward to overwrite data that previously existed in a file opened in Append mode.
1828 IO.IO_SetLengthAppendTruncate = Unable to truncate data that previously existed in a file opened in Append mode.
1829 IO.IO_SharingViolation_File = The process cannot access the file '{0}' because it is being used by another process.
1830 IO.IO_SharingViolation_NoFileName = The process cannot access the file because it is being used by another process.
1831 IO.IO_StreamTooLong = Stream was too long.
1832 IO.IO_CannotCreateDirectory = The specified directory '{0}' cannot be created.
1833 IO.IO_SourceDestMustBeDifferent = Source and destination path must be different.
1834 IO.IO_SourceDestMustHaveSameRoot = Source and destination path must have identical roots. Move will not work across volumes.
1835
1836 ; DirectoryNotFoundException
1837 IO.DriveNotFound_Drive = Could not find the drive '{0}'. The drive might not be ready or might not be mapped.
1838 IO.PathNotFound_Path = Could not find a part of the path '{0}'.
1839 IO.PathNotFound_NoPathName = Could not find a part of the path.
1840
1841 ; PathTooLongException
1842 IO.PathTooLong = The specified path, file name, or both are too long. The fully qualified file name must be less than 260 characters, and the directory name must be less than 248 characters.
1843
1844 #if FEATURE_CORECLR
1845 ; SecurityException
1846 FileSecurityState_OperationNotPermitted = File operation not permitted. Access to path '{0}' is denied.
1847 #endif
1848
1849 ; PrivilegeNotHeldException
1850 PrivilegeNotHeld_Default = The process does not possess some privilege required for this operation.
1851 PrivilegeNotHeld_Named = The process does not possess the '{0}' privilege which is required for this operation.
1852
1853 ; General strings used in the IO package
1854 IO_UnknownFileName = [Unknown]
1855 #if PLATFORM_UNIX
1856 IO_StreamWriterBufferedDataLost = A StreamWriter was not closed and all buffered data within that StreamWriter was not flushed to the underlying stream.  (This was detected when the StreamWriter was finalized with data in its buffer.)  A portion of the data was lost.  Consider one of calling Close(), Flush(), setting the StreamWriter's AutoFlush property to true, or allocating the StreamWriter with a "using" statement.  Stream type: {0}\nFile name: {1}\nAllocated from:\n {2}
1857 #endif
1858 #if !PLATFORM_UNIX
1859 IO_StreamWriterBufferedDataLost = A StreamWriter was not closed and all buffered data within that StreamWriter was not flushed to the underlying stream.  (This was detected when the StreamWriter was finalized with data in its buffer.)  A portion of the data was lost.  Consider one of calling Close(), Flush(), setting the StreamWriter's AutoFlush property to true, or allocating the StreamWriter with a "using" statement.  Stream type: {0}\r\nFile name: {1}\r\nAllocated from:\r\n {2}
1860 #endif // PLATFORM_UNIX else
1861 IO_StreamWriterBufferedDataLostCaptureAllocatedFromCallstackNotEnabled = callstack information is not captured by default for performance reasons. Please enable captureAllocatedCallStack config switch for streamWriterBufferedDataLost MDA (refer to MSDN MDA documentation for how to do this).  
1862
1863 ;
1864 ; Serialization Exceptions
1865 ;
1866 #if FEATURE_SERIALIZATION
1867 ; SerializationException
1868 Serialization_NoID = Object has never been assigned an objectID.
1869 Serialization_UnknownMemberInfo = Only FieldInfo, PropertyInfo, and SerializationMemberInfo are recognized.
1870 Serialization_UnableToFixup = Cannot perform fixup.
1871 Serialization_NoType = Object does not specify a type.
1872 Serialization_ValueTypeFixup = ValueType fixup on Arrays is not implemented.
1873 Serialization_PartialValueTypeFixup = Fixing up a partially available ValueType chain is not implemented.
1874 Serialization_InvalidData=An error occurred while deserializing the object.  The serialized data is corrupt.
1875 Serialization_InvalidID = Object specifies an invalid ID.
1876 Serialization_InvalidPtrValue = An IntPtr or UIntPtr with an eight byte value cannot be deserialized on a machine with a four byte word size.
1877 Serialization_DuplicateSelector = Selector is already on the list of checked selectors.
1878 Serialization_MemberTypeNotRecognized = Unknown member type.
1879 Serialization_NoBaseType = Object does not specify a base type.
1880 Serialization_ArrayNoLength = Array does not specify a length.
1881 Serialization_CannotGetType = Cannot get the type '{0}'.
1882 Serialization_AssemblyNotFound = Unable to find assembly '{0}'.
1883 Serialization_ArrayInvalidLength = Array specifies an invalid length.
1884 Serialization_MalformedArray = The array information in the stream is invalid.
1885 Serialization_InsufficientState = Insufficient state to return the real object.
1886 Serialization_InvalidFieldState = Object fields may not be properly initialized.
1887 Serialization_MissField = Field {0} is missing.
1888 Serialization_MultipleMembers = Cannot resolve multiple members with the same name.
1889 Serialization_NullSignature = The method signature cannot be null.
1890 Serialization_ObjectUsedBeforeDeserCallback = An object was used before its deserialization callback ran, which may break higher-level consistency guarantees in the application.
1891 Serialization_UnknownMember = Cannot get the member '{0}'.
1892 Serialization_RegisterTwice = An object cannot be registered twice.
1893 Serialization_IdTooSmall = Object IDs must be greater than zero.
1894 Serialization_NotFound = Member '{0}' was not found.
1895 Serialization_InsufficientDeserializationState = Insufficient state to deserialize the object. Missing field '{0}'. More information is needed.
1896 Serialization_UnableToFindModule = The given module {0} cannot be found within the assembly {1}.
1897 Serialization_TooManyReferences = The implementation of the IObjectReference interface returns too many nested references to other objects that implement IObjectReference.
1898 Serialization_NotISer = The given object does not implement the ISerializable interface.
1899 Serialization_InvalidOnDeser = OnDeserialization method was called while the object was not being deserialized.
1900 Serialization_MissingKeys = The Keys for this Hashtable are missing.
1901 Serialization_MissingKeyValuePairs = The KeyValuePairs for this Dictionary are missing.
1902 Serialization_MissingValues = The values for this dictionary are missing.
1903 Serialization_NullKey = One of the serialized keys is null.
1904 Serialization_KeyValueDifferentSizes = The keys and values arrays have different sizes.
1905 Serialization_SurrogateCycleInArgument = Selector contained a cycle.
1906 Serialization_SurrogateCycle = Adding selector will introduce a cycle.
1907 Serialization_NeverSeen = A fixup is registered to the object with ID {0}, but the object does not appear in the graph.
1908 Serialization_IORIncomplete = The object with ID {0} implements the IObjectReference interface for which all dependencies cannot be resolved. The likely cause is two instances of IObjectReference that have a mutual dependency on each other.
1909 Serialization_NotCyclicallyReferenceableSurrogate = {0}.SetObjectData returns a value that is neither null nor equal to the first parameter. Such Surrogates cannot be part of cyclical reference.
1910 Serialization_ObjectNotSupplied = The object with ID {0} was referenced in a fixup but does not exist.
1911 Serialization_TooManyElements = The internal array cannot expand to greater than Int32.MaxValue elements.
1912 Serialization_SameNameTwice = Cannot add the same member twice to a SerializationInfo object.
1913 Serialization_InvalidType = Only system-provided types can be passed to the GetUninitializedObject method. '{0}' is not a valid instance of a type.
1914 Serialization_MissingObject = The object with ID {0} was referenced in a fixup but has not been registered.
1915 Serialization_InvalidFixupType = A member fixup was registered for an object which implements ISerializable or has a surrogate. In this situation, a delayed fixup must be used.
1916 Serialization_InvalidFixupDiscovered = A fixup on an object implementing ISerializable or having a surrogate was discovered for an object which does not have a SerializationInfo available.
1917 Serialization_InvalidFormat = The input stream is not a valid binary format. The starting contents (in bytes) are: {0} ...
1918 Serialization_ParentChildIdentical = The ID of the containing object cannot be the same as the object ID.
1919 Serialization_IncorrectNumberOfFixups = The ObjectManager found an invalid number of fixups. This usually indicates a problem in the Formatter.
1920 Serialization_BadParameterInfo = Non existent ParameterInfo. Position bigger than member's parameters length.
1921 Serialization_NoParameterInfo = Serialized member does not have a ParameterInfo.
1922 Serialization_StringBuilderMaxCapacity = The serialized MaxCapacity property of StringBuilder must be positive and greater than or equal to the String length.
1923 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.
1924 Serialization_InvalidDelegateType = Cannot serialize delegates over unmanaged function pointers, dynamic methods or methods outside the delegate creator's assembly.
1925 Serialization_OptionalFieldVersionValue = Version value must be positive.
1926 Serialization_MissingDateTimeData = Invalid serialized DateTime data. Unable to find 'ticks' or 'dateData'.
1927 Serialization_DateTimeTicksOutOfRange = Invalid serialized DateTime data. Ticks must be between DateTime.MinValue.Ticks and DateTime.MaxValue.Ticks. 
1928 ; The following serialization exception messages appear in native resources too (mscorrc.rc)
1929 Serialization_NonSerType = Type '{0}' in Assembly '{1}' is not marked as serializable.
1930 Serialization_ConstructorNotFound = The constructor to deserialize an object of type '{0}' was not found.
1931
1932 ; SerializationException used by Formatters
1933 Serialization_ArrayType = Invalid array type '{0}'.
1934 Serialization_ArrayTypeObject = Array element type is Object, 'dt' attribute is null.
1935 Serialization_Assembly = No assembly information is available for object on the wire, '{0}'.
1936 Serialization_AssemblyId = No assembly ID for object type '{0}'.
1937 Serialization_BinaryHeader = Binary stream '{0}' does not contain a valid BinaryHeader. Possible causes are invalid stream or object version change between serialization and deserialization.
1938 Serialization_CrossAppDomainError = Cross-AppDomain BinaryFormatter error; expected '{0}' but received '{1}'.
1939 Serialization_CorruptedStream = Invalid BinaryFormatter stream.
1940 Serialization_HeaderReflection = Header reflection error: number of value members: {0}.
1941 Serialization_ISerializableTypes = Types not available for ISerializable object '{0}'.
1942 Serialization_ISerializableMemberInfo = MemberInfo requested for ISerializable type.
1943 Serialization_MBRAsMBV = Type {0} must be marshaled by reference in this context.
1944 Serialization_Map = No map for object '{0}'.
1945 Serialization_MemberInfo = MemberInfo cannot be obtained for ISerialized Object '{0}'.
1946 Serialization_Method = Invalid MethodCall or MethodReturn stream format.
1947 Serialization_MissingMember = Member '{0}' in class '{1}' is not present in the serialized stream and is not marked with {2}.
1948 Serialization_NoMemberInfo = No MemberInfo for Object {0}.
1949 Serialization_ObjNoID = Object {0} has never been assigned an objectID.
1950 Serialization_ObjectTypeEnum = Invalid ObjectTypeEnum {0}.
1951 Serialization_ParseError = Parse error. Current element is not compatible with the next element, {0}.
1952 Serialization_SerMemberInfo = MemberInfo type {0} cannot be serialized.
1953 Serialization_Stream = Attempting to deserialize an empty stream.
1954 Serialization_StreamEnd = End of Stream encountered before parsing was completed.
1955 Serialization_TopObject = No top object.
1956 Serialization_TopObjectInstantiate = Top object cannot be instantiated for element '{0}'.
1957 Serialization_TypeCode = Invalid type code in stream '{0}'.
1958 Serialization_TypeExpected = Invalid expected type.
1959 Serialization_TypeMissing = Type is missing for member of type Object '{0}'.
1960 Serialization_TypeRead = Invalid read type request '{0}'.
1961 Serialization_TypeSecurity = Type {0} and the types derived from it (such as {1}) are not permitted to be deserialized at this security level.
1962 Serialization_TypeWrite = Invalid write type request '{0}'.
1963 Serialization_XMLElement = Invalid element '{0}'.
1964 Serialization_Security = Because of security restrictions, the type {0} cannot be accessed.
1965 Serialization_TypeLoadFailure = Unable to load type {0} required for deserialization.
1966 Serialization_RequireFullTrust = A type '{0}' that is defined in a partially trusted assembly cannot be type forwarded from an assembly with a different Public Key Token or without a public key token. To fix this, please either turn on unsafeTypeForwarding flag in the configuration file or remove the TypeForwardedFrom attribute.
1967 ; The following serialization exception messages appear in native resources too (mscorrc.rc)
1968 Serialization_TypeResolved = Type is not resolved for member '{0}'.
1969 Serialization_MemberOutOfRange = The deserialized value of the member "{0}" in the class "{1}" is out of range.
1970 #endif  // FEATURE_SERIALIZATION
1971
1972 ;
1973 ; StringBuilder Exceptions
1974 ;
1975 Arg_LongerThanSrcString = Source string was not long enough. Check sourceIndex and count.
1976
1977
1978 ;
1979 ; System.Threading
1980 ;
1981
1982 ;
1983 ; Thread Exceptions
1984 ;
1985 ThreadState_NoAbortRequested = Unable to reset abort because no abort was requested.
1986 Threading.WaitHandleTooManyPosts = The WaitHandle cannot be signaled because it would exceed its maximum count.
1987 ;
1988 ; WaitHandleCannotBeOpenedException
1989 ;
1990 Threading.WaitHandleCannotBeOpenedException = No handle of the given name exists.
1991 Threading.WaitHandleCannotBeOpenedException_InvalidHandle = A WaitHandle with system-wide name '{0}' cannot be created. A WaitHandle of a different type might have the same name.
1992
1993 ;
1994 ; AbandonedMutexException
1995 ;
1996 Threading.AbandonedMutexException = The wait completed due to an abandoned mutex.
1997
1998 ; AggregateException
1999 AggregateException_ctor_DefaultMessage=One or more errors occurred.
2000 AggregateException_ctor_InnerExceptionNull=An element of innerExceptions was null.
2001 AggregateException_DeserializationFailure=The serialization stream contains no inner exceptions.
2002 AggregateException_ToString={0}{1}---> (Inner Exception #{2}) {3}{4}{5}
2003
2004 ; Cancellation
2005 CancellationToken_CreateLinkedToken_TokensIsEmpty=No tokens were supplied.
2006 CancellationTokenSource_Disposed=The CancellationTokenSource has been disposed.
2007 CancellationToken_SourceDisposed=The CancellationTokenSource associated with this CancellationToken has been disposed.
2008
2009 ; Exceptions shared by all concurrent collection
2010 ConcurrentCollection_SyncRoot_NotSupported=The SyncRoot property may not be used for the synchronization of concurrent collections.
2011
2012 ; Exceptions shared by ConcurrentStack and ConcurrentQueue
2013 ConcurrentStackQueue_OnDeserialization_NoData=The serialization stream contains no elements.
2014
2015 ; ConcurrentStack<T>
2016 ConcurrentStack_PushPopRange_StartOutOfRange=The startIndex argument must be greater than or equal to zero.
2017 ConcurrentStack_PushPopRange_CountOutOfRange=The count argument must be greater than or equal to zero.
2018 ConcurrentStack_PushPopRange_InvalidCount=The sum of the startIndex and count arguments must be less than or equal to the collection's Count.
2019
2020 ; ConcurrentDictionary<TKey, TValue>
2021 ConcurrentDictionary_ItemKeyIsNull=TKey is a reference type and item.Key is null.
2022 ConcurrentDictionary_SourceContainsDuplicateKeys=The source argument contains duplicate keys.
2023 ConcurrentDictionary_IndexIsNegative=The index argument is less than zero.
2024 ConcurrentDictionary_ConcurrencyLevelMustBePositive=The concurrencyLevel argument must be positive.
2025 ConcurrentDictionary_CapacityMustNotBeNegative=The capacity argument must be greater than or equal to zero.
2026 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.
2027 ConcurrentDictionary_ArrayIncorrectType=The array is multidimensional, or the type parameter for the set cannot be cast automatically to the type of the destination array.
2028 ConcurrentDictionary_KeyAlreadyExisted=The key already existed in the dictionary.
2029 ConcurrentDictionary_TypeOfKeyIncorrect=The key was of an incorrect type for this dictionary.
2030 ConcurrentDictionary_TypeOfValueIncorrect=The value was of an incorrect type for this dictionary.
2031
2032 ; Partitioner
2033 Partitioner_DynamicPartitionsNotSupported=Dynamic partitions are not supported by this partitioner.
2034
2035 ; OrderablePartitioner
2036 OrderablePartitioner_GetPartitions_WrongNumberOfPartitions=GetPartitions returned an incorrect number of partitions.
2037
2038 ; PartitionerStatic
2039 PartitionerStatic_CurrentCalledBeforeMoveNext=MoveNext must be called at least once before calling Current.
2040 PartitionerStatic_CanNotCallGetEnumeratorAfterSourceHasBeenDisposed=Can not call GetEnumerator on partitions after the source enumerable is disposed
2041
2042 ; CDSCollectionETWBCLProvider events
2043 event_ConcurrentStack_FastPushFailed=Push to ConcurrentStack spun {0} time(s).
2044 event_ConcurrentStack_FastPopFailed=Pop from ConcurrentStack spun {0} time(s).
2045 event_ConcurrentDictionary_AcquiringAllLocks=ConcurrentDictionary acquiring all locks on {0} bucket(s).
2046 event_ConcurrentBag_TryTakeSteals=ConcurrentBag stealing in TryTake.
2047 event_ConcurrentBag_TryPeekSteals=ConcurrentBag stealing in TryPeek.
2048
2049 ; CountdownEvent
2050 CountdownEvent_Decrement_BelowZero=Invalid attempt made to decrement the event's count below zero.
2051 CountdownEvent_Increment_AlreadyZero=The event is already signaled and cannot be incremented.
2052 CountdownEvent_Increment_AlreadyMax=The increment operation would cause the CurrentCount to overflow.
2053
2054 ; Parallel
2055 Parallel_Invoke_ActionNull=One of the actions was null.
2056 Parallel_ForEach_OrderedPartitionerKeysNotNormalized=This method requires the use of an OrderedPartitioner with the KeysNormalized property set to true.
2057 Parallel_ForEach_PartitionerNotDynamic=The Partitioner used here must support dynamic partitioning.
2058 Parallel_ForEach_PartitionerReturnedNull=The Partitioner used here returned a null partitioner source.
2059 Parallel_ForEach_NullEnumerator=The Partitioner source returned a null enumerator.
2060
2061 ; SemaphyoreFullException
2062 Threading_SemaphoreFullException=Adding the specified count to the semaphore would cause it to exceed its maximum count.
2063
2064 ; Lazy
2065 Lazy_ctor_ValueSelectorNull=The valueSelector argument is null.
2066 Lazy_ctor_InfoNull=The info argument is null.
2067 Lazy_ctor_deserialization_ValueInvalid=The Value cannot be null.
2068 Lazy_ctor_ModeInvalid=The mode argument specifies an invalid value.
2069 Lazy_CreateValue_NoParameterlessCtorForT=The lazily-initialized type does not have a public, parameterless constructor.
2070 Lazy_StaticInit_InvalidOperation=ValueFactory returned null.
2071 Lazy_Value_RecursiveCallsToValue=ValueFactory attempted to access the Value property of this instance.
2072 Lazy_ToString_ValueNotCreated=Value is not created.
2073
2074
2075 ;ThreadLocal
2076 ThreadLocal_Value_RecursiveCallsToValue=ValueFactory attempted to access the Value property of this instance.
2077 ThreadLocal_Disposed=The ThreadLocal object has been disposed.
2078 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.
2079
2080 ; SemaphoreSlim
2081 SemaphoreSlim_ctor_InitialCountWrong=The initialCount argument must be non-negative and less than or equal to the maximumCount.
2082 SemaphoreSlim_ctor_MaxCountWrong=The maximumCount argument must be a positive number. If a maximum is not required, use the constructor without a maxCount parameter.
2083 SemaphoreSlim_Wait_TimeoutWrong=The timeout must represent a value between -1 and Int32.MaxValue, inclusive.
2084 SemaphoreSlim_Release_CountWrong=The releaseCount argument must be greater than zero.
2085 SemaphoreSlim_Disposed=The semaphore has been disposed.
2086
2087 ; ManualResetEventSlim
2088 ManualResetEventSlim_ctor_SpinCountOutOfRange=The spinCount argument must be in the range 0 to {0}, inclusive.
2089 ManualResetEventSlim_ctor_TooManyWaiters=There are too many threads currently waiting on the event. A maximum of {0} waiting threads are supported.
2090 ManualResetEventSlim_Disposed=The event has been disposed.
2091
2092 ; SpinLock
2093 SpinLock_TryEnter_ArgumentOutOfRange=The timeout must be a value between -1 and Int32.MaxValue, inclusive.
2094 SpinLock_TryEnter_LockRecursionException=The calling thread already holds the lock.
2095 SpinLock_TryReliableEnter_ArgumentException=The tookLock argument must be set to false before calling this method.
2096 SpinLock_Exit_SynchronizationLockException=The calling thread does not hold the lock.
2097 SpinLock_IsHeldByCurrentThread=Thread tracking is disabled.
2098
2099 ; SpinWait
2100 SpinWait_SpinUntil_TimeoutWrong=The timeout must represent a value between -1 and Int32.MaxValue, inclusive.
2101 SpinWait_SpinUntil_ArgumentNull=The condition argument is null.
2102
2103 ; CdsSyncEtwBCLProvider events
2104 event_SpinLock_FastPathFailed=SpinLock beginning to spin.
2105 event_SpinWait_NextSpinWillYield=Next spin will yield.
2106 event_Barrier_PhaseFinished=Barrier finishing phase {1}.
2107
2108 ;
2109 ; System.Threading.Tasks
2110 ;
2111
2112 ; AsyncMethodBuilder
2113 AsyncMethodBuilder_InstanceNotInitialized=The builder was not properly initialized.
2114
2115 ; TaskAwaiter and YieldAwaitable
2116 AwaitableAwaiter_InstanceNotInitialized=The awaitable or awaiter was not properly initialized.
2117 TaskAwaiter_TaskNotCompleted=The awaited task has not yet completed.
2118
2119 ; Task<T>
2120 TaskT_SetException_HasAnInitializer=A task's Exception may only be set directly if the task was created without a function.
2121 TaskT_TransitionToFinal_AlreadyCompleted=An attempt was made to transition a task to a final state when it had already completed.
2122 TaskT_ctor_SelfReplicating=It is invalid to specify TaskCreationOptions.SelfReplicating for a Task<TResult>.
2123 TaskT_DebuggerNoResult={Not yet computed}
2124
2125 ; Task
2126 Task_ctor_LRandSR=(Internal)An attempt was made to create a LongRunning SelfReplicating task.
2127 Task_ThrowIfDisposed=The task has been disposed.
2128 Task_Dispose_NotCompleted=A task may only be disposed if it is in a completion state (RanToCompletion, Faulted or Canceled).
2129 Task_Start_Promise=Start may not be called on a promise-style task.
2130 Task_Start_AlreadyStarted=Start may not be called on a task that was already started.
2131 Task_Start_TaskCompleted=Start may not be called on a task that has completed.
2132 Task_Start_ContinuationTask=Start may not be called on a continuation task.
2133 Task_RunSynchronously_AlreadyStarted=RunSynchronously may not be called on a task that was already started.
2134 Task_RunSynchronously_TaskCompleted=RunSynchronously may not be called on a task that has already completed.
2135 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.
2136 Task_RunSynchronously_Continuation=RunSynchronously may not be called on a continuation task.
2137 Task_ContinueWith_NotOnAnything=The specified TaskContinuationOptions excluded all continuation kinds.
2138 Task_ContinueWith_ESandLR=The specified TaskContinuationOptions combined LongRunning and ExecuteSynchronously.  Synchronous continuations should not be long running.
2139 Task_MultiTaskContinuation_NullTask=The tasks argument included a null value.
2140 Task_MultiTaskContinuation_FireOptions=It is invalid to exclude specific continuation kinds for continuations off of multiple tasks.
2141 Task_MultiTaskContinuation_EmptyTaskList=The tasks argument contains no tasks.
2142 Task_FromAsync_TaskManagerShutDown=FromAsync was called with a TaskManager that had already shut down.
2143 Task_FromAsync_SelfReplicating=It is invalid to specify TaskCreationOptions.SelfReplicating in calls to FromAsync.
2144 Task_FromAsync_LongRunning=It is invalid to specify TaskCreationOptions.LongRunning in calls to FromAsync.
2145 Task_FromAsync_PreferFairness=It is invalid to specify TaskCreationOptions.PreferFairness in calls to FromAsync.
2146 Task_WaitMulti_NullTask=The tasks array included at least one null element.
2147 Task_Delay_InvalidMillisecondsDelay=The value needs to be either -1 (signifying an infinite timeout), 0 or a positive integer.
2148 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.
2149
2150 ; TaskCanceledException
2151 TaskCanceledException_ctor_DefaultMessage=A task was canceled.
2152
2153 ;TaskCompletionSource<T>
2154 TaskCompletionSourceT_TrySetException_NullException=The exceptions collection included at least one null element.
2155 TaskCompletionSourceT_TrySetException_NoExceptions=The exceptions collection was empty.
2156
2157 ;TaskExceptionHolder
2158 TaskExceptionHolder_UnknownExceptionType=(Internal)Expected an Exception or an IEnumerable<Exception>
2159 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.
2160
2161 ; TaskScheduler
2162 TaskScheduler_ExecuteTask_TaskAlreadyExecuted=ExecuteTask may not be called for a task which was already executed.
2163 TaskScheduler_ExecuteTask_WrongTaskScheduler=ExecuteTask may not be called for a task which was previously queued to a different TaskScheduler.
2164 TaskScheduler_InconsistentStateAfterTryExecuteTaskInline=The TryExecuteTaskInline call to the underlying scheduler succeeded, but the task body was not invoked.
2165 TaskScheduler_FromCurrentSynchronizationContext_NoCurrent=The current SynchronizationContext may not be used as a TaskScheduler.
2166
2167 ; TaskSchedulerException
2168 TaskSchedulerException_ctor_DefaultMessage=An exception was thrown by a TaskScheduler.
2169
2170 ;
2171 ; ParallelState ( used in Parallel.For(), Parallel.ForEach() )
2172 ParallelState_Break_InvalidOperationException_BreakAfterStop=Break was called after Stop was called.
2173 ParallelState_Stop_InvalidOperationException_StopAfterBreak=Stop was called after Break was called.
2174 ParallelState_NotSupportedException_UnsupportedMethod=This method is not supported.
2175
2176 ;
2177 ; TPLETWProvider events
2178 event_ParallelLoopBegin=Beginning {3} loop {2} from Task {1}.
2179 event_ParallelLoopEnd=Ending loop {2} after {3} iterations.
2180 event_ParallelInvokeBegin=Beginning ParallelInvoke {2} from Task {1} for {4} actions.
2181 event_ParallelInvokeEnd=Ending ParallelInvoke {2}.
2182 event_ParallelFork=Task {1} entering fork/join {2}.
2183 event_ParallelJoin=Task {1} leaving fork/join {2}.
2184 event_TaskScheduled=Task {2} scheduled to TaskScheduler {0}.
2185 event_TaskStarted=Task {2} executing.
2186 event_TaskCompleted=Task {2} completed.
2187 event_TaskWaitBegin=Beginning wait ({3}) on Task {2}.
2188 event_TaskWaitEnd=Ending wait on Task {2}.
2189
2190
2191 ;
2192 ; Weak Reference Exception
2193 ;
2194 WeakReference_NoLongerValid = The weak reference is no longer valid.
2195
2196
2197 ;
2198 ; Interop Exceptions
2199 ;
2200 Interop.COM_TypeMismatch = Type mismatch between source and destination types.
2201 Interop_Marshal_Unmappable_Char = Cannot marshal: Encountered unmappable character.
2202
2203 #if FEATURE_COMINTEROP_WINRT_DESKTOP_HOST
2204 WinRTHostDomainName = Windows Runtime Object Host Domain for '{0}'
2205 #endif
2206
2207 ;
2208 ; Loader Exceptions
2209 ;
2210 Loader_InvalidPath = Relative path must be a string that contains the substring, "..", or does not contain a root directory.
2211 Loader_Name = Name:
2212 Loader_NoContextPolicies = There are no context policies.
2213 Loader_ContextPolicies = Context Policies:
2214
2215 ;
2216 ; AppDomain Exceptions
2217 AppDomain_RequireApplicationName = ApplicationName must be set before the DynamicBase can be set.
2218 AppDomain_AppBaseNotSet = The ApplicationBase must be set before retrieving this property.
2219
2220 ;
2221 ; XMLSyntaxExceptions
2222 XMLSyntax_UnexpectedEndOfFile = Unexpected end of file.
2223 XMLSyntax_ExpectedCloseBracket = Expected > character.
2224 XMLSyntax_ExpectedSlashOrString = Expected / character or string.
2225 XMLSyntax_UnexpectedCloseBracket = Unexpected > character.
2226 XMLSyntax_SyntaxError = Invalid syntax on line {0}.
2227 XMLSyntax_SyntaxErrorEx = Invalid syntax on line {0} - '{1}'.
2228 XMLSyntax_InvalidSyntax = Invalid syntax.
2229 XML_Syntax_InvalidSyntaxInFile = Invalid XML in file '{0}' near element '{1}'.
2230 XMLSyntax_InvalidSyntaxSatAssemTag = Invalid XML in file "{0}" near element "{1}". The <satelliteassemblies> section only supports <assembly> tags.
2231 XMLSyntax_InvalidSyntaxSatAssemTagBadAttr = Invalid XML in file "{0}" near "{1}" and "{2}". In the <satelliteassemblies> section, the <assembly> tag must have exactly 1 attribute called 'name', whose value is a fully-qualified assembly name.
2232 XMLSyntax_InvalidSyntaxSatAssemTagNoAttr = Invalid XML in file "{0}". In the <satelliteassemblies> section, the <assembly> tag must have exactly 1 attribute called 'name', whose value is a fully-qualified assembly name.
2233
2234 ; CodeGroup
2235 #if FEATURE_CAS_POLICY
2236 NetCodeGroup_PermissionSet = Same site Web
2237 MergeLogic_Union = Union
2238 MergeLogic_FirstMatch = First Match
2239 FileCodeGroup_PermissionSet = Same directory FileIO - '{0}'
2240 #endif // FEATURE_CAS_POLICY
2241
2242 ; MembershipConditions
2243 StrongName_ToString = StrongName - {0}{1}{2}
2244 StrongName_Name = name = {0}
2245 StrongName_Version = version = {0}
2246 Site_ToString = Site
2247 Publisher_ToString = Publisher
2248 Hash_ToString = Hash - {0} = {1}
2249 ApplicationDirectory_ToString = ApplicationDirectory
2250 Zone_ToString = Zone - {0}
2251 All_ToString = All code
2252 Url_ToString = Url
2253 GAC_ToString = GAC
2254 #if FEATURE_CAS_POLICY
2255 Site_ToStringArg = Site - {0}
2256 Publisher_ToStringArg = Publisher - {0}
2257 Url_ToStringArg = Url - {0}
2258 #endif // FEATURE_CAS_POLICY
2259
2260
2261 ; Interop non exception strings.
2262 TypeLibConverter_ImportedTypeLibProductName = Assembly imported from type library '{0}'.
2263
2264 ;
2265 ; begin System.TimeZoneInfo ArgumentException's
2266 ;
2267 Argument_AdjustmentRulesNoNulls = The AdjustmentRule array cannot contain null elements.
2268 Argument_AdjustmentRulesOutOfOrder = The elements of the AdjustmentRule array must be in chronological order and must not overlap.
2269 Argument_AdjustmentRulesAmbiguousOverlap = The elements of the AdjustmentRule array must not contain ambiguous time periods that extend beyond the DateStart or DateEnd properties of the element.
2270 Argument_AdjustmentRulesrDaylightSavingTimeOverlap = The elements of the AdjustmentRule array must not contain Daylight Saving Time periods that overlap adjacent elements in such a way as to cause invalid or ambiguous time periods.
2271 Argument_AdjustmentRulesrDaylightSavingTimeOverlapNonRuleRange = The elements of the AdjustmentRule array must not contain Daylight Saving Time periods that overlap the DateStart or DateEnd properties in such a way as to cause invalid or ambiguous time periods.
2272 Argument_AdjustmentRulesInvalidOverlap = The elements of the AdjustmentRule array must not contain invalid time periods that extend beyond the DateStart or DateEnd properties of the element. 
2273 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.
2274 Argument_DateTimeHasTimeOfDay = The supplied DateTime includes a TimeOfDay setting.   This is not supported.
2275 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.
2276 Argument_DateTimeIsNotAmbiguous = The supplied DateTime is not in an ambiguous time range.
2277 Argument_DateTimeOffsetIsNotAmbiguous = The supplied DateTimeOffset is not in an ambiguous time range.
2278 Argument_DateTimeKindMustBeUnspecified = The supplied DateTime must have the Kind property set to DateTimeKind.Unspecified.
2279 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.
2280 Argument_InvalidId = The specified ID parameter '{0}' is not supported.
2281 Argument_InvalidSerializedString = The specified serialized string '{0}' is not supported.
2282 Argument_InvalidREG_TZI_FORMAT = The REG_TZI_FORMAT structure is corrupt.
2283 Argument_OutOfOrderDateTimes = The DateStart property must come before the DateEnd property.
2284 Argument_TimeSpanHasSeconds = The TimeSpan parameter cannot be specified more precisely than whole minutes.
2285 Argument_TimeZoneInfoBadTZif = The tzfile does not begin with the magic characters 'TZif'.  Please verify that the file is not corrupt.
2286 Argument_TimeZoneInfoInvalidTZif = The TZif data structure is corrupt.
2287 Argument_TransitionTimesAreIdentical = The DaylightTransitionStart property must not equal the DaylightTransitionEnd property.
2288 ;
2289 ; begin System.TimeZoneInfo ArgumentOutOfRangeException's
2290 ;
2291 ArgumentOutOfRange_DayParam = The Day parameter must be in the range 1 through 31.
2292 ArgumentOutOfRange_DayOfWeek = The DayOfWeek enumeration must be in the range 0 through 6.
2293 ArgumentOutOfRange_MonthParam = The Month parameter must be in the range 1 through 12.
2294 ArgumentOutOfRange_UtcOffset = The TimeSpan parameter must be within plus or minus 14.0 hours.
2295 ArgumentOutOfRange_UtcOffsetAndDaylightDelta = The sum of the BaseUtcOffset and DaylightDelta properties must within plus or minus 14.0 hours.
2296 ArgumentOutOfRange_Week = The Week parameter must be in the range 1 through 5.
2297 ;
2298 ; begin System.TimeZoneInfo InvalidTimeZoneException's
2299 ;
2300 InvalidTimeZone_InvalidRegistryData = The time zone ID '{0}' was found on the local computer, but the registry information was corrupt.
2301 InvalidTimeZone_InvalidWin32APIData = The Local time zone was found on the local computer, but the data was corrupt.
2302 ;
2303 ; begin System.TimeZoneInfo SecurityException's
2304 ;
2305 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.
2306 ;
2307 ; begin System.TimeZoneInfo SerializationException's
2308 ;
2309 Serialization_CorruptField = The value of the field '{0}' is invalid.  The serialized data is corrupt.  
2310 Serialization_InvalidEscapeSequence = The serialized data contained an invalid escape sequence '\\{0}'.
2311 ;
2312 ; begin System.TimeZoneInfo TimeZoneNotFoundException's
2313 ;
2314 TimeZoneNotFound_MissingRegistryData = The time zone ID '{0}' was not found on the local computer.
2315 ;
2316 ; end System.TimeZoneInfo
2317 ;
2318
2319
2320 ; Tuple
2321 ArgumentException_TupleIncorrectType=Argument must be of type {0}.
2322 ArgumentException_TupleNonIComparableElement=The tuple contains an element of type {0} which does not implement the IComparable interface.
2323 ArgumentException_TupleLastArgumentNotATuple=The last element of an eight element tuple must be a Tuple.
2324 ArgumentException_OtherNotArrayOfCorrectLength=Object is not a array with the same number of elements as the array to compare it to.
2325
2326 ; WinRT collection adapters
2327 Argument_IndexOutOfArrayBounds=The specified index is out of bounds of the specified array.
2328 Argument_InsufficientSpaceToCopyCollection=The specified space is not sufficient to copy the elements from this Collection.
2329 ArgumentOutOfRange_IndexLargerThanMaxValue=This collection cannot work with indices larger than Int32.MaxValue - 1 (0x7FFFFFFF - 1).
2330 ArgumentOutOfRange_IndexOutOfRange=The specified index is outside the current index range of this collection.
2331 InvalidOperation_CollectionBackingListTooLarge=The collection backing this List contains too many elements.
2332 InvalidOperation_CollectionBackingDictionaryTooLarge=The collection backing this Dictionary contains too many elements.
2333 InvalidOperation_CannotRemoveLastFromEmptyCollection=Cannot remove the last element from an empty collection.
2334
2335 ; Globalization resources
2336 ;------------------
2337
2338 #if !FEATURE_CORECLR
2339 Globalization.LegacyModifier =  Legacy
2340
2341 ;
2342 ;Total items: 393
2343 ;
2344 Globalization.ci_ = Invariant Language (Invariant Country)
2345 Globalization.ci_af = Afrikaans
2346 Globalization.ci_af-ZA = Afrikaans (South Africa)
2347 Globalization.ci_am = Amharic
2348 Globalization.ci_am-ET = Amharic (Ethiopia)
2349 Globalization.ci_ar = Arabic
2350 Globalization.ci_ar-AE = Arabic (U.A.E.)
2351 Globalization.ci_ar-BH = Arabic (Bahrain)
2352 Globalization.ci_ar-DZ = Arabic (Algeria)
2353 Globalization.ci_ar-EG = Arabic (Egypt)
2354 Globalization.ci_ar-IQ = Arabic (Iraq)
2355 Globalization.ci_ar-JO = Arabic (Jordan)
2356 Globalization.ci_ar-KW = Arabic (Kuwait)
2357 Globalization.ci_ar-LB = Arabic (Lebanon)
2358 Globalization.ci_ar-LY = Arabic (Libya)
2359 Globalization.ci_ar-MA = Arabic (Morocco)
2360 Globalization.ci_ar-OM = Arabic (Oman)
2361 Globalization.ci_ar-QA = Arabic (Qatar)
2362 Globalization.ci_ar-SA = Arabic (Saudi Arabia)
2363 Globalization.ci_ar-SY = Arabic (Syria)
2364 Globalization.ci_ar-TN = Arabic (Tunisia)
2365 Globalization.ci_ar-YE = Arabic (Yemen)
2366 Globalization.ci_arn = Mapudungun
2367 Globalization.ci_arn-CL = Mapudungun (Chile)
2368 Globalization.ci_as = Assamese
2369 Globalization.ci_as-IN = Assamese (India)
2370 Globalization.ci_az = Azeri
2371 Globalization.ci_az-Cyrl = Azeri (Cyrillic)
2372 Globalization.ci_az-Cyrl-AZ = Azeri (Cyrillic, Azerbaijan)
2373 Globalization.ci_az-Latn = Azeri (Latin)
2374 Globalization.ci_az-Latn-AZ = Azeri (Latin, Azerbaijan)
2375 Globalization.ci_ba = Bashkir
2376 Globalization.ci_ba-RU = Bashkir (Russia)
2377 Globalization.ci_be = Belarusian
2378 Globalization.ci_be-BY = Belarusian (Belarus)
2379 Globalization.ci_bg = Bulgarian
2380 Globalization.ci_bg-BG = Bulgarian (Bulgaria)
2381 Globalization.ci_bn = Bengali
2382 Globalization.ci_bn-BD = Bengali (Bangladesh)
2383 Globalization.ci_bn-IN = Bengali (India)
2384 Globalization.ci_bo = Tibetan
2385 Globalization.ci_bo-CN = Tibetan (PRC)
2386 Globalization.ci_br = Breton
2387 Globalization.ci_br-FR = Breton (France)
2388 Globalization.ci_bs = Bosnian
2389 Globalization.ci_bs-Cyrl = Bosnian (Cyrillic)
2390 Globalization.ci_bs-Cyrl-BA = Bosnian (Cyrillic, Bosnia and Herzegovina)
2391 Globalization.ci_bs-Latn = Bosnian (Latin)
2392 Globalization.ci_bs-Latn-BA = Bosnian (Latin, Bosnia and Herzegovina)
2393 Globalization.ci_ca = Catalan
2394 Globalization.ci_ca-ES = Catalan (Catalan)
2395 Globalization.ci_ca-ES-valencia = Valencian (Spain)
2396 Globalization.ci_chr = Cherokee
2397 Globalization.ci_chr-Cher = Cherokee (Cherokee)
2398 Globalization.ci_chr-Cher-US = Cherokee (Cherokee)
2399 Globalization.ci_co = Corsican
2400 Globalization.ci_co-FR = Corsican (France)
2401 Globalization.ci_cs = Czech
2402 Globalization.ci_cs-CZ = Czech (Czech Republic)
2403 Globalization.ci_cy = Welsh
2404 Globalization.ci_cy-GB = Welsh (United Kingdom)
2405 Globalization.ci_da = Danish
2406 Globalization.ci_da-DK = Danish (Denmark)
2407 Globalization.ci_de = German
2408 Globalization.ci_de-AT = German (Austria)
2409 Globalization.ci_de-CH = German (Switzerland)
2410 Globalization.ci_de-DE = German (Germany)
2411 Globalization.ci_de-DE_phoneb = German (Germany)
2412 Globalization.ci_de-LI = German (Liechtenstein)
2413 Globalization.ci_de-LU = German (Luxembourg)
2414 Globalization.ci_dsb = Lower Sorbian
2415 Globalization.ci_dsb-DE = Lower Sorbian (Germany)
2416 Globalization.ci_dv = Divehi
2417 Globalization.ci_dv-MV = Divehi (Maldives)
2418 Globalization.ci_el = Greek
2419 Globalization.ci_el-GR = Greek (Greece)
2420 Globalization.ci_en = English
2421 Globalization.ci_en-029 = English (Caribbean)
2422 Globalization.ci_en-AU = English (Australia)
2423 Globalization.ci_en-BZ = English (Belize)
2424 Globalization.ci_en-CA = English (Canada)
2425 Globalization.ci_en-GB = English (United Kingdom)
2426 Globalization.ci_en-IE = English (Ireland)
2427 Globalization.ci_en-IN = English (India)
2428 Globalization.ci_en-JM = English (Jamaica)
2429 Globalization.ci_en-MY = English (Malaysia)
2430 Globalization.ci_en-NZ = English (New Zealand)
2431 Globalization.ci_en-PH = English (Republic of the Philippines)
2432 Globalization.ci_en-SG = English (Singapore)
2433 Globalization.ci_en-TT = English (Trinidad and Tobago)
2434 Globalization.ci_en-US = English (United States)
2435 Globalization.ci_en-ZA = English (South Africa)
2436 Globalization.ci_en-ZW = English (Zimbabwe)
2437 Globalization.ci_es = Spanish
2438 Globalization.ci_es-AR = Spanish (Argentina)
2439 Globalization.ci_es-BO = Spanish (Bolivia)
2440 Globalization.ci_es-CL = Spanish (Chile)
2441 Globalization.ci_es-CO = Spanish (Colombia)
2442 Globalization.ci_es-CR = Spanish (Costa Rica)
2443 Globalization.ci_es-DO = Spanish (Dominican Republic)
2444 Globalization.ci_es-EC = Spanish (Ecuador)
2445 Globalization.ci_es-ES = Spanish (Spain)
2446 Globalization.ci_es-ES_tradnl = Spanish (Spain)
2447 Globalization.ci_es-GT = Spanish (Guatemala)
2448 Globalization.ci_es-HN = Spanish (Honduras)
2449 Globalization.ci_es-MX = Spanish (Mexico)
2450 Globalization.ci_es-NI = Spanish (Nicaragua)
2451 Globalization.ci_es-PA = Spanish (Panama)
2452 Globalization.ci_es-PE = Spanish (Peru)
2453 Globalization.ci_es-PR = Spanish (Puerto Rico)
2454 Globalization.ci_es-PY = Spanish (Paraguay)
2455 Globalization.ci_es-SV = Spanish (El Salvador)
2456 Globalization.ci_es-US = Spanish (United States)
2457 Globalization.ci_es-UY = Spanish (Uruguay)
2458 Globalization.ci_es-VE = Spanish (Bolivarian Republic of Venezuela)
2459 Globalization.ci_et = Estonian
2460 Globalization.ci_et-EE = Estonian (Estonia)
2461 Globalization.ci_eu = Basque
2462 Globalization.ci_eu-ES = Basque (Basque)
2463 Globalization.ci_fa = Persian
2464 Globalization.ci_fa-IR = Persian
2465 Globalization.ci_ff = Fulah
2466 Globalization.ci_ff-Latn = Fulah (Latin)
2467 Globalization.ci_ff-Latn-SN = Fulah (Latin, Senegal)
2468 Globalization.ci_fi = Finnish
2469 Globalization.ci_fi-FI = Finnish (Finland)
2470 Globalization.ci_fil = Filipino
2471 Globalization.ci_fil-PH = Filipino (Philippines)
2472 Globalization.ci_fo = Faroese
2473 Globalization.ci_fo-FO = Faroese (Faroe Islands)
2474 Globalization.ci_fr = French
2475 Globalization.ci_fr-BE = French (Belgium)
2476 Globalization.ci_fr-CA = French (Canada)
2477 Globalization.ci_fr-CH = French (Switzerland)
2478 Globalization.ci_fr-FR = French (France)
2479 Globalization.ci_fr-LU = French (Luxembourg)
2480 Globalization.ci_fr-MC = French (Monaco)
2481 Globalization.ci_fy = Frisian
2482 Globalization.ci_fy-NL = Frisian (Netherlands)
2483 Globalization.ci_ga = Irish
2484 Globalization.ci_ga-IE = Irish (Ireland)
2485 Globalization.ci_gd = Scottish Gaelic
2486 Globalization.ci_gd-GB = Scottish Gaelic (United Kingdom)
2487 Globalization.ci_gl = Galician
2488 Globalization.ci_gl-ES = Galician (Galician)
2489 Globalization.ci_gsw = Alsatian
2490 Globalization.ci_gsw-FR = Alsatian (France)
2491 Globalization.ci_gu = Gujarati
2492 Globalization.ci_gu-IN = Gujarati (India)
2493 Globalization.ci_ha = Hausa
2494 Globalization.ci_ha-Latn = Hausa (Latin)
2495 Globalization.ci_ha-Latn-NG = Hausa (Latin, Nigeria)
2496 Globalization.ci_haw = Hawaiian
2497 Globalization.ci_haw-US = Hawaiian (United States)
2498 Globalization.ci_he = Hebrew
2499 Globalization.ci_he-IL = Hebrew (Israel)
2500 Globalization.ci_hi = Hindi
2501 Globalization.ci_hi-IN = Hindi (India)
2502 Globalization.ci_hr = Croatian
2503 Globalization.ci_hr-BA = Croatian (Latin, Bosnia and Herzegovina)
2504 Globalization.ci_hr-HR = Croatian (Croatia)
2505 Globalization.ci_hsb = Upper Sorbian
2506 Globalization.ci_hsb-DE = Upper Sorbian (Germany)
2507 Globalization.ci_hu = Hungarian
2508 Globalization.ci_hu-HU = Hungarian (Hungary)
2509 Globalization.ci_hu-HU_technl = Hungarian (Hungary)
2510 Globalization.ci_hy = Armenian
2511 Globalization.ci_hy-AM = Armenian (Armenia)
2512 Globalization.ci_id = Indonesian
2513 Globalization.ci_id-ID = Indonesian (Indonesia)
2514 Globalization.ci_ig = Igbo
2515 Globalization.ci_ig-NG = Igbo (Nigeria)
2516 Globalization.ci_ii = Yi
2517 Globalization.ci_ii-CN = Yi (PRC)
2518 Globalization.ci_is = Icelandic
2519 Globalization.ci_is-IS = Icelandic (Iceland)
2520 Globalization.ci_it = Italian
2521 Globalization.ci_it-CH = Italian (Switzerland)
2522 Globalization.ci_it-IT = Italian (Italy)
2523 Globalization.ci_iu = Inuktitut
2524 Globalization.ci_iu-Cans = Inuktitut (Syllabics)
2525 Globalization.ci_iu-Cans-CA = Inuktitut (Syllabics, Canada)
2526 Globalization.ci_iu-Latn = Inuktitut (Latin)
2527 Globalization.ci_iu-Latn-CA = Inuktitut (Latin, Canada)
2528 Globalization.ci_ja = Japanese
2529 Globalization.ci_ja-JP = Japanese (Japan)
2530 Globalization.ci_ja-JP_radstr = Japanese (Japan)
2531 Globalization.ci_ka = Georgian
2532 Globalization.ci_ka-GE = Georgian (Georgia)
2533 Globalization.ci_ka-GE_modern = Georgian (Georgia)
2534 Globalization.ci_kk = Kazakh
2535 Globalization.ci_kk-KZ = Kazakh (Kazakhstan)
2536 Globalization.ci_kl = Greenlandic
2537 Globalization.ci_kl-GL = Greenlandic (Greenland)
2538 Globalization.ci_km = Khmer
2539 Globalization.ci_km-KH = Khmer (Cambodia)
2540 Globalization.ci_kn = Kannada
2541 Globalization.ci_kn-IN = Kannada (India)
2542 Globalization.ci_ko = Korean
2543 Globalization.ci_ko-KR = Korean (Korea)
2544 Globalization.ci_kok = Konkani
2545 Globalization.ci_kok-IN = Konkani (India)
2546 Globalization.ci_ku = Central Kurdish
2547 Globalization.ci_ku-Arab = Central Kurdish (Arabic)
2548 Globalization.ci_ku-Arab-IQ = Central Kurdish (Iraq)
2549 Globalization.ci_ky = Kyrgyz
2550 Globalization.ci_ky-KG = Kyrgyz (Kyrgyzstan)
2551 Globalization.ci_lb = Luxembourgish
2552 Globalization.ci_lb-LU = Luxembourgish (Luxembourg)
2553 Globalization.ci_lo = Lao
2554 Globalization.ci_lo-LA = Lao (Lao P.D.R.)
2555 Globalization.ci_lt = Lithuanian
2556 Globalization.ci_lt-LT = Lithuanian (Lithuania)
2557 Globalization.ci_lv = Latvian
2558 Globalization.ci_lv-LV = Latvian (Latvia)
2559 Globalization.ci_mi = Maori
2560 Globalization.ci_mi-NZ = Maori (New Zealand)
2561 Globalization.ci_mk = Macedonian (FYROM)
2562 Globalization.ci_mk-MK = Macedonian (Former Yugoslav Republic of Macedonia)
2563 Globalization.ci_ml = Malayalam
2564 Globalization.ci_ml-IN = Malayalam (India)
2565 Globalization.ci_mn = Mongolian
2566 Globalization.ci_mn-Cyrl = Mongolian (Cyrillic)
2567 Globalization.ci_mn-MN = Mongolian (Cyrillic, Mongolia)
2568 Globalization.ci_mn-Mong = Mongolian (Traditional Mongolian)
2569 Globalization.ci_mn-Mong-CN = Mongolian (Traditional Mongolian, PRC)
2570 Globalization.ci_moh = Mohawk
2571 Globalization.ci_moh-CA = Mohawk (Mohawk)
2572 Globalization.ci_mr = Marathi
2573 Globalization.ci_mr-IN = Marathi (India)
2574 Globalization.ci_ms = Malay
2575 Globalization.ci_ms-BN = Malay (Brunei Darussalam)
2576 Globalization.ci_ms-MY = Malay (Malaysia)
2577 Globalization.ci_mt = Maltese
2578 Globalization.ci_mt-MT = Maltese (Malta)
2579 Globalization.ci_nb = Norwegian (Bokmål)
2580 Globalization.ci_nb-NO = Norwegian, Bokmål (Norway)
2581 Globalization.ci_ne = Nepali
2582 Globalization.ci_ne-NP = Nepali (Nepal)
2583 Globalization.ci_nl = Dutch
2584 Globalization.ci_nl-BE = Dutch (Belgium)
2585 Globalization.ci_nl-NL = Dutch (Netherlands)
2586 Globalization.ci_nn = Norwegian (Nynorsk)
2587 Globalization.ci_nn-NO = Norwegian, Nynorsk (Norway)
2588 Globalization.ci_no = Norwegian
2589 Globalization.ci_nso = Sesotho sa Leboa
2590 Globalization.ci_nso-ZA = Sesotho sa Leboa (South Africa)
2591 Globalization.ci_oc = Occitan
2592 Globalization.ci_oc-FR = Occitan (France)
2593 Globalization.ci_or = Oriya
2594 Globalization.ci_or-IN = Oriya (India)
2595 Globalization.ci_pa = Punjabi
2596 Globalization.ci_oa-Arab = Punjabi (Arabic)
2597 Globalization.ci_pa-Arab-PK = Punjabi (Islamic Republic of Pakistan)
2598 Globalization.ci_pa-IN = Punjabi (India)
2599 Globalization.ci_pl = Polish
2600 Globalization.ci_pl-PL = Polish (Poland)
2601 Globalization.ci_prs = Dari
2602 Globalization.ci_prs-AF = Dari (Afghanistan)
2603 Globalization.ci_ps = Pashto
2604 Globalization.ci_ps-AF = Pashto (Afghanistan)
2605 Globalization.ci_pt = Portuguese
2606 Globalization.ci_pt-BR = Portuguese (Brazil)
2607 Globalization.ci_pt-PT = Portuguese (Portugal)
2608 Globalization.ci_qps-ploc = Pseudo Language (Pseudo)
2609 Globalization.ci_qps-ploca = Pseudo Language (Pseudo Asia)
2610 Globalization.ci_qps-plocm = Pseudo Language (Pseudo Mirrored)
2611 Globalization.ci_qut = K'iche
2612 Globalization.ci_qut-GT = K'iche (Guatemala)
2613 Globalization.ci_quz = Quechua
2614 Globalization.ci_quz-BO = Quechua (Bolivia)
2615 Globalization.ci_quz-EC = Quechua (Ecuador)
2616 Globalization.ci_quz-PE = Quechua (Peru)
2617 Globalization.ci_rm = Romansh
2618 Globalization.ci_rm-CH = Romansh (Switzerland)
2619 Globalization.ci_ro = Romanian
2620 Globalization.ci_ro-RO = Romanian (Romania)
2621 Globalization.ci_ru = Russian
2622 Globalization.ci_ru-RU = Russian (Russia)
2623 Globalization.ci_rw = Kinyarwanda
2624 Globalization.ci_rw-RW = Kinyarwanda (Rwanda)
2625 Globalization.ci_sa = Sanskrit
2626 Globalization.ci_sa-IN = Sanskrit (India)
2627 Globalization.ci_sah = Sakha
2628 Globalization.ci_sah-RU = Sakha (Russia)
2629 Globalization.ci_se = Sami (Northern)
2630 Globalization.ci_se-FI = Sami, Northern (Finland)
2631 Globalization.ci_se-NO = Sami, Northern (Norway)
2632 Globalization.ci_se-SE = Sami, Northern (Sweden)
2633 Globalization.ci_sd = Sindhi
2634 Globalization.ci_sd-Arab = Sindhi (Arabic)
2635 Globalization.ci_sd-Arab-PK = Sindhi (Islamic Republic of Pakistan)
2636 Globalization.ci_si = Sinhala
2637 Globalization.ci_si-LK = Sinhala (Sri Lanka)
2638 Globalization.ci_sk = Slovak
2639 Globalization.ci_sk-SK = Slovak (Slovakia)
2640 Globalization.ci_sl = Slovenian
2641 Globalization.ci_sl-SI = Slovenian (Slovenia)
2642 Globalization.ci_sma = Sami (Southern)
2643 Globalization.ci_sma-NO = Sami, Southern (Norway)
2644 Globalization.ci_sma-SE = Sami, Southern (Sweden)
2645 Globalization.ci_smj = Sami (Lule)
2646 Globalization.ci_smj-NO = Sami, Lule (Norway)
2647 Globalization.ci_smj-SE = Sami, Lule (Sweden)
2648 Globalization.ci_smn = Sami (Inari)
2649 Globalization.ci_smn-FI = Sami, Inari (Finland)
2650 Globalization.ci_sms = Sami (Skolt)
2651 Globalization.ci_sms-FI = Sami, Skolt (Finland)
2652 Globalization.ci_sq = Albanian
2653 Globalization.ci_sq-AL = Albanian (Albania)
2654 Globalization.ci_sr = Serbian
2655 Globalization.ci_sr-Cyrl = Serbian (Cyrillic)
2656 Globalization.ci_sr-Cyrl-BA = Serbian (Cyrillic, Bosnia and Herzegovina)
2657 Globalization.ci_sr-Cyrl-CS = Serbian (Cyrillic, Serbia and Montenegro (Former))
2658 Globalization.ci_sr-Cyrl-ME = Serbian (Cyrillic, Montenegro)
2659 Globalization.ci_sr-Cyrl-RS = Serbian (Cyrillic, Serbia)
2660 Globalization.ci_sr-Latn = Serbian (Latin)
2661 Globalization.ci_sr-Latn-BA = Serbian (Latin, Bosnia and Herzegovina)
2662 Globalization.ci_sr-Latn-CS = Serbian (Latin, Serbia and Montenegro (Former))
2663 Globalization.ci_sr-Latn-ME = Serbian (Latin, Montenegro)
2664 Globalization.ci_sr-Latn-RS = Serbian (Latin, Serbia)
2665 Globalization.ci_sv = Swedish
2666 Globalization.ci_sv-FI = Swedish (Finland)
2667 Globalization.ci_sv-SE = Swedish (Sweden)
2668 Globalization.ci_sw = Kiswahili
2669 Globalization.ci_sw-KE = Kiswahili (Kenya)
2670 Globalization.ci_syr = Syriac
2671 Globalization.ci_syr-SY = Syriac (Syria)
2672 Globalization.ci_ta = Tamil
2673 Globalization.ci_ta-IN = Tamil (India)
2674 Globalization.ci_ta-LK = Tamil (Sri Lanka)
2675 Globalization.ci_te = Telugu
2676 Globalization.ci_te-IN = Telugu (India)
2677 Globalization.ci_tg = Tajik
2678 Globalization.ci_tg-Cyrl = Tajik (Cyrillic)
2679 Globalization.ci_tg-Cyrl-TJ = Tajik (Cyrillic, Tajikistan)
2680 Globalization.ci_th = Thai
2681 Globalization.ci_th-TH = Thai (Thailand)
2682 Globalization.ci_ti = Tigrinya
2683 Globalization.ci_ti-ER = Tigrinya (Eritrea)
2684 Globalization.ci_ti-ET = Tigrinya (Ethiopia)
2685 Globalization.ci_tk = Turkmen
2686 Globalization.ci_tk-TM = Turkmen (Turkmenistan)
2687 Globalization.ci_tn = Setswana
2688 Globalization.ci_tn-BW = Setswana (Botswana)
2689 Globalization.ci_tn-ZA = Setswana (South Africa)
2690 Globalization.ci_tr = Turkish
2691 Globalization.ci_tr-TR = Turkish (Turkey)
2692 Globalization.ci_tt = Tatar
2693 Globalization.ci_tt-RU = Tatar (Russia)
2694 Globalization.ci_tzm = Tamazight
2695 Globalization.ci_tzm-Latn = Tamazight (Latin)
2696 Globalization.ci_tzm-Latn-DZ = Tamazight (Latin, Algeria)
2697 Globalization.ci_tzm-Tfng = Tamazight (Tifinagh)
2698 Globalization.ci_tzm-Tfng-MA = Central Atlas Tamazight (Tifinagh, Morocco)
2699 Globalization.ci_ug = Uyghur
2700 Globalization.ci_ug-CN = Uyghur (PRC)
2701 Globalization.ci_uk = Ukrainian
2702 Globalization.ci_uk-UA = Ukrainian (Ukraine)
2703 Globalization.ci_ur = Urdu
2704 Globalization.ci_ur-PK = Urdu (Islamic Republic of Pakistan)
2705 Globalization.ci_uz = Uzbek
2706 Globalization.ci_uz-Cyrl = Uzbek (Cyrillic)
2707 Globalization.ci_uz-Cyrl-UZ = Uzbek (Cyrillic, Uzbekistan)
2708 Globalization.ci_uz-Latn = Uzbek (Latin)
2709 Globalization.ci_uz-Latn-UZ = Uzbek (Latin, Uzbekistan)
2710 Globalization.ci_vi = Vietnamese
2711 Globalization.ci_vi-VN = Vietnamese (Vietnam)
2712 Globalization.ci_wo = Wolof
2713 Globalization.ci_wo-SN = Wolof (Senegal)
2714 Globalization.ci_x-IV = Invariant Language (Invariant Country)
2715 Globalization.ci_x-IV_mathan = Invariant Language (Invariant Country)
2716 Globalization.ci_xh = isiXhosa
2717 Globalization.ci_xh-ZA = isiXhosa (South Africa)
2718 Globalization.ci_yo = Yoruba
2719 Globalization.ci_yo-NG = Yoruba (Nigeria)
2720 Globalization.ci_zh = Chinese
2721 Globalization.ci_zh-CHS = Chinese (Simplified) Legacy
2722 Globalization.ci_zh-CHT = Chinese (Traditional) Legacy
2723 Globalization.ci_zh-CN = Chinese (Simplified, PRC)
2724 Globalization.ci_zh-CN_stroke = Chinese (Simplified, PRC)
2725 Globalization.ci_zh-HK = Chinese (Traditional, Hong Kong S.A.R.)
2726 Globalization.ci_zh-HK_radstr = Chinese (Traditional, Hong Kong S.A.R.)
2727 Globalization.ci_zh-Hans = Chinese (Simplified)
2728 Globalization.ci_zh-Hant = Chinese (Traditional)
2729 Globalization.ci_zh-MO = Chinese (Traditional, Macao S.A.R.)
2730 Globalization.ci_zh-MO_radstr = Chinese (Traditional, Macao S.A.R.)
2731 Globalization.ci_zh-MO_stroke = Chinese (Traditional, Macao S.A.R.)
2732 Globalization.ci_zh-SG = Chinese (Simplified, Singapore)
2733 Globalization.ci_zh-SG_stroke = Chinese (Simplified, Singapore)
2734 Globalization.ci_zh-TW = Chinese (Traditional, Taiwan)
2735 Globalization.ci_zh-TW_pronun = Chinese (Traditional, Taiwan)
2736 Globalization.ci_zh-TW_radstr = Chinese (Traditional, Taiwan)
2737 Globalization.ci_zu = isiZulu
2738 Globalization.ci_zu-ZA = isiZulu (South Africa)
2739 ;------------------
2740 ;
2741 ;Total items: 129
2742 ;
2743 Globalization.ri_029 = Caribbean
2744 Globalization.ri_AE = U.A.E.
2745 Globalization.ri_AF = Afghanistan
2746 Globalization.ri_AL = Albania
2747 Globalization.ri_AM = Armenia
2748 Globalization.ri_AR = Argentina
2749 Globalization.ri_AT = Austria
2750 Globalization.ri_AU = Australia
2751 Globalization.ri_AZ = Azerbaijan
2752 Globalization.ri_BA = Bosnia and Herzegovina
2753 Globalization.ri_BD = Bangladesh
2754 Globalization.ri_BE = Belgium
2755 Globalization.ri_BG = Bulgaria
2756 Globalization.ri_BH = Bahrain
2757 Globalization.ri_BN = Brunei Darussalam
2758 Globalization.ri_BO = Bolivia
2759 Globalization.ri_BR = Brazil
2760 Globalization.ri_BY = Belarus
2761 Globalization.ri_BZ = Belize
2762 Globalization.ri_CA = Canada
2763 Globalization.ri_CH = Switzerland
2764 Globalization.ri_CL = Chile
2765 Globalization.ri_CN = People's Republic of China
2766 Globalization.ri_CO = Colombia
2767 Globalization.ri_CR = Costa Rica
2768 Globalization.ri_CS = Serbia and Montenegro (Former)
2769 Globalization.ri_CZ = Czech Republic
2770 Globalization.ri_DE = Germany
2771 Globalization.ri_DK = Denmark
2772 Globalization.ri_DO = Dominican Republic
2773 Globalization.ri_DZ = Algeria
2774 Globalization.ri_EC = Ecuador
2775 Globalization.ri_EE = Estonia
2776 Globalization.ri_EG = Egypt
2777 Globalization.ri_ER = Eritrea
2778 Globalization.ri_ES = Spain
2779 Globalization.ri_ET = Ethiopia
2780 Globalization.ri_FI = Finland
2781 Globalization.ri_FO = Faroe Islands
2782 Globalization.ri_FR = France
2783 Globalization.ri_GB = United Kingdom
2784 Globalization.ri_GE = Georgia
2785 Globalization.ri_GL = Greenland
2786 Globalization.ri_GR = Greece
2787 Globalization.ri_GT = Guatemala
2788 Globalization.ri_HK = Hong Kong S.A.R.
2789 Globalization.ri_HN = Honduras
2790 Globalization.ri_HR = Croatia
2791 Globalization.ri_HU = Hungary
2792 Globalization.ri_ID = Indonesia
2793 Globalization.ri_IE = Ireland
2794 Globalization.ri_IL = Israel
2795 Globalization.ri_IN = India
2796 Globalization.ri_IQ = Iraq
2797 Globalization.ri_IR = Iran
2798 Globalization.ri_IS = Iceland
2799 Globalization.ri_IT = Italy
2800 Globalization.ri_IV = Invariant Country
2801 Globalization.ri_JM = Jamaica
2802 Globalization.ri_JO = Jordan
2803 Globalization.ri_JP = Japan
2804 Globalization.ri_KE = Kenya
2805 Globalization.ri_KG = Kyrgyzstan
2806 Globalization.ri_KH = Cambodia
2807 Globalization.ri_KR = Korea
2808 Globalization.ri_KW = Kuwait
2809 Globalization.ri_KZ = Kazakhstan
2810 Globalization.ri_LA = Lao P.D.R.
2811 Globalization.ri_LB = Lebanon
2812 Globalization.ri_LI = Liechtenstein
2813 Globalization.ri_LK = Sri Lanka
2814 Globalization.ri_LT = Lithuania
2815 Globalization.ri_LU = Luxembourg
2816 Globalization.ri_LV = Latvia
2817 Globalization.ri_LY = Libya
2818 Globalization.ri_MA = Morocco
2819 Globalization.ri_MC = Principality of Monaco
2820 Globalization.ri_ME = Montenegro
2821 Globalization.ri_MK = Macedonia (FYROM)
2822 Globalization.ri_MN = Mongolia
2823 Globalization.ri_MO = Macao S.A.R.
2824 Globalization.ri_MT = Malta
2825 Globalization.ri_MV = Maldives
2826 Globalization.ri_MX = Mexico
2827 Globalization.ri_MY = Malaysia
2828 Globalization.ri_NG = Nigeria
2829 Globalization.ri_NI = Nicaragua
2830 Globalization.ri_NL = Netherlands
2831 Globalization.ri_NO = Norway
2832 Globalization.ri_NP = Nepal
2833 Globalization.ri_NZ = New Zealand
2834 Globalization.ri_OM = Oman
2835 Globalization.ri_PA = Panama
2836 Globalization.ri_PE = Peru
2837 Globalization.ri_PH = Philippines
2838 Globalization.ri_PK = Islamic Republic of Pakistan
2839 Globalization.ri_PL = Poland
2840 Globalization.ri_PR = Puerto Rico
2841 Globalization.ri_PT = Portugal
2842 Globalization.ri_PY = Paraguay
2843 Globalization.ri_QA = Qatar
2844 Globalization.ri_RO = Romania
2845 Globalization.ri_RS = Serbia
2846 Globalization.ri_RU = Russia
2847 Globalization.ri_RW = Rwanda
2848 Globalization.ri_SA = Saudi Arabia
2849 Globalization.ri_SE = Sweden
2850 Globalization.ri_SG = Singapore
2851 Globalization.ri_SI = Slovenia
2852 Globalization.ri_SK = Slovakia
2853 Globalization.ri_SN = Senegal
2854 Globalization.ri_SV = El Salvador
2855 Globalization.ri_SY = Syria
2856 Globalization.ri_TH = Thailand
2857 Globalization.ri_TJ = Tajikistan
2858 Globalization.ri_TM = Turkmenistan
2859 Globalization.ri_TN = Tunisia
2860 Globalization.ri_TR = Turkey
2861 Globalization.ri_TT = Trinidad and Tobago
2862 Globalization.ri_TW = Taiwan
2863 Globalization.ri_UA = Ukraine
2864 Globalization.ri_US = United States
2865 Globalization.ri_UY = Uruguay
2866 Globalization.ri_UZ = Uzbekistan
2867 Globalization.ri_VE = Bolivarian Republic of Venezuela
2868 Globalization.ri_VN = Vietnam
2869 Globalization.ri_YE = Yemen
2870 Globalization.ri_ZA = South Africa
2871 Globalization.ri_ZW = Zimbabwe
2872 #endif //!FEATURE_CORECLR
2873
2874 ;------------------
2875 ; Encoding names:
2876 ;
2877 ;Total items: 147
2878 ;
2879 Globalization.cp_1200 = Unicode
2880 Globalization.cp_1201 = Unicode (Big-Endian)
2881 Globalization.cp_65001 = Unicode (UTF-8)
2882 #if FEATURE_NON_UNICODE_CODE_PAGES
2883 Globalization.cp_37 = IBM EBCDIC (US-Canada)
2884 Globalization.cp_437 = OEM United States
2885 Globalization.cp_500 = IBM EBCDIC (International)
2886 Globalization.cp_708 = Arabic (ASMO 708)
2887 Globalization.cp_720 = Arabic (DOS)
2888 Globalization.cp_737 = Greek (DOS)
2889 Globalization.cp_775 = Baltic (DOS)
2890 Globalization.cp_850 = Western European (DOS)
2891 Globalization.cp_852 = Central European (DOS)
2892 Globalization.cp_855 = OEM Cyrillic
2893 Globalization.cp_857 = Turkish (DOS)
2894 Globalization.cp_858 = OEM Multilingual Latin I
2895 Globalization.cp_860 = Portuguese (DOS)
2896 Globalization.cp_861 = Icelandic (DOS)
2897 Globalization.cp_862 = Hebrew (DOS)
2898 Globalization.cp_863 = French Canadian (DOS)
2899 Globalization.cp_864 = Arabic (864)
2900 Globalization.cp_865 = Nordic (DOS)
2901 Globalization.cp_866 = Cyrillic (DOS)
2902 Globalization.cp_869 = Greek, Modern (DOS)
2903 Globalization.cp_870 = IBM EBCDIC (Multilingual Latin-2)
2904 Globalization.cp_874 = Thai (Windows)
2905 Globalization.cp_875 = IBM EBCDIC (Greek Modern)
2906 Globalization.cp_932 = Japanese (Shift-JIS)
2907 Globalization.cp_936 = Chinese Simplified (GB2312)
2908 Globalization.cp_949 = Korean
2909 Globalization.cp_950 = Chinese Traditional (Big5)
2910 Globalization.cp_1026 = IBM EBCDIC (Turkish Latin-5)
2911 Globalization.cp_1047 = IBM Latin-1
2912 Globalization.cp_1140 = IBM EBCDIC (US-Canada-Euro)
2913 Globalization.cp_1141 = IBM EBCDIC (Germany-Euro)
2914 Globalization.cp_1142 = IBM EBCDIC (Denmark-Norway-Euro)
2915 Globalization.cp_1143 = IBM EBCDIC (Finland-Sweden-Euro)
2916 Globalization.cp_1144 = IBM EBCDIC (Italy-Euro)
2917 Globalization.cp_1145 = IBM EBCDIC (Spain-Euro)
2918 Globalization.cp_1146 = IBM EBCDIC (UK-Euro)
2919 Globalization.cp_1147 = IBM EBCDIC (France-Euro)
2920 Globalization.cp_1148 = IBM EBCDIC (International-Euro)
2921 Globalization.cp_1149 = IBM EBCDIC (Icelandic-Euro)
2922 Globalization.cp_1250 = Central European (Windows)
2923 Globalization.cp_1251 = Cyrillic (Windows)
2924 Globalization.cp_1252 = Western European (Windows)
2925 Globalization.cp_1253 = Greek (Windows)
2926 Globalization.cp_1254 = Turkish (Windows)
2927 Globalization.cp_1255 = Hebrew (Windows)
2928 Globalization.cp_1256 = Arabic (Windows)
2929 Globalization.cp_1257 = Baltic (Windows)
2930 Globalization.cp_1258 = Vietnamese (Windows)
2931 Globalization.cp_1361 = Korean (Johab)
2932 Globalization.cp_10000 = Western European (Mac)
2933 Globalization.cp_10001 = Japanese (Mac)
2934 Globalization.cp_10002 = Chinese Traditional (Mac)
2935 Globalization.cp_10003 = Korean (Mac)
2936 Globalization.cp_10004 = Arabic (Mac)
2937 Globalization.cp_10005 = Hebrew (Mac)
2938 Globalization.cp_10006 = Greek (Mac)
2939 Globalization.cp_10007 = Cyrillic (Mac)
2940 Globalization.cp_10008 = Chinese Simplified (Mac)
2941 Globalization.cp_10010 = Romanian (Mac)
2942 Globalization.cp_10017 = Ukrainian (Mac)
2943 Globalization.cp_10021 = Thai (Mac)
2944 Globalization.cp_10029 = Central European (Mac)
2945 Globalization.cp_10079 = Icelandic (Mac)
2946 Globalization.cp_10081 = Turkish (Mac)
2947 Globalization.cp_10082 = Croatian (Mac)
2948 Globalization.cp_12000 = Unicode (UTF-32)
2949 Globalization.cp_12001 = Unicode (UTF-32 Big-Endian)
2950 Globalization.cp_20000 = Chinese Traditional (CNS)
2951 Globalization.cp_20001 = TCA Taiwan
2952 Globalization.cp_20002 = Chinese Traditional (Eten)
2953 Globalization.cp_20003 = IBM5550 Taiwan
2954 Globalization.cp_20004 = TeleText Taiwan
2955 Globalization.cp_20005 = Wang Taiwan
2956 Globalization.cp_20105 = Western European (IA5)
2957 Globalization.cp_20106 = German (IA5)
2958 Globalization.cp_20107 = Swedish (IA5)
2959 Globalization.cp_20108 = Norwegian (IA5)
2960 Globalization.cp_20127 = US-ASCII
2961 Globalization.cp_20261 = T.61
2962 Globalization.cp_20269 = ISO-6937
2963 Globalization.cp_20273 = IBM EBCDIC (Germany)
2964 Globalization.cp_20277 = IBM EBCDIC (Denmark-Norway)
2965 Globalization.cp_20278 = IBM EBCDIC (Finland-Sweden)
2966 Globalization.cp_20280 = IBM EBCDIC (Italy)
2967 Globalization.cp_20284 = IBM EBCDIC (Spain)
2968 Globalization.cp_20285 = IBM EBCDIC (UK)
2969 Globalization.cp_20290 = IBM EBCDIC (Japanese katakana)
2970 Globalization.cp_20297 = IBM EBCDIC (France)
2971 Globalization.cp_20420 = IBM EBCDIC (Arabic)
2972 Globalization.cp_20423 = IBM EBCDIC (Greek)
2973 Globalization.cp_20424 = IBM EBCDIC (Hebrew)
2974 Globalization.cp_20833 = IBM EBCDIC (Korean Extended)
2975 Globalization.cp_20838 = IBM EBCDIC (Thai)
2976 Globalization.cp_20866 = Cyrillic (KOI8-R)
2977 Globalization.cp_20871 = IBM EBCDIC (Icelandic)
2978 Globalization.cp_20880 = IBM EBCDIC (Cyrillic Russian)
2979 Globalization.cp_20905 = IBM EBCDIC (Turkish)
2980 Globalization.cp_20924 = IBM Latin-1
2981 Globalization.cp_20932 = Japanese (JIS 0208-1990 and 0212-1990)
2982 Globalization.cp_20936 = Chinese Simplified (GB2312-80)
2983 Globalization.cp_20949 = Korean Wansung
2984 Globalization.cp_21025 = IBM EBCDIC (Cyrillic Serbian-Bulgarian)
2985 Globalization.cp_21027 = Ext Alpha Lowercase
2986 Globalization.cp_21866 = Cyrillic (KOI8-U)
2987 Globalization.cp_28591 = Western European (ISO)
2988 Globalization.cp_28592 = Central European (ISO)
2989 Globalization.cp_28593 = Latin 3 (ISO)
2990 Globalization.cp_28594 = Baltic (ISO)
2991 Globalization.cp_28595 = Cyrillic (ISO)
2992 Globalization.cp_28596 = Arabic (ISO)
2993 Globalization.cp_28597 = Greek (ISO)
2994 Globalization.cp_28598 = Hebrew (ISO-Visual)
2995 Globalization.cp_28599 = Turkish (ISO)
2996 Globalization.cp_28603 = Estonian (ISO)
2997 Globalization.cp_28605 = Latin 9 (ISO)
2998 Globalization.cp_29001 = Europa
2999 Globalization.cp_38598 = Hebrew (ISO-Logical)
3000 Globalization.cp_50000 = User Defined
3001 Globalization.cp_50220 = Japanese (JIS)
3002 Globalization.cp_50221 = Japanese (JIS-Allow 1 byte Kana)
3003 Globalization.cp_50222 = Japanese (JIS-Allow 1 byte Kana - SO/SI)
3004 Globalization.cp_50225 = Korean (ISO)
3005 Globalization.cp_50227 = Chinese Simplified (ISO-2022)
3006 Globalization.cp_50229 = Chinese Traditional (ISO-2022)
3007 Globalization.cp_50930 = IBM EBCDIC (Japanese and Japanese Katakana)
3008 Globalization.cp_50931 = IBM EBCDIC (Japanese and US-Canada)
3009 Globalization.cp_50933 = IBM EBCDIC (Korean and Korean Extended)
3010 Globalization.cp_50935 = IBM EBCDIC (Simplified Chinese)
3011 Globalization.cp_50937 = IBM EBCDIC (Traditional Chinese)
3012 Globalization.cp_50939 = IBM EBCDIC (Japanese and Japanese-Latin)
3013 Globalization.cp_51932 = Japanese (EUC)
3014 Globalization.cp_51936 = Chinese Simplified (EUC)
3015 Globalization.cp_51949 = Korean (EUC)
3016 Globalization.cp_52936 = Chinese Simplified (HZ)
3017 Globalization.cp_54936 = Chinese Simplified (GB18030)
3018 Globalization.cp_57002 = ISCII Devanagari
3019 Globalization.cp_57003 = ISCII Bengali
3020 Globalization.cp_57004 = ISCII Tamil
3021 Globalization.cp_57005 = ISCII Telugu
3022 Globalization.cp_57006 = ISCII Assamese
3023 Globalization.cp_57007 = ISCII Oriya
3024 Globalization.cp_57008 = ISCII Kannada
3025 Globalization.cp_57009 = ISCII Malayalam
3026 Globalization.cp_57010 = ISCII Gujarati
3027 Globalization.cp_57011 = ISCII Punjabi
3028 Globalization.cp_65000 = Unicode (UTF-7)
3029 #endif // FEATURE_NON_UNICODE_CODE_PAGES
3030 #endif // INCLUDE_DEBUG
3031
3032 ;------------------
3033