SR.cs 140 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225
  1. //
  2. // This file was generated by resx2sr tool
  3. //
  4. partial class SR
  5. {
  6. public const string Acc_CreateAbst = "Cannot create an abstract class.";
  7. public const string Acc_CreateAbstEx = "Cannot create an instance of {0} because it is an abstract class.";
  8. public const string Acc_CreateArgIterator = "Cannot dynamically create an instance of ArgIterator.";
  9. public const string Acc_CreateGeneric = "Cannot create a type for which Type.ContainsGenericParameters is true.";
  10. public const string Acc_CreateGenericEx = "Cannot create an instance of {0} because Type.ContainsGenericParameters is true.";
  11. public const string Acc_CreateInterface = "Cannot create an instance of an interface.";
  12. public const string Acc_CreateInterfaceEx = "Cannot create an instance of {0} because it is an interface.";
  13. public const string Acc_CreateVoid = "Cannot dynamically create an instance of System.Void.";
  14. public const string Acc_NotClassInit = "Type initializer was not callable.";
  15. public const string Acc_ReadOnly = "Cannot set a constant field.";
  16. public const string Access_Void = "Cannot create an instance of void.";
  17. public const string AggregateException_ctor_DefaultMessage = "One or more errors occurred.";
  18. public const string AggregateException_ctor_InnerExceptionNull = "An element of innerExceptions was null.";
  19. public const string AggregateException_DeserializationFailure = "The serialization stream contains no inner exceptions.";
  20. public const string AggregateException_InnerException = "(Inner Exception #{0}) "; // {entry.Item3}
  21. public const string AppDomain_AppBaseNotSet = "The ApplicationBase must be set before retrieving this property.";
  22. public const string AppDomain_Name = "Name:";
  23. public const string AppDomain_NoContextPolicies = "There are no context policies.";
  24. public const string AppDomain_Policy_PrincipalTwice = "Default principal object cannot be set twice.";
  25. public const string AmbiguousImplementationException_NullMessage = "Ambiguous implementation found.";
  26. public const string Arg_AccessException = "Cannot access member.";
  27. public const string Arg_AccessViolationException = "Attempted to read or write protected memory. This is often an indication that other memory is corrupt.";
  28. public const string Arg_AmbiguousMatchException = "Ambiguous match found.";
  29. public const string Arg_ApplicationException = "Error in the application.";
  30. public const string Arg_ArgumentException = "Value does not fall within the expected range.";
  31. public const string Arg_ArgumentOutOfRangeException = "Specified argument was out of the range of valid values.";
  32. public const string Arg_ArithmeticException = "Overflow or underflow in the arithmetic operation.";
  33. public const string Arg_ArrayLengthsDiffer = "Array lengths must be the same.";
  34. public const string Arg_ArrayPlusOffTooSmall = "Destination array is not long enough to copy all the items in the collection. Check array index and length.";
  35. public const string Arg_ArrayTypeMismatchException = "Attempted to access an element as a type incompatible with the array.";
  36. public const string Arg_ArrayZeroError = "Array must not be of length zero.";
  37. public const string Arg_BadDecimal = "Read an invalid decimal value from the buffer.";
  38. public const string Arg_BadImageFormatException = "Format of the executable (.exe) or library (.dll) is invalid.";
  39. public const string Arg_BadLiteralFormat = "Encountered an invalid type for a default value.";
  40. public const string Arg_BogusIComparer = "Unable to sort because the IComparer.Compare() method returns inconsistent results. Either a value does not compare equal to itself, or one value repeatedly compared to another value yields different results. IComparer: '{0}'.";
  41. public const string Arg_BufferTooSmall = "Not enough space available in the buffer.";
  42. public const string Arg_CannotBeNaN = "TimeSpan does not accept floating point Not-a-Number values.";
  43. public const string Arg_CannotHaveNegativeValue = "String cannot contain a minus sign if the base is not 10.";
  44. public const string Arg_CannotMixComparisonInfrastructure = "The usage of IKeyComparer and IHashCodeProvider/IComparer interfaces cannot be mixed; use one or the other.";
  45. public const string Arg_CannotUnloadAppDomainException = "Attempt to unload the AppDomain failed.";
  46. public const string Arg_CATypeResolutionFailed = "Failed to resolve type from string \"{0}\" which was embedded in custom attribute blob.";
  47. public const string Arg_COMAccess = "Must specify property Set or Get or method call for a COM Object.";
  48. public const string Arg_COMException = "Error HRESULT E_FAIL has been returned from a call to a COM component.";
  49. public const string Arg_COMPropSetPut = "Only one of the following binding flags can be set: BindingFlags.SetProperty, BindingFlags.PutDispProperty, BindingFlags.PutRefDispProperty.";
  50. public const string Arg_CreatInstAccess = "Cannot specify both CreateInstance and another access type.";
  51. public const string Arg_CryptographyException = "Error occurred during a cryptographic operation.";
  52. public const string Arg_CustomAttributeFormatException = "Binary format of the specified custom attribute was invalid.";
  53. public const string Arg_DataMisalignedException = "A datatype misalignment was detected in a load or store instruction.";
  54. public const string Arg_DateTimeRange = "Combination of arguments to the DateTime constructor is out of the legal range.";
  55. public const string Arg_DecBitCtor = "Decimal byte array constructor requires an array of length four containing valid decimal bytes.";
  56. public const string Arg_DirectoryNotFoundException = "Attempted to access a path that is not on the disk.";
  57. public const string Arg_DivideByZero = "Attempted to divide by zero.";
  58. public const string Arg_DlgtNullInst = "Delegate to an instance method cannot have null 'this'.";
  59. public const string Arg_DlgtTargMeth = "Cannot bind to the target method because its signature is not compatible with that of the delegate type.";
  60. public const string Arg_DlgtTypeMis = "Delegates must be of the same type.";
  61. public const string Arg_DllNotFoundException = "Dll was not found.";
  62. public const string Arg_DriveNotFoundException = "Attempted to access a drive that is not available.";
  63. public const string Arg_DuplicateWaitObjectException = "Duplicate objects in argument.";
  64. public const string Arg_EHClauseNotClause = "This ExceptionHandlingClause is not a clause.";
  65. public const string Arg_EHClauseNotFilter = "This ExceptionHandlingClause is not a filter.";
  66. public const string Arg_EmptyArray = "Array may not be empty.";
  67. public const string Arg_EmptyOrNullString = "String may not be empty or null.";
  68. public const string Arg_EndOfStreamException = "Attempted to read past the end of the stream.";
  69. public const string Arg_EntryPointNotFoundException = "Entry point was not found.";
  70. public const string Arg_EnumAndObjectMustBeSameType = "Object must be the same type as the enum. The type passed in was '{0}'; the enum type was '{1}'.";
  71. public const string Arg_EnumFormatUnderlyingTypeAndObjectMustBeSameType = "Enum underlying type and the object must be same type or object. Type passed in was '{0}'; the enum underlying type was '{1}'.";
  72. public const string Arg_EnumIllegalVal = "Illegal enum value: {0}.";
  73. public const string Arg_EnumLitValueNotFound = "Literal value was not found.";
  74. public const string Arg_EnumUnderlyingTypeAndObjectMustBeSameType = "Enum underlying type and the object must be same type or object must be a String. Type passed in was '{0}'; the enum underlying type was '{1}'.";
  75. public const string Arg_EnumValueNotFound = "Requested value '{0}' was not found.";
  76. public const string Arg_ExecutionEngineException = "Internal error in the runtime.";
  77. public const string Arg_ExternalException = "External component has thrown an exception.";
  78. public const string Arg_FieldAccessException = "Attempted to access a field that is not accessible by the caller.";
  79. public const string Arg_FieldDeclTarget = "Field '{0}' defined on type '{1}' is not a field on the target object which is of type '{2}'.";
  80. public const string Arg_FldGetArgErr = "No arguments can be provided to Get a field value.";
  81. public const string Arg_FldGetPropSet = "Cannot specify both GetField and SetProperty.";
  82. public const string Arg_FldSetArgErr = "Only the field value can be specified to set a field value.";
  83. public const string Arg_FldSetGet = "Cannot specify both Get and Set on a field.";
  84. public const string Arg_FldSetInvoke = "Cannot specify Set on a Field and Invoke on a method.";
  85. public const string Arg_FldSetPropGet = "Cannot specify both SetField and GetProperty.";
  86. public const string Arg_FormatException = "One of the identified items was in an invalid format.";
  87. public const string Arg_GenericParameter = "Method must be called on a Type for which Type.IsGenericParameter is false.";
  88. public const string Arg_GetMethNotFnd = "Property Get method was not found.";
  89. public const string Arg_GuidArrayCtor = "Byte array for GUID must be exactly {0} bytes long.";
  90. public const string Arg_HandleNotAsync = "Handle does not support asynchronous operations. The parameters to the FileStream constructor may need to be changed to indicate that the handle was opened synchronously (that is, it was not opened for overlapped I/O).";
  91. public const string Arg_HandleNotSync = "Handle does not support synchronous operations. The parameters to the FileStream constructor may need to be changed to indicate that the handle was opened asynchronously (that is, it was opened explicitly for overlapped I/O).";
  92. public const string Arg_HexStyleNotSupported = "The number style AllowHexSpecifier is not supported on floating point data types.";
  93. public const string Arg_HTCapacityOverflow = "Hashtable's capacity overflowed and went negative. Check load factor, capacity and the current size of the table.";
  94. public const string Arg_IndexMustBeInt = "All indexes must be of type Int32.";
  95. public const string Arg_IndexOutOfRangeException = "Index was outside the bounds of the array.";
  96. public const string Arg_InsufficientExecutionStackException = "Insufficient stack to continue executing the program safely. This can happen from having too many functions on the call stack or function on the stack using too much stack space.";
  97. public const string Arg_InvalidANSIString = "The ANSI string passed in could not be converted from the default ANSI code page to Unicode.";
  98. public const string Arg_InvalidBase = "Invalid Base.";
  99. public const string Arg_InvalidCastException = "Specified cast is not valid.";
  100. public const string Arg_InvalidComObjectException = "Attempt has been made to use a COM object that does not have a backing class factory.";
  101. public const string Arg_InvalidFilterCriteriaException = "Specified filter criteria was invalid.";
  102. public const string Arg_InvalidHandle = "Invalid handle.";
  103. public const string Arg_InvalidHexStyle = "With the AllowHexSpecifier bit set in the enum bit field, the only other valid bits that can be combined into the enum value must be a subset of those in HexNumber.";
  104. public const string Arg_InvalidNeutralResourcesLanguage_Asm_Culture = "The NeutralResourcesLanguageAttribute on the assembly \"{0}\" specifies an invalid culture name: \"{1}\".";
  105. public const string Arg_InvalidNeutralResourcesLanguage_FallbackLoc = "The NeutralResourcesLanguageAttribute specifies an invalid or unrecognized ultimate resource fallback location: \"{0}\".";
  106. public const string Arg_InvalidSatelliteContract_Asm_Ver = "Satellite contract version attribute on the assembly '{0}' specifies an invalid version: {1}.";
  107. public const string Arg_InvalidOleVariantTypeException = "Specified OLE variant was invalid.";
  108. public const string Arg_InvalidOperationException = "Operation is not valid due to the current state of the object.";
  109. public const string Arg_InvalidSearchPattern = "Search pattern '{0}' cannot contain \"..\" to move up directories and can be contained only internally in file/directory names, as in \"a..b\".";
  110. public const string Arg_InvalidTypeInRetType = "The return Type must be a type provided by the runtime.";
  111. public const string Arg_InvalidTypeInSignature = "The signature Type array contains some invalid type (i.e. null, void)";
  112. public const string Arg_InvalidUTF8String = "The UTF8 string passed in could not be converted to Unicode.";
  113. public const string Arg_IOException = "I/O error occurred.";
  114. public const string Arg_KeyNotFound = "The given key was not present in the dictionary.";
  115. public const string Arg_KeyNotFoundWithKey = "The given key '{0}' was not present in the dictionary.";
  116. public const string Arg_LongerThanDestArray = "Destination array was not long enough. Check the destination index, length, and the array's lower bounds.";
  117. public const string Arg_LongerThanSrcArray = "Source array was not long enough. Check the source index, length, and the array's lower bounds.";
  118. public const string Arg_LongerThanSrcString = "Source string was not long enough. Check sourceIndex and count.";
  119. public const string Arg_LowerBoundsMustMatch = "The arrays' lower bounds must be identical.";
  120. public const string Arg_MarshalAsAnyRestriction = "AsAny cannot be used on return types, ByRef parameters, ArrayWithOffset, or parameters passed from unmanaged to managed.";
  121. public const string Arg_MarshalDirectiveException = "Marshaling directives are invalid.";
  122. public const string Arg_MethodAccessException = "Attempt to access the method failed.";
  123. public const string Arg_MethodAccessException_WithMethodName = "Attempt to access the method \"{0}\" on type \"{1}\" failed.";
  124. public const string Arg_MissingFieldException = "Attempted to access a non-existing field.";
  125. public const string Arg_MissingManifestResourceException = "Unable to find manifest resource.";
  126. public const string Arg_MissingMemberException = "Attempted to access a missing member.";
  127. public const string Arg_MissingMethodException = "Attempted to access a missing method.";
  128. public const string Arg_MulticastNotSupportedException = "Attempted to add multiple callbacks to a delegate that does not support multicast.";
  129. public const string Arg_MustBeBoolean = "Object must be of type Boolean.";
  130. public const string Arg_MustBeByte = "Object must be of type Byte.";
  131. public const string Arg_MustBeChar = "Object must be of type Char.";
  132. public const string Arg_MustBeDateTime = "Object must be of type DateTime.";
  133. public const string Arg_MustBeDateTimeOffset = "Object must be of type DateTimeOffset.";
  134. public const string Arg_MustBeDecimal = "Object must be of type Decimal.";
  135. public const string Arg_MustBeDelegate = "Type must derive from Delegate.";
  136. public const string Arg_MustBeDouble = "Object must be of type Double.";
  137. public const string Arg_MustBeDriveLetterOrRootDir = "Drive name must be a root directory (i.e. 'C:\\') or a drive letter ('C').";
  138. public const string Arg_MustBeEnum = "Type provided must be an Enum.";
  139. public const string Arg_MustBeEnumBaseTypeOrEnum = "The value passed in must be an enum base or an underlying type for an enum, such as an Int32.";
  140. public const string Arg_MustBeGuid = "Object must be of type GUID.";
  141. public const string Arg_MustBeInt16 = "Object must be of type Int16.";
  142. public const string Arg_MustBeInt32 = "Object must be of type Int32.";
  143. public const string Arg_MustBeInt64 = "Object must be of type Int64.";
  144. public const string Arg_MustBeInterface = "Type passed must be an interface.";
  145. public const string Arg_MustBePointer = "Type must be a Pointer.";
  146. public const string Arg_MustBePrimArray = "Object must be an array of primitives.";
  147. public const string Arg_MustBeSByte = "Object must be of type SByte.";
  148. public const string Arg_MustBeSingle = "Object must be of type Single.";
  149. public const string Arg_MustBeStatic = "Method must be a static method.";
  150. public const string Arg_MustBeString = "Object must be of type String.";
  151. public const string Arg_MustBeTimeSpan = "Object must be of type TimeSpan.";
  152. public const string Arg_MustBeType = "Type must be a type provided by the runtime.";
  153. public const string Arg_MustBeTrue = "Argument must be true.";
  154. public const string Arg_MustBeUInt16 = "Object must be of type UInt16.";
  155. public const string Arg_MustBeUInt32 = "Object must be of type UInt32.";
  156. public const string Arg_MustBeUInt64 = "Object must be of type UInt64.";
  157. public const string Arg_MustBeVersion = "Object must be of type Version.";
  158. public const string Arg_MustContainEnumInfo = "Must specify valid information for parsing in the string.";
  159. public const string Arg_NamedParamNull = "Named parameter value must not be null.";
  160. public const string Arg_NamedParamTooBig = "Named parameter array cannot be bigger than argument array.";
  161. public const string Arg_NDirectBadObject = "No PInvoke conversion exists for value passed to Object-typed parameter.";
  162. public const string Arg_Need1DArray = "Array was not a one-dimensional array.";
  163. public const string Arg_Need2DArray = "Array was not a two-dimensional array.";
  164. public const string Arg_Need3DArray = "Array was not a three-dimensional array.";
  165. public const string Arg_NeedAtLeast1Rank = "Must provide at least one rank.";
  166. public const string Arg_NegativeArgCount = "Argument count must not be negative.";
  167. public const string Arg_NoAccessSpec = "Must specify binding flags describing the invoke operation required (BindingFlags.InvokeMethod CreateInstance GetField SetField GetProperty SetProperty).";
  168. public const string Arg_NoDefCTor = "No parameterless constructor defined for type '{0}'.";
  169. public const string Arg_NoITypeInfo = "Specified TypeInfo was invalid because it did not support the ITypeInfo interface.";
  170. public const string Arg_NoITypeLib = "Specified TypeLib was invalid because it did not support the ITypeLib interface.";
  171. public const string Arg_NonZeroLowerBound = "The lower bound of target array must be zero.";
  172. public const string Arg_NoStaticVirtual = "Method cannot be both static and virtual.";
  173. public const string Arg_NotFiniteNumberException = "Number encountered was not a finite quantity.";
  174. public const string Arg_NotFoundIFace = "Interface not found.";
  175. public const string Arg_NotGenericMethodDefinition = "{0} is not a GenericMethodDefinition. MakeGenericMethod may only be called on a method for which MethodBase.IsGenericMethodDefinition is true.";
  176. public const string Arg_NotGenericParameter = "Method may only be called on a Type for which Type.IsGenericParameter is true.";
  177. public const string Arg_NotGenericTypeDefinition = "{0} is not a GenericTypeDefinition. MakeGenericType may only be called on a type for which Type.IsGenericTypeDefinition is true.";
  178. public const string Arg_NotImplementedException = "The method or operation is not implemented.";
  179. public const string Arg_NotSupportedException = "Specified method is not supported.";
  180. public const string Arg_NullIndex = "Arrays indexes must be set to an object instance.";
  181. public const string Arg_NullReferenceException = "Object reference not set to an instance of an object.";
  182. public const string Arg_ObjObj = "Object type cannot be converted to target type.";
  183. public const string Arg_ObjObjEx = "Object of type '{0}' cannot be converted to type '{1}'.";
  184. public const string Arg_OleAutDateInvalid = "Not a legal OleAut date.";
  185. public const string Arg_OleAutDateScale = "OleAut date did not convert to a DateTime correctly.";
  186. public const string Arg_OverflowException = "Arithmetic operation resulted in an overflow.";
  187. public const string Arg_OutOfMemoryException = "Insufficient memory to continue the execution of the program.";
  188. public const string Arg_ParamName_Name = "Parameter name: {0}";
  189. public const string Arg_ParmArraySize = "Must specify one or more parameters.";
  190. public const string Arg_ParmCnt = "Parameter count mismatch.";
  191. public const string Arg_PathEmpty = "The path is empty.";
  192. public const string Arg_PathIllegalUNC_Path = "The UNC path '{0}' should be of the form \\\\\\\\server\\\\share.";
  193. public const string Arg_PlatformNotSupported = "Operation is not supported on this platform.";
  194. public const string 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.";
  195. public const string Arg_PropSetGet = "Cannot specify both Get and Set on a property.";
  196. public const string Arg_PropSetInvoke = "Cannot specify Set on a property and Invoke on a method.";
  197. public const string Arg_RankException = "Attempted to operate on an array with the incorrect number of dimensions.";
  198. public const string Arg_RankIndices = "Indices length does not match the array rank.";
  199. public const string Arg_RankMultiDimNotSupported = "Only single dimensional arrays are supported for the requested action.";
  200. public const string Arg_RanksAndBounds = "Number of lengths and lowerBounds must match.";
  201. public const string Arg_RegGetOverflowBug = "RegistryKey.GetValue does not allow a String that has a length greater than Int32.MaxValue.";
  202. public const string Arg_RegKeyNotFound = "The specified registry key does not exist.";
  203. public const string Arg_RegSubKeyValueAbsent = "No value exists with that name.";
  204. public const string Arg_RegValStrLenBug = "Registry value names should not be greater than 16,383 characters.";
  205. public const string Arg_ResMgrNotResSet = "Type parameter must refer to a subclass of ResourceSet.";
  206. public const string Arg_ResourceFileUnsupportedVersion = "The ResourceReader class does not know how to read this version of .resources files. Expected version: {0} This file: {1}";
  207. public const string Arg_ResourceNameNotExist = "The specified resource name \"{0}\" does not exist in the resource file.";
  208. public const string Arg_SafeArrayRankMismatchException = "Specified array was not of the expected rank.";
  209. public const string Arg_SafeArrayTypeMismatchException = "Specified array was not of the expected type.";
  210. public const string Arg_SecurityException = "Security error.";
  211. public const string SerializationException = "Serialization error.";
  212. public const string Arg_SetMethNotFnd = "Property set method not found.";
  213. public const string Arg_StackOverflowException = "Operation caused a stack overflow.";
  214. public const string Arg_SurrogatesNotAllowedAsSingleChar = "Unicode surrogate characters must be written out as pairs together in the same call, not individually. Consider passing in a character array instead.";
  215. public const string Arg_SynchronizationLockException = "Object synchronization method was called from an unsynchronized block of code.";
  216. public const string Arg_SystemException = "System error.";
  217. public const string Arg_TargetInvocationException = "Exception has been thrown by the target of an invocation.";
  218. public const string Arg_TargetParameterCountException = "Number of parameters specified does not match the expected number.";
  219. public const string Arg_ThreadStartException = "Thread failed to start.";
  220. public const string Arg_ThreadStateException = "Thread was in an invalid state for the operation being executed.";
  221. public const string Arg_TimeoutException = "The operation has timed out.";
  222. public const string Arg_TypeAccessException = "Attempt to access the type failed.";
  223. public const string Arg_TypedReference_Null = "The TypedReference must be initialized.";
  224. public const string Arg_TypeLoadException = "Failure has occurred while loading a type.";
  225. public const string Arg_TypeLoadNullStr = "A null or zero length string does not represent a valid Type.";
  226. public const string Arg_TypeRefPrimitve = "TypedReferences cannot be redefined as primitives. Field name '{0}'.";
  227. public const string Arg_TypeUnloadedException = "Type had been unloaded.";
  228. public const string Arg_UnauthorizedAccessException = "Attempted to perform an unauthorized operation.";
  229. public const string Arg_UnboundGenField = "Late bound operations cannot be performed on fields with types for which Type.ContainsGenericParameters is true.";
  230. public const string Arg_UnboundGenParam = "Late bound operations cannot be performed on types or methods for which ContainsGenericParameters is true.";
  231. public const string Arg_UnknownTypeCode = "Unknown TypeCode value.";
  232. public const string Arg_VarMissNull = "Missing parameter does not have a default value.";
  233. public const string Arg_VersionString = "Version string portion was too short or too long.";
  234. public const string Arg_WrongAsyncResult = "IAsyncResult object did not come from the corresponding async method on this type.";
  235. public const string Arg_WrongType = "The value \"{0}\" is not of type \"{1}\" and cannot be used in this generic collection.";
  236. public const string Argument_AbsolutePathRequired = "Absolute path information is required.";
  237. public const string Argument_AddingDuplicate = "An item with the same key has already been added.";
  238. public const string Argument_AddingDuplicate__ = "Item has already been added. Key in dictionary: '{0}' Key being added: '{1}'";
  239. public const string Argument_AddingDuplicateWithKey = "An item with the same key has already been added. Key: {0}";
  240. public const string Argument_AdjustmentRulesNoNulls = "The AdjustmentRule array cannot contain null elements.";
  241. public const string Argument_AdjustmentRulesOutOfOrder = "The elements of the AdjustmentRule array must be in chronological order and must not overlap.";
  242. public const string Argument_AlreadyACCW = "The object already has a CCW associated with it.";
  243. public const string Argument_AlreadyBoundOrSyncHandle = "'handle' has already been bound to the thread pool, or was not opened for asynchronous I/O.";
  244. public const string Argument_ArgumentZero = "Argument cannot be zero.";
  245. public const string Argument_ArrayGetInterfaceMap = "Interface maps for generic interfaces on arrays cannot be retrieved.";
  246. public const string Argument_ArraysInvalid = "Array or pointer types are not valid.";
  247. public const string Argument_AttributeNamesMustBeUnique = "Attribute names must be unique.";
  248. public const string Argument_BadAttributeOnInterfaceMethod = "Interface method must be abstract and virtual.";
  249. public const string Argument_BadConstantValue = "Bad default value.";
  250. public const string Argument_BadConstructor = "Cannot have private or static constructor.";
  251. public const string Argument_BadConstructorCallConv = "Constructor must have standard calling convention.";
  252. public const string Argument_BadExceptionCodeGen = "Incorrect code generation for exception block.";
  253. public const string Argument_BadFieldForConstructorBuilder = "Field must be on the same type of the given ConstructorInfo.";
  254. public const string Argument_BadFieldSig = "Field signatures do not have return types.";
  255. public const string Argument_BadFieldType = "Bad field type in defining field.";
  256. public const string Argument_BadFormatSpecifier = "Format specifier was invalid.";
  257. public const string 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.";
  258. public const string Argument_BadLabel = "Bad label in ILGenerator.";
  259. public const string Argument_BadLabelContent = "Bad label content in ILGenerator.";
  260. public const string Argument_BadNestedTypeFlags = "Visibility of interfaces must be one of the following: NestedAssembly, NestedFamANDAssem, NestedFamily, NestedFamORAssem, NestedPrivate or NestedPublic.";
  261. public const string Argument_BadObjRef = "Invalid ObjRef provided to '{0}'.";
  262. public const string Argument_BadParameterCountsForConstructor = "Parameter count does not match passed in argument value count.";
  263. public const string Argument_BadParameterTypeForCAB = "Cannot emit a CustomAttribute with argument of type {0}.";
  264. public const string Argument_BadPropertyForConstructorBuilder = "Property must be on the same type of the given ConstructorInfo.";
  265. public const string Argument_BadSigFormat = "Incorrect signature format.";
  266. public const string Argument_BadSizeForData = "Data size must be > 1 and < 0x3f0000";
  267. public const string Argument_BadTypeAttrInvalidLayout = "Bad type attributes. Invalid layout attribute specified.";
  268. public const string Argument_BadTypeAttrNestedVisibilityOnNonNestedType = "Bad type attributes. Nested visibility flag set on a non-nested type.";
  269. public const string Argument_BadTypeAttrNonNestedVisibilityNestedType = "Bad type attributes. Non-nested visibility flag set on a nested type.";
  270. public const string Argument_BadTypeAttrReservedBitsSet = "Bad type attributes. Reserved bits set on the type.";
  271. public const string Argument_BadTypeInCustomAttribute = "An invalid type was used as a custom attribute constructor argument, field or property.";
  272. public const string Argument_CannotCreateTypedReference = "Cannot use function evaluation to create a TypedReference object.";
  273. public const string Argument_CannotGetTypeTokenForByRef = "Cannot get TypeToken for a ByRef type.";
  274. public const string Argument_CannotSetParentToInterface = "Cannot set parent to an interface.";
  275. public const string Argument_CodepageNotSupported = "{0} is not a supported code page.";
  276. public const string Argument_CompareOptionOrdinal = "CompareOption.Ordinal cannot be used with other options.";
  277. public const string Argument_ConflictingDateTimeRoundtripStyles = "The DateTimeStyles value RoundtripKind cannot be used with the values AssumeLocal, AssumeUniversal or AdjustToUniversal.";
  278. public const string Argument_ConflictingDateTimeStyles = "The DateTimeStyles values AssumeLocal and AssumeUniversal cannot be used together.";
  279. public const string Argument_ConstantDoesntMatch = "Constant does not match the defined type.";
  280. public const string Argument_ConstantNotSupported = "{0} is not a supported constant type.";
  281. public const string Argument_ConstantNull = "Null is not a valid constant value for this type.";
  282. public const string Argument_ConstructorNeedGenericDeclaringType = "The specified constructor must be declared on a generic type definition.";
  283. public const string Argument_ConversionOverflow = "Conversion buffer overflow.";
  284. public const string Argument_ConvertMismatch = "The conversion could not be completed because the supplied DateTime did not have the Kind property set correctly. For example, when the Kind property is DateTimeKind.Local, the source time zone must be TimeZoneInfo.Local.";
  285. public const string Argument_CORDBBadMethod = "Cannot find the method on the object instance.";
  286. public const string Argument_CORDBBadVarArgCallConv = "Cannot evaluate a VarArgs function.";
  287. public const string Argument_CultureIetfNotSupported = "Culture IETF Name {0} is not a recognized IETF name.";
  288. public const string Argument_CultureInvalidIdentifier = "{0} is an invalid culture identifier.";
  289. public const string Argument_CultureIsNeutral = "Culture ID {0} (0x{0:X4}) is a neutral culture; a region cannot be created from it.";
  290. public const string Argument_CultureNotSupported = "Culture is not supported.";
  291. public const string Argument_CustomAssemblyLoadContextRequestedNameMismatch = "Resolved assembly's simple name should be the same as of the requested assembly.";
  292. public const string Argument_CustomCultureCannotBePassedByNumber = "Customized cultures cannot be passed by LCID, only by name.";
  293. public const string Argument_DateTimeBadBinaryData = "The binary data must result in a DateTime with ticks between DateTime.MinValue.Ticks and DateTime.MaxValue.Ticks.";
  294. public const string Argument_DateTimeHasTicks = "The supplied DateTime must have the Year, Month, and Day properties set to 1. The time cannot be specified more precisely than whole milliseconds.";
  295. public const string Argument_DateTimeHasTimeOfDay = "The supplied DateTime includes a TimeOfDay setting. This is not supported.";
  296. public const string Argument_DateTimeIsInvalid = "The supplied DateTime represents an invalid time. For example, when the clock is adjusted forward, any time in the period that is skipped is invalid.";
  297. public const string Argument_DateTimeIsNotAmbiguous = "The supplied DateTime is not in an ambiguous time range.";
  298. public const string Argument_DateTimeKindMustBeUnspecified = "The supplied DateTime must have the Kind property set to DateTimeKind.Unspecified.";
  299. public const string Argument_DateTimeKindMustBeUnspecifiedOrUtc = "The supplied DateTime must have the Kind property set to DateTimeKind.Unspecified or DateTimeKind.Utc.";
  300. public const string Argument_DateTimeOffsetInvalidDateTimeStyles = "The DateTimeStyles value 'NoCurrentDateDefault' is not allowed when parsing DateTimeOffset.";
  301. public const string Argument_DateTimeOffsetIsNotAmbiguous = "The supplied DateTimeOffset is not in an ambiguous time range.";
  302. public const string Argument_DestinationTooShort = "Destination is too short.";
  303. public const string Argument_DuplicateTypeName = "Duplicate type name within an assembly.";
  304. public const string Argument_EmitWriteLineType = "EmitWriteLine does not support this field or local type.";
  305. public const string Argument_EmptyDecString = "Decimal separator cannot be the empty string.";
  306. public const string Argument_EmptyFileName = "Empty file name is not legal.";
  307. public const string Argument_EmptyName = "Empty name is not legal.";
  308. public const string Argument_EmptyPath = "Empty path name is not legal.";
  309. public const string Argument_EmptyWaithandleArray = "Waithandle array may not be empty.";
  310. public const string Argument_EncoderFallbackNotEmpty = "Must complete Convert() operation or call Encoder.Reset() before calling GetBytes() or GetByteCount(). Encoder '{0}' fallback '{1}'.";
  311. public const string Argument_EncodingConversionOverflowBytes = "The output byte buffer is too small to contain the encoded data, encoding '{0}' fallback '{1}'.";
  312. public const string Argument_EncodingConversionOverflowChars = "The output char buffer is too small to contain the decoded characters, encoding '{0}' fallback '{1}'.";
  313. public const string Argument_EncodingNotSupported = "'{0}' is not a supported encoding name. For information on defining a custom encoding, see the documentation for the Encoding.RegisterProvider method.";
  314. public const string Argument_EnumTypeDoesNotMatch = "The argument type, '{0}', is not the same as the enum type '{1}'.";
  315. public const string Argument_FallbackBufferNotEmpty = "Cannot change fallback when buffer is not empty. Previous Convert() call left data in the fallback buffer.";
  316. public const string Argument_FieldDeclaringTypeGeneric = "Cannot resolve field {0} because the declaring type of the field handle {1} is generic. Explicitly provide the declaring type to GetFieldFromHandle.";
  317. public const string Argument_FieldNeedGenericDeclaringType = "The specified field must be declared on a generic type definition.";
  318. public const string Argument_GenConstraintViolation = "GenericArguments[{0}], '{1}', on '{2}' violates the constraint of type '{3}'.";
  319. public const string Argument_GenericArgsCount = "The number of generic arguments provided doesn't equal the arity of the generic type definition.";
  320. public const string Argument_GenericsInvalid = "Generic types are not valid.";
  321. public const string Argument_GlobalFunctionHasToBeStatic = "Global members must be static.";
  322. public const string Argument_HandleLeak = "Cannot pass a GCHandle across AppDomains.";
  323. public const string Argument_HasToBeArrayClass = "Must be an array type.";
  324. public const string Argument_IdnBadBidi = "Left to right characters may not be mixed with right to left characters in IDN labels.";
  325. public const string Argument_IdnBadLabelSize = "IDN labels must be between 1 and 63 characters long.";
  326. public const string Argument_IdnBadNameSize = "IDN names must be between 1 and {0} characters long.";
  327. public const string Argument_IdnBadPunycode = "Invalid IDN encoded string.";
  328. public const string Argument_IdnBadStd3 = "Label contains character '{0}' not allowed with UseStd3AsciiRules";
  329. public const string Argument_IdnIllegalName = "Decoded string is not a valid IDN name.";
  330. public const string Argument_IllegalEnvVarName = "Environment variable name cannot contain equal character.";
  331. public const string Argument_IllegalName = "Illegal name.";
  332. public const string Argument_ImplementIComparable = "At least one object must implement IComparable.";
  333. public const string Argument_IndexOutOfArrayBounds = "The specified index is out of bounds of the specified array.";
  334. public const string Argument_InsufficientSpaceToCopyCollection = "The specified space is not sufficient to copy the elements from this Collection.";
  335. public const string Argument_InterfaceMap = "'this' type cannot be an interface itself.";
  336. public const string Argument_InvalidAppendMode = "Append access can be requested only in write-only mode.";
  337. public const string Argument_InvalidArgumentForComparison = "Type of argument is not compatible with the generic comparer.";
  338. public const string Argument_InvalidArrayLength = "Length of the array must be {0}.";
  339. public const string Argument_InvalidArrayType = "Target array type is not compatible with the type of items in the collection.";
  340. public const string Argument_InvalidAssemblyName = "Assembly names may not begin with whitespace or contain the characters '/', or '\\\\' or ':'.";
  341. public const string Argument_InvalidCalendar = "Not a valid calendar for the given culture.";
  342. public const string Argument_InvalidCharSequence = "Invalid Unicode code point found at index {0}.";
  343. public const string Argument_InvalidCharSequenceNoIndex = "String contains invalid Unicode code points.";
  344. public const string Argument_InvalidCodePageBytesIndex = "Unable to translate bytes {0} at index {1} from specified code page to Unicode.";
  345. public const string Argument_InvalidCodePageConversionIndex = "Unable to translate Unicode character \\\\u{0:X4} at index {1} to specified code page.";
  346. public const string Argument_InvalidConstructorDeclaringType = "The specified constructor must be declared on the generic type definition of the specified type.";
  347. public const string Argument_InvalidConstructorInfo = "The ConstructorInfo object is not valid.";
  348. public const string Argument_InvalidCultureName = "Culture name '{0}' is not supported.";
  349. public const string Argument_InvalidDateTimeKind = "Invalid DateTimeKind value.";
  350. public const string Argument_InvalidDateTimeStyles = "An undefined DateTimeStyles value is being used.";
  351. public const string Argument_InvalidDigitSubstitution = "The DigitSubstitution property must be of a valid member of the DigitShapes enumeration. Valid entries include Context, NativeNational or None.";
  352. public const string Argument_InvalidElementName = "Invalid element name '{0}'.";
  353. public const string Argument_InvalidElementTag = "Invalid element tag '{0}'.";
  354. public const string Argument_InvalidElementText = "Invalid element text '{0}'.";
  355. public const string Argument_InvalidElementValue = "Invalid element value '{0}'.";
  356. public const string Argument_InvalidEnum = "The Enum type should contain one and only one instance field.";
  357. public const string Argument_InvalidEnumValue = "The value '{0}' is not valid for this usage of the type {1}.";
  358. public const string Argument_InvalidFieldDeclaringType = "The specified field must be declared on the generic type definition of the specified type.";
  359. public const string Argument_InvalidFileModeAndAccessCombo = "Combining FileMode: {0} with FileAccess: {1} is invalid.";
  360. public const string Argument_InvalidFlag = "Value of flags is invalid.";
  361. public const string Argument_InvalidGenericArg = "The generic type parameter was not valid";
  362. public const string Argument_InvalidGenericInstArray = "Generic arguments must be provided for each generic parameter and each generic argument must be a RuntimeType.";
  363. public const string Argument_InvalidGroupSize = "Every element in the value array should be between one and nine, except for the last element, which can be zero.";
  364. public const string Argument_InvalidHandle = "The handle is invalid.";
  365. public const string Argument_InvalidHighSurrogate = "Found a high surrogate char without a following low surrogate at index: {0}. The input may not be in this encoding, or may not contain valid Unicode (UTF-16) characters.";
  366. public const string Argument_InvalidId = "The specified ID parameter '{0}' is not supported.";
  367. public const string Argument_InvalidKindOfTypeForCA = "This type cannot be represented as a custom attribute.";
  368. public const string Argument_InvalidLabel = "Invalid Label.";
  369. public const string Argument_InvalidLowSurrogate = "Found a low surrogate char without a preceding high surrogate at index: {0}. The input may not be in this encoding, or may not contain valid Unicode (UTF-16) characters.";
  370. public const string Argument_InvalidMemberForNamedArgument = "The member must be either a field or a property.";
  371. public const string Argument_InvalidMethodDeclaringType = "The specified method must be declared on the generic type definition of the specified type.";
  372. public const string Argument_InvalidName = "Invalid name.";
  373. public const string Argument_InvalidNativeDigitCount = "The NativeDigits array must contain exactly ten members.";
  374. public const string Argument_InvalidNativeDigitValue = "Each member of the NativeDigits array must be a single text element (one or more UTF16 code points) with a Unicode Nd (Number, Decimal Digit) property indicating it is a digit.";
  375. public const string Argument_InvalidNeutralRegionName = "The region name {0} should not correspond to neutral culture; a specific culture name is required.";
  376. public const string Argument_InvalidNormalizationForm = "Invalid or unsupported normalization form.";
  377. public const string Argument_InvalidNumberStyles = "An undefined NumberStyles value is being used.";
  378. public const string Argument_InvalidOffLen = "Offset and length were out of bounds for the array or count is greater than the number of elements from index to the end of the source collection.";
  379. public const string Argument_InvalidOpCodeOnDynamicMethod = "Ldtoken, Ldftn and Ldvirtftn OpCodes cannot target DynamicMethods.";
  380. public const string Argument_InvalidParameterInfo = "The ParameterInfo object is not valid.";
  381. public const string Argument_InvalidParamInfo = "Invalid type for ParameterInfo member in Attribute class.";
  382. public const string Argument_InvalidPathChars = "Illegal characters in path.";
  383. public const string Argument_InvalidRegistryViewCheck = "The specified RegistryView value is invalid.";
  384. public const string Argument_InvalidResourceCultureName = "The given culture name '{0}' cannot be used to locate a resource file. Resource filenames must consist of only letters, numbers, hyphens or underscores.";
  385. public const string Argument_InvalidSafeBufferOffLen = "Offset and length were greater than the size of the SafeBuffer.";
  386. public const string Argument_InvalidSeekOrigin = "Invalid seek origin.";
  387. public const string Argument_InvalidSerializedString = "The specified serialized string '{0}' is not supported.";
  388. public const string Argument_InvalidStartupHookSyntax = "The syntax of the startup hook variable was invalid.";
  389. public const string Argument_InvalidStartupHookSignature = "The signature of the startup hook '{0}' in assembly '{1}' was invalid. It must be 'public static void Initialize()'.";
  390. public const string Argument_InvalidTimeSpanStyles = "An undefined TimeSpanStyles value is being used.";
  391. public const string Argument_InvalidToken = "Token {0:x} is not valid in the scope of module {1}.";
  392. public const string 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}'.";
  393. public const string Argument_InvalidTypeForDynamicMethod = "Invalid type owner for DynamicMethod.";
  394. public const string Argument_InvalidTypeName = "The name of the type is invalid.";
  395. public const string Argument_InvalidTypeWithPointersNotSupported = "Cannot use type '{0}'. Only value types without pointers or references are supported.";
  396. public const string Argument_InvalidUnity = "Type '{0}' is not deserializable.";
  397. public const string Argument_InvalidValue = "Value was invalid.";
  398. public const string Argument_LargeInteger = "Integer or token was too large to be encoded.";
  399. public const string Argument_LongEnvVarValue = "Environment variable name or value is too long.";
  400. public const string Argument_MethodDeclaringTypeGeneric = "Cannot resolve method {0} because the declaring type of the method handle {1} is generic. Explicitly provide the declaring type to GetMethodFromHandle.";
  401. public const string Argument_MethodDeclaringTypeGenericLcg = "Method '{0}' has a generic declaring type '{1}'. Explicitly provide the declaring type to GetTokenFor.";
  402. public const string Argument_MethodNeedGenericDeclaringType = "The specified method cannot be dynamic or global and must be declared on a generic type definition.";
  403. public const string Argument_MinMaxValue = "'{0}' cannot be greater than {1}.";
  404. public const string Argument_MismatchedArrays = "Two arrays, {0} and {1}, must be of the same size.";
  405. public const string Argument_MissingDefaultConstructor = "was missing default constructor.";
  406. public const string Argument_MustBeFalse = "Argument must be initialized to false";
  407. public const string Argument_MustBeRuntimeAssembly = "Assembly must be a runtime Assembly object.";
  408. public const string Argument_MustBeRuntimeFieldInfo = "FieldInfo must be a runtime FieldInfo object.";
  409. public const string Argument_MustBeRuntimeMethodInfo = "MethodInfo must be a runtime MethodInfo object.";
  410. public const string Argument_MustBeRuntimeReflectionObject = "The object must be a runtime Reflection object.";
  411. public const string Argument_MustBeRuntimeType = "Type must be a runtime Type object.";
  412. public const string Argument_MustBeTypeBuilder = "'type' must contain a TypeBuilder as a generic argument.";
  413. public const string Argument_MustHaveAttributeBaseClass = "Type passed in must be derived from System.Attribute or System.Attribute itself.";
  414. public const string Argument_MustHaveLayoutOrBeBlittable = "The specified structure must be blittable or have layout information.";
  415. public const string Argument_NativeOverlappedAlreadyFree = "'overlapped' has already been freed.";
  416. public const string Argument_NativeOverlappedWrongBoundHandle = "'overlapped' was not allocated by this ThreadPoolBoundHandle instance.";
  417. public const string Argument_NeedGenericMethodDefinition = "Method must represent a generic method definition on a generic type definition.";
  418. public const string Argument_NeedNonGenericObject = "The specified object must not be an instance of a generic type.";
  419. public const string Argument_NeedNonGenericType = "The specified Type must not be a generic type definition.";
  420. public const string Argument_NeedStructWithNoRefs = "The specified Type must be a struct containing no references.";
  421. public const string Argument_NeverValidGenericArgument = "The type '{0}' may not be used as a type argument.";
  422. public const string Argument_NoDomainManager = "The domain manager specified by the host could not be instantiated.";
  423. public const string Argument_NoEra = "No Era was supplied.";
  424. public const string Argument_NoModuleFileExtension = "Module file name '{0}' must have file extension.";
  425. public const string Argument_NoRegionInvariantCulture = "There is no region associated with the Invariant Culture (Culture ID: 0x7F).";
  426. public const string Argument_NotATP = "Type must be a TransparentProxy";
  427. public const string Argument_NotAWritableProperty = "Not a writable property.";
  428. public const string Argument_NotEnoughBytesToRead = "There are not enough bytes remaining in the accessor to read at this position.";
  429. public const string Argument_NotEnoughBytesToWrite = "There are not enough bytes remaining in the accessor to write at this position.";
  430. public const string 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.";
  431. public const string Argument_NotExceptionType = "Does not extend Exception.";
  432. public const string Argument_NotInExceptionBlock = "Not currently in an exception block.";
  433. public const string Argument_NotMethodCallOpcode = "The specified opcode cannot be passed to EmitCall.";
  434. public const string Argument_NotSerializable = "Argument passed in is not serializable.";
  435. public const string Argument_NoUnderlyingCCW = "The object has no underlying COM data associated with it.";
  436. public const string Argument_NoUninitializedStrings = "Uninitialized Strings cannot be created.";
  437. public const string Argument_ObjIsWinRTObject = "The object's type must not be a Windows Runtime type.";
  438. public const string Argument_ObjNotComObject = "The object's type must be __ComObject or derived from __ComObject.";
  439. public const string Argument_OffsetAndCapacityOutOfBounds = "Offset and capacity were greater than the size of the view.";
  440. public const string Argument_OffsetLocalMismatch = "The UTC Offset of the local dateTime parameter does not match the offset argument.";
  441. public const string Argument_OffsetOfFieldNotFound = "Field passed in is not a marshaled member of the type '{0}'.";
  442. public const string Argument_OffsetOutOfRange = "Offset must be within plus or minus 14 hours.";
  443. public const string Argument_OffsetPrecision = "Offset must be specified in whole minutes.";
  444. public const string Argument_OffsetUtcMismatch = "The UTC Offset for Utc DateTime instances must be 0.";
  445. public const string Argument_OneOfCulturesNotSupported = "Culture name {0} or {1} is not supported.";
  446. public const string Argument_OnlyMscorlib = "Only mscorlib's assembly is valid.";
  447. public const string Argument_OutOfOrderDateTimes = "The DateStart property must come before the DateEnd property.";
  448. public const string Argument_PathEmpty = "Path cannot be the empty string or all whitespace.";
  449. public const string Argument_PathFormatNotSupported_Path = "The format of the path '{0}' is not supported.";
  450. public const string Argument_PreAllocatedAlreadyAllocated = "'preAllocated' is already in use.";
  451. public const string Argument_RecursiveFallback = "Recursive fallback not allowed for character \\\\u{0:X4}.";
  452. public const string Argument_RecursiveFallbackBytes = "Recursive fallback not allowed for bytes {0}.";
  453. public const string Argument_RedefinedLabel = "Label multiply defined.";
  454. public const string Argument_ResolveField = "Token {0:x} is not a valid FieldInfo token in the scope of module {1}.";
  455. public const string Argument_ResolveFieldHandle = "Type handle '{0}' and field handle with declaring type '{1}' are incompatible. Get RuntimeFieldHandle and declaring RuntimeTypeHandle off the same FieldInfo.";
  456. public const string Argument_ResolveMember = "Token {0:x} is not a valid MemberInfo token in the scope of module {1}.";
  457. public const string Argument_ResolveMethod = "Token {0:x} is not a valid MethodBase token in the scope of module {1}.";
  458. public const string Argument_ResolveMethodHandle = "Type handle '{0}' and method handle with declaring type '{1}' are incompatible. Get RuntimeMethodHandle and declaring RuntimeTypeHandle off the same MethodBase.";
  459. public const string Argument_ResolveModuleType = "Token {0} resolves to the special module type representing this module.";
  460. public const string Argument_ResolveString = "Token {0:x} is not a valid string token in the scope of module {1}.";
  461. public const string Argument_ResolveType = "Token {0:x} is not a valid Type token in the scope of module {1}.";
  462. public const string Argument_ResultCalendarRange = "The result is out of the supported range for this calendar. The result should be between {0} (Gregorian date) and {1} (Gregorian date), inclusive.";
  463. public const string Argument_SemaphoreInitialMaximum = "The initial count for the semaphore must be greater than or equal to zero and less than the maximum count.";
  464. public const string Argument_ShouldNotSpecifyExceptionType = "Should not specify exception type for catch clause for filter block.";
  465. public const string Argument_ShouldOnlySetVisibilityFlags = "Should only set visibility flags when creating EnumBuilder.";
  466. public const string Argument_SigIsFinalized = "Completed signature cannot be modified.";
  467. public const string Argument_SpansMustHaveSameLength = "Length of items must be same as length of keys.";
  468. public const string Argument_StreamNotReadable = "Stream was not readable.";
  469. public const string Argument_StreamNotWritable = "Stream was not writable.";
  470. public const string Argument_StringFirstCharIsZero = "The first char in the string is the null character.";
  471. public const string Argument_StringZeroLength = "String cannot be of zero length.";
  472. public const string Argument_StructMustNotBeValueClass = "The structure must not be a value class.";
  473. public const string Argument_TimeSpanHasSeconds = "The TimeSpan parameter cannot be specified more precisely than whole minutes.";
  474. public const string Argument_TimeZoneInfoBadTZif = "The tzfile does not begin with the magic characters 'TZif'. Please verify that the file is not corrupt.";
  475. public const string Argument_TimeZoneInfoInvalidTZif = "The TZif data structure is corrupt.";
  476. public const string Argument_ToExclusiveLessThanFromExclusive = "fromInclusive must be less than or equal to toExclusive.";
  477. public const string Argument_TooManyFinallyClause = "Exception blocks may have at most one finally clause.";
  478. public const string Argument_TransitionTimesAreIdentical = "The DaylightTransitionStart property must not equal the DaylightTransitionEnd property.";
  479. public const string Argument_TypedReferenceInvalidField = "Field '{0}' in TypedReferences cannot be static.";
  480. public const string Argument_TypeIsWinRTType = "The type must not be a Windows Runtime type.";
  481. public const string Argument_TypeMustBeVisibleFromCom = "The specified type must be visible from COM.";
  482. public const string Argument_TypeMustNotBeComImport = "The type must not be imported from COM.";
  483. public const string Argument_TypeNameTooLong = "Type name was too long. The fully qualified type name must be less than 1,024 characters.";
  484. public const string Argument_TypeNotActivatableViaWindowsRuntime = "Type '{0}' does not have an activation factory because it is not activatable by Windows Runtime.";
  485. public const string Argument_TypeNotComObject = "The type must be __ComObject or be derived from __ComObject.";
  486. public const string Argument_TypeNotValid = "The Type object is not valid.";
  487. public const string Argument_UnclosedExceptionBlock = "The IL Generator cannot be used while there are unclosed exceptions.";
  488. public const string Argument_Unexpected_TypeSource = "Unexpected TypeKind when marshaling Windows.Foundation.TypeName.";
  489. public const string Argument_UnknownUnmanagedCallConv = "Unknown unmanaged calling convention for function signature.";
  490. public const string Argument_UnmanagedMemAccessorWrapAround = "The UnmanagedMemoryAccessor capacity and offset would wrap around the high end of the address space.";
  491. public const string Argument_UnmatchedMethodForLocal = "Local passed in does not belong to this ILGenerator.";
  492. public const string Argument_UnmatchingSymScope = "Non-matching symbol scope.";
  493. public const string Argument_UTCOutOfRange = "The UTC time represented when the offset is applied must be between year 0 and 10,000.";
  494. public const string Argument_VerStringTooLong = "The unmanaged Version information is too large to persist.";
  495. public const string Argument_WaitHandleNameTooLong = "The length of the name exceeds the maximum limit.";
  496. public const string Argument_WinRTSystemRuntimeType = "Cannot marshal type '{0}' to Windows Runtime. Only 'System.RuntimeType' is supported.";
  497. public const string ArgumentException_BadMethodImplBody = "MethodOverride's body must be from this type.";
  498. public const string ArgumentException_BufferNotFromPool = "The buffer is not associated with this pool and may not be returned to it.";
  499. public const string ArgumentException_OtherNotArrayOfCorrectLength = "Object is not a array with the same number of elements as the array to compare it to.";
  500. public const string ArgumentException_NotIsomorphic = "Object contains non-primitive or non-blittable data.";
  501. public const string ArgumentException_TupleIncorrectType = "Argument must be of type {0}.";
  502. public const string ArgumentException_TupleLastArgumentNotATuple = "The last element of an eight element tuple must be a Tuple.";
  503. public const string ArgumentException_ValueTupleIncorrectType = "Argument must be of type {0}.";
  504. public const string ArgumentException_ValueTupleLastArgumentNotAValueTuple = "The last element of an eight element ValueTuple must be a ValueTuple.";
  505. public const string ArgumentNull_Array = "Array cannot be null.";
  506. public const string ArgumentNull_ArrayElement = "At least one element in the specified array was null.";
  507. public const string ArgumentNull_ArrayValue = "Found a null value within an array.";
  508. public const string ArgumentNull_Assembly = "Assembly cannot be null.";
  509. public const string ArgumentNull_AssemblyName = "AssemblyName cannot be null.";
  510. public const string ArgumentNull_AssemblyNameName = "AssemblyName.Name cannot be null or an empty string.";
  511. public const string ArgumentNull_Buffer = "Buffer cannot be null.";
  512. public const string ArgumentNull_Child = "Cannot have a null child.";
  513. public const string ArgumentNull_Collection = "Collection cannot be null.";
  514. public const string ArgumentNull_Dictionary = "Dictionary cannot be null.";
  515. public const string ArgumentNull_FileName = "File name cannot be null.";
  516. public const string ArgumentNull_Generic = "Value cannot be null.";
  517. public const string ArgumentNull_GUID = "GUID cannot be null.";
  518. public const string ArgumentNull_Key = "Key cannot be null.";
  519. public const string ArgumentNull_Path = "Path cannot be null.";
  520. public const string ArgumentNull_SafeHandle = "SafeHandle cannot be null.";
  521. public const string ArgumentNull_Stream = "Stream cannot be null.";
  522. public const string ArgumentNull_String = "String reference not set to an instance of a String.";
  523. public const string ArgumentNull_Type = "Type cannot be null.";
  524. public const string ArgumentNull_TypedRefType = "Type in TypedReference cannot be null.";
  525. public const string ArgumentNull_Waithandles = "The waitHandles parameter cannot be null.";
  526. public const string ArgumentOutOfRange_ActualValue = "Actual value was {0}.";
  527. public const string ArgumentOutOfRange_AddressSpace = "The number of bytes cannot exceed the virtual address space on a 32 bit machine.";
  528. public const string ArgumentOutOfRange_AddValue = "Value to add was out of range.";
  529. public const string ArgumentOutOfRange_ArrayLB = "Number was less than the array's lower bound in the first dimension.";
  530. public const string ArgumentOutOfRange_ArrayLBAndLength = "Higher indices will exceed Int32.MaxValue because of large lower bound and/or length.";
  531. public const string ArgumentOutOfRange_BadHourMinuteSecond = "Hour, Minute, and Second parameters describe an un-representable DateTime.";
  532. public const string ArgumentOutOfRange_BadYearMonthDay = "Year, Month, and Day parameters describe an un-representable DateTime.";
  533. public const string ArgumentOutOfRange_BiggerThanCollection = "Larger than collection size.";
  534. public const string ArgumentOutOfRange_BinaryReaderFillBuffer = "The number of bytes requested does not fit into BinaryReader's internal buffer.";
  535. public const string ArgumentOutOfRange_Bounds_Lower_Upper = "Argument must be between {0} and {1}.";
  536. public const string ArgumentOutOfRange_CalendarRange = "Specified time is not supported in this calendar. It should be between {0} (Gregorian date) and {1} (Gregorian date), inclusive.";
  537. public const string ArgumentOutOfRange_Capacity = "Capacity exceeds maximum capacity.";
  538. public const string ArgumentOutOfRange_Count = "Count must be positive and count must refer to a location within the string/array/collection.";
  539. public const string ArgumentOutOfRange_DateArithmetic = "The added or subtracted value results in an un-representable DateTime.";
  540. public const string ArgumentOutOfRange_DateTimeBadMonths = "Months value must be between +/-120000.";
  541. public const string ArgumentOutOfRange_DateTimeBadTicks = "Ticks must be between DateTime.MinValue.Ticks and DateTime.MaxValue.Ticks.";
  542. public const string ArgumentOutOfRange_DateTimeBadYears = "Years value must be between +/-10000.";
  543. public const string ArgumentOutOfRange_Day = "Day must be between 1 and {0} for month {1}.";
  544. public const string ArgumentOutOfRange_DayOfWeek = "The DayOfWeek enumeration must be in the range 0 through 6.";
  545. public const string ArgumentOutOfRange_DayParam = "The Day parameter must be in the range 1 through 31.";
  546. public const string ArgumentOutOfRange_DecimalRound = "Decimal can only round to between 0 and 28 digits of precision.";
  547. public const string ArgumentOutOfRange_DecimalScale = "Decimal's scale value must be between 0 and 28, inclusive.";
  548. public const string ArgumentOutOfRange_EndIndexStartIndex = "endIndex cannot be greater than startIndex.";
  549. public const string ArgumentOutOfRange_Enum = "Enum value was out of legal range.";
  550. public const string ArgumentOutOfRange_Era = "Time value was out of era range.";
  551. public const string ArgumentOutOfRange_FileLengthTooBig = "Specified file length was too large for the file system.";
  552. public const string ArgumentOutOfRange_FileTimeInvalid = "Not a valid Win32 FileTime.";
  553. public const string ArgumentOutOfRange_GenericPositive = "Value must be positive.";
  554. public const string ArgumentOutOfRange_GetByteCountOverflow = "Too many characters. The resulting number of bytes is larger than what can be returned as an int.";
  555. public const string ArgumentOutOfRange_GetCharCountOverflow = "Too many bytes. The resulting number of chars is larger than what can be returned as an int.";
  556. public const string ArgumentOutOfRange_HashtableLoadFactor = "Load factor needs to be between 0.1 and 1.0.";
  557. public const string ArgumentOutOfRange_HugeArrayNotSupported = "Arrays larger than 2GB are not supported.";
  558. public const string ArgumentOutOfRange_Index = "Index was out of range. Must be non-negative and less than the size of the collection.";
  559. public const string ArgumentOutOfRange_IndexCount = "Index and count must refer to a location within the string.";
  560. public const string ArgumentOutOfRange_IndexCountBuffer = "Index and count must refer to a location within the buffer.";
  561. public const string ArgumentOutOfRange_IndexLargerThanMaxValue = "This collection cannot work with indices larger than Int32.MaxValue - 1 (0x7FFFFFFF - 1).";
  562. public const string ArgumentOutOfRange_IndexLength = "Index and length must refer to a location within the string.";
  563. public const string ArgumentOutOfRange_IndexString = "Index was out of range. Must be non-negative and less than the length of the string.";
  564. public const string ArgumentOutOfRange_InvalidEraValue = "Era value was not valid.";
  565. public const string ArgumentOutOfRange_InvalidHighSurrogate = "A valid high surrogate character is between 0xd800 and 0xdbff, inclusive.";
  566. public const string ArgumentOutOfRange_InvalidLowSurrogate = "A valid low surrogate character is between 0xdc00 and 0xdfff, inclusive.";
  567. public const string ArgumentOutOfRange_InvalidUTF32 = "A valid UTF32 value is between 0x000000 and 0x10ffff, inclusive, and should not include surrogate codepoint values (0x00d800 ~ 0x00dfff).";
  568. public const string ArgumentOutOfRange_Length = "The specified length exceeds maximum capacity of SecureString.";
  569. public const string ArgumentOutOfRange_LengthGreaterThanCapacity = "The length cannot be greater than the capacity.";
  570. public const string ArgumentOutOfRange_LengthTooLarge = "The specified length exceeds the maximum value of {0}.";
  571. public const string ArgumentOutOfRange_LessEqualToIntegerMaxVal = "Argument must be less than or equal to 2^31 - 1 milliseconds.";
  572. public const string ArgumentOutOfRange_ListInsert = "Index must be within the bounds of the List.";
  573. public const string ArgumentOutOfRange_Month = "Month must be between one and twelve.";
  574. public const string ArgumentOutOfRange_MonthParam = "The Month parameter must be in the range 1 through 12.";
  575. public const string ArgumentOutOfRange_MustBeNonNegInt32 = "Value must be non-negative and less than or equal to Int32.MaxValue.";
  576. public const string ArgumentOutOfRange_MustBeNonNegNum = "'{0}' must be non-negative.";
  577. public const string ArgumentOutOfRange_MustBePositive = "'{0}' must be greater than zero.";
  578. public const string ArgumentOutOfRange_NeedNonNegNum = "Non-negative number required.";
  579. public const string ArgumentOutOfRange_NeedNonNegOrNegative1 = "Number must be either non-negative and less than or equal to Int32.MaxValue or -1.";
  580. public const string ArgumentOutOfRange_NeedPosNum = "Positive number required.";
  581. public const string ArgumentOutOfRange_NeedValidId = "The ID parameter must be in the range {0} through {1}.";
  582. public const string ArgumentOutOfRange_NegativeCapacity = "Capacity must be positive.";
  583. public const string ArgumentOutOfRange_NegativeCount = "Count cannot be less than zero.";
  584. public const string ArgumentOutOfRange_NegativeLength = "Length cannot be less than zero.";
  585. public const string ArgumentOutOfRange_OffsetLength = "Offset and length must refer to a position in the string.";
  586. public const string ArgumentOutOfRange_OffsetOut = "Either offset did not refer to a position in the string, or there is an insufficient length of destination character array.";
  587. public const string ArgumentOutOfRange_ParamSequence = "The specified parameter index is not in range.";
  588. public const string ArgumentOutOfRange_PartialWCHAR = "Pointer startIndex and length do not refer to a valid string.";
  589. public const string ArgumentOutOfRange_PeriodTooLarge = "Period must be less than 2^32-2.";
  590. public const string ArgumentOutOfRange_PositionLessThanCapacityRequired = "The position may not be greater or equal to the capacity of the accessor.";
  591. public const string ArgumentOutOfRange_Range = "Valid values are between {0} and {1}, inclusive.";
  592. public const string ArgumentOutOfRange_RoundingDigits = "Rounding digits must be between 0 and 15, inclusive.";
  593. public const string ArgumentOutOfRange_SmallCapacity = "capacity was less than the current size.";
  594. public const string ArgumentOutOfRange_SmallMaxCapacity = "MaxCapacity must be one or greater.";
  595. public const string ArgumentOutOfRange_StartIndex = "StartIndex cannot be less than zero.";
  596. public const string ArgumentOutOfRange_StartIndexLargerThanLength = "startIndex cannot be larger than length of string.";
  597. public const string ArgumentOutOfRange_StartIndexLessThanLength = "startIndex must be less than length of string.";
  598. public const string ArgumentOutOfRange_StreamLength = "Stream length must be non-negative and less than 2^31 - 1 - origin.";
  599. public const string ArgumentOutOfRange_TimeoutTooLarge = "Time-out interval must be less than 2^32-2.";
  600. public const string ArgumentOutOfRange_UIntPtrMax = "The length of the buffer must be less than the maximum UIntPtr value for your platform.";
  601. public const string ArgumentOutOfRange_UnmanagedMemStreamLength = "UnmanagedMemoryStream length must be non-negative and less than 2^63 - 1 - baseAddress.";
  602. public const string ArgumentOutOfRange_UnmanagedMemStreamWrapAround = "The UnmanagedMemoryStream capacity would wrap around the high end of the address space.";
  603. public const string ArgumentOutOfRange_UtcOffset = "The TimeSpan parameter must be within plus or minus 14.0 hours.";
  604. public const string ArgumentOutOfRange_UtcOffsetAndDaylightDelta = "The sum of the BaseUtcOffset and DaylightDelta properties must within plus or minus 14.0 hours.";
  605. public const string ArgumentOutOfRange_Version = "Version's parameters must be greater than or equal to zero.";
  606. public const string ArgumentOutOfRange_Week = "The Week parameter must be in the range 1 through 5.";
  607. public const string ArgumentOutOfRange_Year = "Year must be between 1 and 9999.";
  608. public const string Arithmetic_NaN = "Function does not accept floating point Not-a-Number values.";
  609. public const string ArrayTypeMismatch_CantAssignType = "Source array type cannot be assigned to destination array type.";
  610. public const string ArrayTypeMismatch_ConstrainedCopy = "Array.ConstrainedCopy will only work on array types that are provably compatible, without any form of boxing, unboxing, widening, or casting of each array element. Change the array types (i.e., copy a Derived[] to a Base[]), or use a mitigation strategy in the CER for Array.Copy's less powerful reliability contract, such as cloning the array or throwing away the potentially corrupt destination array.";
  611. public const string AssemblyLoadContext_Constructor_CannotInstantiateWhileUnloading = "Cannot instantiate AssemblyLoadContext while the current process is exiting.";
  612. public const string AssemblyLoadContext_Unload_CannotUnloadIfNotCollectible = "Cannot unload non-collectible AssemblyLoadContext.";
  613. public const string AssemblyLoadContext_Unload_AlreadyUnloaded = "Unload called on AssemblyLoadContext that is unloading or that was already unloaded.";
  614. public const string AssemblyLoadContext_Verify_NotUnloading = "AssemblyLoadContext is unloading or was already unloaded.";
  615. public const string AssertionFailed = "Assertion failed.";
  616. public const string AssertionFailed_Cnd = "Assertion failed: {0}";
  617. public const string AssumptionFailed = "Assumption failed.";
  618. public const string AssumptionFailed_Cnd = "Assumption failed: {0}";
  619. public const string AsyncMethodBuilder_InstanceNotInitialized = "The builder was not properly initialized.";
  620. public const string BadImageFormat_BadILFormat = "Bad IL format.";
  621. public const string BadImageFormat_InvalidType = "Corrupt .resources file. The specified type doesn't exist.";
  622. public const string BadImageFormat_NegativeStringLength = "Corrupt .resources file. String length must be non-negative.";
  623. public const string BadImageFormat_ParameterSignatureMismatch = "The parameters and the signature of the method don't match.";
  624. public const string 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}'.";
  625. public const string BadImageFormat_ResourceDataLengthInvalid = "Corrupt .resources file. The specified data length '{0}' is not a valid position in the stream.";
  626. public const string BadImageFormat_ResourceNameCorrupted = "Corrupt .resources file. A resource name extends past the end of the stream.";
  627. public const string BadImageFormat_ResourceNameCorrupted_NameIndex = "Corrupt .resources file. The resource name for name index {0} extends past the end of the stream.";
  628. public const string BadImageFormat_ResourcesDataInvalidOffset = "Corrupt .resources file. Invalid offset '{0}' into data section.";
  629. public const string BadImageFormat_ResourcesHeaderCorrupted = "Corrupt .resources file. Unable to read resources from this file because of invalid header information. Try regenerating the .resources file.";
  630. public const string BadImageFormat_ResourcesIndexTooLong = "Corrupt .resources file. String for name index '{0}' extends past the end of the file.";
  631. public const string BadImageFormat_ResourcesNameInvalidOffset = "Corrupt .resources file. Invalid offset '{0}' into name section.";
  632. public const string BadImageFormat_ResourcesNameTooLong = "Corrupt .resources file. Resource name extends past the end of the file.";
  633. public const string BadImageFormat_TypeMismatch = "Corrupt .resources file. The specified type doesn't match the available data in the stream.";
  634. public const string CancellationToken_CreateLinkedToken_TokensIsEmpty = "No tokens were supplied.";
  635. public const string CancellationToken_SourceDisposed = "The CancellationTokenSource associated with this CancellationToken has been disposed.";
  636. public const string CancellationTokenSource_Disposed = "The CancellationTokenSource has been disposed.";
  637. public const string ConcurrentCollection_SyncRoot_NotSupported = "The SyncRoot property may not be used for the synchronization of concurrent collections.";
  638. public const string event_SpinLock_FastPathFailed = "SpinLock beginning to spin.";
  639. public const string event_SpinWait_NextSpinWillYield = "Next spin will yield.";
  640. public const string event_TaskCompleted = "Task {2} completed.";
  641. public const string event_TaskScheduled = "Task {2} scheduled to TaskScheduler {0}.";
  642. public const string event_TaskStarted = "Task {2} executing.";
  643. public const string event_TaskWaitBegin = "Beginning wait ({3}) on Task {2}.";
  644. public const string event_TaskWaitEnd = "Ending wait on Task {2}.";
  645. public const string EventSource_AbstractMustNotDeclareEventMethods = "Abstract event source must not declare event methods ({0} with ID {1}).";
  646. public const string EventSource_AbstractMustNotDeclareKTOC = "Abstract event source must not declare {0} nested type.";
  647. public const string EventSource_AddScalarOutOfRange = "Getting out of bounds during scalar addition.";
  648. public const string EventSource_BadHexDigit = "Bad Hexidecimal digit \"{0}\".";
  649. public const string EventSource_ChannelTypeDoesNotMatchEventChannelValue = "Channel {0} does not match event channel value {1}.";
  650. public const string EventSource_DataDescriptorsOutOfRange = "Data descriptors are out of range.";
  651. public const string EventSource_DuplicateStringKey = "Multiple definitions for string \"{0}\".";
  652. public const string EventSource_EnumKindMismatch = "The type of {0} is not expected in {1}.";
  653. public const string EventSource_EvenHexDigits = "Must have an even number of Hexidecimal digits.";
  654. public const string EventSource_EventChannelOutOfRange = "Channel {0} has a value of {1} which is outside the legal range (16-254).";
  655. public const string EventSource_EventIdReused = "Event {0} has ID {1} which is already in use.";
  656. public const string EventSource_EventMustHaveTaskIfNonDefaultOpcode = "Event {0} (with ID {1}) has a non-default opcode but not a task.";
  657. public const string EventSource_EventMustNotBeExplicitImplementation = "Event method {0} (with ID {1}) is an explicit interface method implementation. Re-write method as implicit implementation.";
  658. public const string EventSource_EventNameDoesNotEqualTaskPlusOpcode = "Event {0} (with ID {1}) has a name that is not the concatenation of its task name and opcode.";
  659. public const string EventSource_EventNameReused = "Event name {0} used more than once. If you wish to overload a method, the overloaded method should have a NonEvent attribute.";
  660. public const string EventSource_EventParametersMismatch = "Event {0} was called with {1} argument(s), but it is defined with {2} parameter(s).";
  661. public const string EventSource_EventSourceGuidInUse = "An instance of EventSource with Guid {0} already exists.";
  662. public const string EventSource_EventTooBig = "The payload for a single event is too large.";
  663. public const string EventSource_EventWithAdminChannelMustHaveMessage = "Event {0} specifies an Admin channel {1}. It must specify a Message property.";
  664. public const string EventSource_IllegalKeywordsValue = "Keyword {0} has a value of {1} which is outside the legal range (0-0x0000080000000000).";
  665. public const string EventSource_IllegalOpcodeValue = "Opcode {0} has a value of {1} which is outside the legal range (11-238).";
  666. public const string EventSource_IllegalTaskValue = "Task {0} has a value of {1} which is outside the legal range (1-65535).";
  667. public const string EventSource_IllegalValue = "Illegal value \"{0}\" (prefix strings with @ to indicate a literal string).";
  668. public const string EventSource_IncorrentlyAuthoredTypeInfo = "Incorrectly-authored TypeInfo - a type should be serialized as one field or as one group";
  669. public const string EventSource_InvalidCommand = "Invalid command value.";
  670. public const string EventSource_InvalidEventFormat = "Can't specify both etw event format flags.";
  671. public const string EventSource_KeywordCollision = "Keywords {0} and {1} are defined with the same value ({2}).";
  672. public const string EventSource_KeywordNeedPowerOfTwo = "Value {0} for keyword {1} needs to be a power of 2.";
  673. public const string EventSource_ListenerCreatedInsideCallback = "Creating an EventListener inside a EventListener callback.";
  674. public const string EventSource_ListenerNotFound = "Listener not found.";
  675. public const string EventSource_ListenerWriteFailure = "An error occurred when writing to a listener.";
  676. public const string EventSource_MaxChannelExceeded = "Attempt to define more than the maximum limit of 8 channels for a provider.";
  677. public const string EventSource_MismatchIdToWriteEvent = "Event {0} was assigned event ID {1} but {2} was passed to WriteEvent.";
  678. public const string EventSource_NeedGuid = "The Guid of an EventSource must be non zero.";
  679. public const string EventSource_NeedName = "The name of an EventSource must not be null.";
  680. public const string EventSource_NeedPositiveId = "Event IDs must be positive integers.";
  681. public const string EventSource_NoFreeBuffers = "No Free Buffers available from the operating system (e.g. event rate too fast).";
  682. public const string EventSource_NonCompliantTypeError = "The API supports only anonymous types or types decorated with the EventDataAttribute. Non-compliant type: {0} dataType.";
  683. public const string EventSource_NoRelatedActivityId = "EventSource expects the first parameter of the Event method to be of type Guid and to be named \"relatedActivityId\" when calling WriteEventWithRelatedActivityId.";
  684. public const string EventSource_NotSupportedArrayOfBinary = "Arrays of Binary are not supported.";
  685. public const string EventSource_NotSupportedArrayOfNil = "Arrays of Nil are not supported.";
  686. public const string EventSource_NotSupportedArrayOfNullTerminatedString = "Arrays of null-terminated string are not supported.";
  687. public const string EventSource_NotSupportedCustomSerializedData = "Enumerables of custom-serialized data are not supported";
  688. public const string EventSource_NotSupportedNestedArraysEnums = "Nested arrays/enumerables are not supported.";
  689. public const string EventSource_NullInput = "Null passed as a event argument.";
  690. public const string EventSource_OpcodeCollision = "Opcodes {0} and {1} are defined with the same value ({2}).";
  691. public const string EventSource_PinArrayOutOfRange = "Pins are out of range.";
  692. public const string EventSource_RecursiveTypeDefinition = "Recursive type definition is not supported.";
  693. public const string EventSource_SessionIdError = "Bit position in AllKeywords ({0}) must equal the command argument named \"EtwSessionKeyword\" ({1}).";
  694. public const string EventSource_StopsFollowStarts = "An event with stop suffix must follow a corresponding event with a start suffix.";
  695. public const string EventSource_TaskCollision = "Tasks {0} and {1} are defined with the same value ({2}).";
  696. public const string EventSource_TaskOpcodePairReused = "Event {0} (with ID {1}) has the same task/opcode pair as event {2} (with ID {3}).";
  697. public const string EventSource_TooManyArgs = "Too many arguments.";
  698. public const string EventSource_TooManyFields = "Too many fields in structure.";
  699. public const string EventSource_ToString = "EventSource({0}, {1})";
  700. public const string EventSource_TraitEven = "There must be an even number of trait strings (they are key-value pairs).";
  701. public const string EventSource_TypeMustBeSealedOrAbstract = "Event source types must be sealed or abstract.";
  702. public const string EventSource_TypeMustDeriveFromEventSource = "Event source types must derive from EventSource.";
  703. public const string EventSource_UndefinedChannel = "Use of undefined channel value {0} for event {1}.";
  704. public const string EventSource_UndefinedKeyword = "Use of undefined keyword value {0} for event {1}.";
  705. public const string EventSource_UndefinedOpcode = "Use of undefined opcode value {0} for event {1}.";
  706. public const string EventSource_UnknownEtwTrait = "Unknown ETW trait \"{0}\".";
  707. public const string EventSource_UnsupportedEventTypeInManifest = "Unsupported type {0} in event source.";
  708. public const string EventSource_UnsupportedMessageProperty = "Event {0} specifies an illegal or unsupported formatting message (\"{1}\").";
  709. public const string EventSource_VarArgsParameterMismatch = "The parameters to the Event method do not match the parameters to the WriteEvent method. This may cause the event to be displayed incorrectly.";
  710. public const string Exception_EndOfInnerExceptionStack = "--- End of inner exception stack trace ---";
  711. public const string Exception_EndStackTraceFromPreviousThrow = "--- End of stack trace from previous location where exception was thrown ---";
  712. public const string Exception_WasThrown = "Exception of type '{0}' was thrown.";
  713. public const string ExecutionContext_ExceptionInAsyncLocalNotification = "An exception was not handled in an AsyncLocal<T> notification callback.";
  714. public const string FieldAccess_InitOnly = "InitOnly (aka ReadOnly) fields can only be initialized in the type/instance constructor.";
  715. public const string FileNotFound_ResolveAssembly = "Could not resolve assembly '{0}'.";
  716. public const string Format_AttributeUsage = "Duplicate AttributeUsageAttribute found on attribute type {0}.";
  717. public const string Format_Bad7BitInt32 = "Too many bytes in what should have been a 7 bit encoded Int32.";
  718. public const string Format_BadBase = "Invalid digits for the specified base.";
  719. public const string Format_BadBase64Char = "The input is not a valid Base-64 string as it contains a non-base 64 character, more than two padding characters, or an illegal character among the padding characters.";
  720. public const string Format_BadBase64CharArrayLength = "Invalid length for a Base-64 char array or string.";
  721. public const string Format_BadBoolean = "String '{0}' was not recognized as a valid Boolean.";
  722. public const string Format_BadDatePattern = "Could not determine the order of year, month, and date from '{0}'.";
  723. public const string Format_BadDateTime = "String '{0}' was not recognized as a valid DateTime.";
  724. public const string Format_BadDateTimeCalendar = "The DateTime represented by the string '{0}' is not supported in calendar '{1}'.";
  725. public const string Format_BadDayOfWeek = "String '{0}' was not recognized as a valid DateTime because the day of week was incorrect.";
  726. public const string Format_BadFormatSpecifier = "Format specifier '{0}' was invalid.";
  727. public const string Format_NoFormatSpecifier = "No format specifiers were provided.";
  728. public const string Format_BadQuote = "Cannot find a matching quote character for the character '{0}'.";
  729. public const string Format_BadTimeSpan = "String '{0}' was not recognized as a valid TimeSpan.";
  730. public const string Format_DateOutOfRange = "The DateTime represented by the string '{0}' is out of range.";
  731. public const string Format_EmptyInputString = "Input string was either empty or contained only whitespace.";
  732. public const string Format_ExtraJunkAtEnd = "Additional non-parsable characters are at the end of the string.";
  733. public const string Format_GuidBrace = "Expected {0xdddddddd, etc}.";
  734. public const string Format_GuidBraceAfterLastNumber = "Could not find a brace, or the length between the previous token and the brace was zero (i.e., '0x,'etc.).";
  735. public const string Format_GuidComma = "Could not find a comma, or the length between the previous token and the comma was zero (i.e., '0x,'etc.).";
  736. public const string Format_GuidDashes = "Dashes are in the wrong position for GUID parsing.";
  737. public const string Format_GuidEndBrace = "Could not find the ending brace.";
  738. public const string Format_GuidHexPrefix = "Expected 0x prefix.";
  739. public const string Format_GuidInvalidChar = "Guid string should only contain hexadecimal characters.";
  740. public const string Format_GuidInvLen = "Guid should contain 32 digits with 4 dashes (xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx).";
  741. public const string Format_GuidUnrecognized = "Unrecognized Guid format.";
  742. public const string Format_IndexOutOfRange = "Index (zero based) must be greater than or equal to zero and less than the size of the argument list.";
  743. public const string Format_InvalidEnumFormatSpecification = "Format string can be only \"G\", \"g\", \"X\", \"x\", \"F\", \"f\", \"D\" or \"d\".";
  744. public const string Format_InvalidGuidFormatSpecification = "Format string can be only \"D\", \"d\", \"N\", \"n\", \"P\", \"p\", \"B\", \"b\", \"X\" or \"x\".";
  745. public const string Format_InvalidString = "Input string was not in a correct format.";
  746. public const string Format_MissingIncompleteDate = "There must be at least a partial date with a year present in the input string '{0}'.";
  747. public const string Format_NeedSingleChar = "String must be exactly one character long.";
  748. public const string Format_NoParsibleDigits = "Could not find any recognizable digits.";
  749. public const string Format_OffsetOutOfRange = "The time zone offset of string '{0}' must be within plus or minus 14 hours.";
  750. public const string Format_RepeatDateTimePattern = "DateTime pattern '{0}' appears more than once with different values.";
  751. public const string Format_StringZeroLength = "String cannot have zero length.";
  752. public const string Format_UnknownDateTimeWord = "The string '{0}' was not recognized as a valid DateTime. There is an unknown word starting at index '{1}'.";
  753. public const string Format_UTCOutOfRange = "The UTC representation of the date '{0}' falls outside the year range 1-9999.";
  754. public const string Globalization_cp_1200 = "Unicode";
  755. public const string Globalization_cp_12000 = "Unicode (UTF-32)";
  756. public const string Globalization_cp_12001 = "Unicode (UTF-32 Big-Endian)";
  757. public const string Globalization_cp_1201 = "Unicode (Big-Endian)";
  758. public const string Globalization_cp_20127 = "US-ASCII";
  759. public const string Globalization_cp_28591 = "Western European (ISO)";
  760. public const string Globalization_cp_65000 = "Unicode (UTF-7)";
  761. public const string Globalization_cp_65001 = "Unicode (UTF-8)";
  762. public const string IndexOutOfRange_ArrayRankIndex = "Array does not have that many dimensions.";
  763. public const string IndexOutOfRange_UMSPosition = "Unmanaged memory stream position was beyond the capacity of the stream.";
  764. public const string InsufficientMemory_MemFailPoint = "Insufficient available memory to meet the expected demands of an operation at this time. Please try again later.";
  765. public const string InsufficientMemory_MemFailPoint_TooBig = "Insufficient memory to meet the expected demands of an operation, and this system is likely to never satisfy this request. If this is a 32 bit system, consider booting in 3 GB mode.";
  766. public const string InsufficientMemory_MemFailPoint_VAFrag = "Insufficient available memory to meet the expected demands of an operation at this time, possibly due to virtual address space fragmentation. Please try again later.";
  767. public const string Interop_COM_TypeMismatch = "Type mismatch between source and destination types.";
  768. public const string Interop_Marshal_Unmappable_Char = "Cannot marshal: Encountered unmappable character.";
  769. public const string InvalidCast_CannotCastNullToValueType = "Null object cannot be converted to a value type.";
  770. public const string InvalidCast_CannotCoerceByRefVariant = "Object cannot be coerced to the original type of the ByRef VARIANT it was obtained from.";
  771. public const string InvalidCast_DBNull = "Object cannot be cast to DBNull.";
  772. public const string InvalidCast_DownCastArrayElement = "At least one element in the source array could not be cast down to the destination array type.";
  773. public const string InvalidCast_Empty = "Object cannot be cast to Empty.";
  774. public const string InvalidCast_FromDBNull = "Object cannot be cast from DBNull to other types.";
  775. public const string InvalidCast_FromTo = "Invalid cast from '{0}' to '{1}'.";
  776. public const string InvalidCast_IConvertible = "Object must implement IConvertible.";
  777. public const string InvalidCast_OATypeMismatch = "OleAut reported a type mismatch.";
  778. public const string InvalidCast_StoreArrayElement = "Object cannot be stored in an array of this type.";
  779. public const string InvalidCast_WinRTIPropertyValueArrayCoersion = "Object in an IPropertyValue is of type '{0}' which cannot be convereted to a '{1}' due to array element '{2}': {3}.";
  780. public const string InvalidCast_WinRTIPropertyValueCoersion = "Object in an IPropertyValue is of type '{0}' with value '{1}', which cannot be converted to a '{2}'.";
  781. public const string InvalidCast_WinRTIPropertyValueElement = "Object in an IPropertyValue is of type '{0}', which cannot be converted to a '{1}'.";
  782. public const string InvalidOperation_AsyncFlowCtrlCtxMismatch = "AsyncFlowControl objects can be used to restore flow only on a Context that had its flow suppressed.";
  783. public const string InvalidOperation_AsyncIOInProgress = "The stream is currently in use by a previous operation on the stream.";
  784. public const string InvalidOperation_BadEmptyMethodBody = "Method '{0}' does not have a method body.";
  785. public const string InvalidOperation_BadILGeneratorUsage = "ILGenerator usage is invalid.";
  786. public const string InvalidOperation_BadInstructionOrIndexOutOfBound = "MSIL instruction is invalid or index is out of bounds.";
  787. public const string InvalidOperation_BadInterfaceNotAbstract = "Interface must be declared abstract.";
  788. public const string InvalidOperation_BadMethodBody = "Method '{0}' cannot have a method body.";
  789. public const string InvalidOperation_BadTypeAttributesNotAbstract = "Type must be declared abstract if any of its methods are abstract.";
  790. public const string InvalidOperation_CalledTwice = "The method cannot be called twice on the same instance.";
  791. public const string InvalidOperation_CannotImportGlobalFromDifferentModule = "Unable to import a global method or field from a different module.";
  792. public const string InvalidOperation_CannotRegisterSecondResolver = "A resolver is already set for the assembly.";
  793. public const string InvalidOperation_CannotRemoveLastFromEmptyCollection = "Cannot remove the last element from an empty collection.";
  794. public const string InvalidOperation_CannotRestoreUnsupressedFlow = "Cannot restore context flow when it is not suppressed.";
  795. public const string InvalidOperation_CannotSupressFlowMultipleTimes = "Context flow is already suppressed.";
  796. public const string InvalidOperation_CannotUseAFCMultiple = "AsyncFlowControl object can be used only once to call Undo().";
  797. public const string InvalidOperation_CannotUseAFCOtherThread = "AsyncFlowControl object must be used on the thread where it was created.";
  798. public const string InvalidOperation_CantInstantiateAbstractClass = "Instances of abstract classes cannot be created.";
  799. public const string InvalidOperation_CantInstantiateFunctionPointer = "Instances of function pointers cannot be created.";
  800. public const string InvalidOperation_CollectionBackingDictionaryTooLarge = "The collection backing this Dictionary contains too many elements.";
  801. public const string InvalidOperation_CollectionBackingListTooLarge = "The collection backing this List contains too many elements.";
  802. public const string InvalidOperation_CollectionCorrupted = "A prior operation on this collection was interrupted by an exception. Collection's state is no longer trusted.";
  803. public const string InvalidOperation_ComputerName = "Computer name could not be obtained.";
  804. public const string InvalidOperation_ConcurrentOperationsNotSupported = "Operations that change non-concurrent collections must have exclusive access. A concurrent update was performed on this collection and corrupted its state. The collection's state is no longer correct.";
  805. public const string InvalidOperation_ConstructorNotAllowedOnInterface = "Interface cannot have constructors.";
  806. public const string InvalidOperation_DateTimeParsing = "Internal Error in DateTime and Calendar operations.";
  807. public const string InvalidOperation_DebuggerLaunchFailed = "Debugger unable to launch.";
  808. public const string InvalidOperation_DefaultConstructorILGen = "Unable to access ILGenerator on a constructor created with DefineDefaultConstructor.";
  809. public const string InvalidOperation_EndReadCalledMultiple = "EndRead can only be called once for each asynchronous operation.";
  810. public const string InvalidOperation_EndWriteCalledMultiple = "EndWrite can only be called once for each asynchronous operation.";
  811. public const string InvalidOperation_EnumEnded = "Enumeration already finished.";
  812. public const string InvalidOperation_EnumFailedVersion = "Collection was modified; enumeration operation may not execute.";
  813. public const string InvalidOperation_EnumNotStarted = "Enumeration has not started. Call MoveNext.";
  814. public const string InvalidOperation_EnumOpCantHappen = "Enumeration has either not started or has already finished.";
  815. public const string InvalidOperation_EventInfoNotAvailable = "This API does not support EventInfo tokens.";
  816. public const string InvalidOperation_EventTokenTableRequiresDelegate = "Type '{0}' is not a delegate type. EventTokenTable may only be used with delegate types.";
  817. public const string InvalidOperation_GenericParametersAlreadySet = "The generic parameters are already defined on this MethodBuilder.";
  818. public const string InvalidOperation_GetVersion = "OSVersion's call to GetVersionEx failed.";
  819. public const string InvalidOperation_GlobalsHaveBeenCreated = "Type definition of the global function has been completed.";
  820. public const string InvalidOperation_HandleIsNotInitialized = "Handle is not initialized.";
  821. public const string InvalidOperation_HandleIsNotPinned = "Handle is not pinned.";
  822. public const string InvalidOperation_HashInsertFailed = "Hashtable insert failed. Load factor too high. The most common cause is multiple threads writing to the Hashtable simultaneously.";
  823. public const string InvalidOperation_IComparerFailed = "Failed to compare two elements in the array.";
  824. public const string InvalidOperation_MethodBaked = "Type definition of the method is complete.";
  825. public const string 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.";
  826. public const string InvalidOperation_MethodHasBody = "Method already has a body.";
  827. public const string InvalidOperation_MustCallInitialize = "You must call Initialize on this object instance before using it.";
  828. public const string InvalidOperation_NativeOverlappedReused = "NativeOverlapped cannot be reused for multiple operations.";
  829. public const string InvalidOperation_NoMultiModuleAssembly = "You cannot have more than one dynamic module in each dynamic assembly in this version of the runtime.";
  830. public const string InvalidOperation_NoPublicAddMethod = "Cannot add the event handler since no public add method exists for the event.";
  831. public const string InvalidOperation_NoPublicRemoveMethod = "Cannot remove the event handler since no public remove method exists for the event.";
  832. public const string InvalidOperation_NotADebugModule = "Not a debug ModuleBuilder.";
  833. public const string InvalidOperation_NotAllowedInDynamicMethod = "The requested operation is invalid for DynamicMethod.";
  834. public const string InvalidOperation_NotAVarArgCallingConvention = "Calling convention must be VarArgs.";
  835. public const string InvalidOperation_NotGenericType = "This operation is only valid on generic types.";
  836. public const string InvalidOperation_NotSupportedOnWinRTEvent = "Adding or removing event handlers dynamically is not supported on WinRT events.";
  837. public const string InvalidOperation_NotWithConcurrentGC = "This API is not available when the concurrent GC is enabled.";
  838. public const string InvalidOperation_NoUnderlyingTypeOnEnum = "Underlying type information on enumeration is not specified.";
  839. public const string InvalidOperation_NoValue = "Nullable object must have a value.";
  840. public const string InvalidOperation_NullArray = "The underlying array is null.";
  841. public const string InvalidOperation_NullContext = "Cannot call Set on a null context";
  842. public const string InvalidOperation_NullModuleHandle = "The requested operation is invalid when called on a null ModuleHandle.";
  843. public const string InvalidOperation_OpenLocalVariableScope = "Local variable scope was not properly closed.";
  844. public const string InvalidOperation_Overlapped_Pack = "Cannot pack a packed Overlapped again.";
  845. public const string InvalidOperation_PropertyInfoNotAvailable = "This API does not support PropertyInfo tokens.";
  846. public const string InvalidOperation_ReadOnly = "Instance is read-only.";
  847. public const string InvalidOperation_ResMgrBadResSet_Type = "'{0}': ResourceSet derived classes must provide a constructor that takes a String file name and a constructor that takes a Stream.";
  848. public const string InvalidOperation_ResourceNotStream_Name = "Resource '{0}' was not a Stream - call GetObject instead.";
  849. public const string InvalidOperation_ResourceNotString_Name = "Resource '{0}' was not a String - call GetObject instead.";
  850. public const string InvalidOperation_ResourceNotString_Type = "Resource was of type '{0}' instead of String - call GetObject instead.";
  851. public const string InvalidOperation_SetData_OnlyOnce = "SetData can only be used to set the value of a given name once.";
  852. public const string InvalidOperation_SetLatencyModeNoGC = "The NoGCRegion mode is in progress.End it and then set a different mode.";
  853. public const string InvalidOperation_ShouldNotHaveMethodBody = "Method body should not exist.";
  854. public const string InvalidOperation_ThreadWrongThreadStart = "The thread was created with a ThreadStart delegate that does not accept a parameter.";
  855. public const string InvalidOperation_TimeoutsNotSupported = "Timeouts are not supported on this stream.";
  856. public const string InvalidOperation_TimerAlreadyClosed = "The Timer was already closed using an incompatible Dispose method.";
  857. public const string InvalidOperation_TypeCannotBeBoxed = "The given type cannot be boxed.";
  858. public const string InvalidOperation_TypeHasBeenCreated = "Unable to change after type has been created.";
  859. public const string InvalidOperation_TypeNotCreated = "Type has not been created.";
  860. public const string InvalidOperation_UnderlyingArrayListChanged = "This range in the underlying list is invalid. A possible cause is that elements were removed.";
  861. public const string InvalidOperation_UnknownEnumType = "Unknown enum type.";
  862. public const string InvalidOperation_WriteOnce = "This property has already been set and cannot be modified.";
  863. public const string InvalidOperation_WrongAsyncResultOrEndCalledMultiple = "Either the IAsyncResult object did not come from the corresponding async method on this type, or the End method was called multiple times with the same IAsyncResult.";
  864. public const string 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.";
  865. public const string 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.";
  866. public const string InvalidProgram_Default = "Common Language Runtime detected an invalid program.";
  867. public const string InvalidTimeZone_InvalidFileData = "The time zone ID '{0}' was found on the local computer, but the file at '{1}' was corrupt.";
  868. public const string InvalidTimeZone_InvalidRegistryData = "The time zone ID '{0}' was found on the local computer, but the registry information was corrupt.";
  869. public const string InvalidTimeZone_InvalidJulianDay = "Invalid Julian day in POSIX strings.";
  870. public const string InvalidTimeZone_NJulianDayNotSupported = "Julian n day in POSIX strings is not supported.";
  871. public const string InvalidTimeZone_NoTTInfoStructures = "There are no ttinfo structures in the tzfile. At least one ttinfo structure is required in order to construct a TimeZoneInfo object.";
  872. public const string InvalidTimeZone_UnparseablePosixMDateString = "'{0}' is not a valid POSIX-TZ-environment-variable MDate rule. A valid rule has the format 'Mm.w.d'.";
  873. public const string InvariantFailed = "Invariant failed.";
  874. public const string InvariantFailed_Cnd = "Invariant failed: {0}";
  875. public const string IO_DriveNotFound_Drive = "Could not find the drive '{0}'. The drive might not be ready or might not be mapped.";
  876. public const string IO_EOF_ReadBeyondEOF = "Unable to read beyond the end of the stream.";
  877. public const string IO_FileLoad = "Could not load the specified file.";
  878. public const string IO_FileName_Name = "File name: '{0}'";
  879. public const string IO_FileNotFound = "Unable to find the specified file.";
  880. public const string IO_FileNotFound_FileName = "Could not find file '{0}'.";
  881. public const string IO_AlreadyExists_Name = "Cannot create '{0}' because a file or directory with the same name already exists.";
  882. public const string IO_BindHandleFailed = "BindHandle for ThreadPool failed on this handle.";
  883. public const string IO_FileExists_Name = "The file '{0}' already exists.";
  884. public const string IO_FileStreamHandlePosition = "The OS handle's position is not what FileStream expected. Do not use a handle simultaneously in one FileStream and in Win32 code or another FileStream. This may cause data loss.";
  885. public const string IO_FileTooLong2GB = "The file is too long. This operation is currently limited to supporting files less than 2 gigabytes in size.";
  886. public const string IO_FileTooLongOrHandleNotSync = "IO operation will not work. Most likely the file will become too long or the handle was not opened to support synchronous IO operations.";
  887. public const string IO_FixedCapacity = "Unable to expand length of this stream beyond its capacity.";
  888. public const string IO_InvalidStringLen_Len = "BinaryReader encountered an invalid string length of {0} characters.";
  889. public const string IO_SeekAppendOverwrite = "Unable seek backward to overwrite data that previously existed in a file opened in Append mode.";
  890. public const string IO_SeekBeforeBegin = "An attempt was made to move the position before the beginning of the stream.";
  891. public const string IO_SetLengthAppendTruncate = "Unable to truncate data that previously existed in a file opened in Append mode.";
  892. public const string IO_SharingViolation_File = "The process cannot access the file '{0}' because it is being used by another process.";
  893. public const string IO_SharingViolation_NoFileName = "The process cannot access the file because it is being used by another process.";
  894. public const string IO_StreamTooLong = "Stream was too long.";
  895. public const string IO_PathNotFound_NoPathName = "Could not find a part of the path.";
  896. public const string IO_PathNotFound_Path = "Could not find a part of the path '{0}'.";
  897. public const string IO_PathTooLong = "The specified file name or path is too long, or a component of the specified path is too long.";
  898. public const string IO_PathTooLong_Path = "The path '{0}' is too long, or a component of the specified path is too long.";
  899. public const string IO_UnknownFileName = "[Unknown]";
  900. public const string Lazy_CreateValue_NoParameterlessCtorForT = "The lazily-initialized type does not have a public, parameterless constructor.";
  901. public const string Lazy_ctor_ModeInvalid = "The mode argument specifies an invalid value.";
  902. public const string Lazy_StaticInit_InvalidOperation = "ValueFactory returned null.";
  903. public const string Lazy_ToString_ValueNotCreated = "Value is not created.";
  904. public const string Lazy_Value_RecursiveCallsToValue = "ValueFactory attempted to access the Value property of this instance.";
  905. public const string Loader_ContextPolicies = "Context Policies:";
  906. public const string Loader_Name = "Name:";
  907. public const string Loader_NoContextPolicies = "There are no context policies.";
  908. public const string ManualResetEventSlim_ctor_SpinCountOutOfRange = "The spinCount argument must be in the range 0 to {0}, inclusive.";
  909. public const string ManualResetEventSlim_ctor_TooManyWaiters = "There are too many threads currently waiting on the event. A maximum of {0} waiting threads are supported.";
  910. public const string ManualResetEventSlim_Disposed = "The event has been disposed.";
  911. public const string Marshaler_StringTooLong = "Marshaler restriction: Excessively long string.";
  912. public const string MissingConstructor_Name = "Constructor on type '{0}' not found.";
  913. public const string MissingField = "Field not found.";
  914. public const string MissingField_Name = "Field '{0}' not found.";
  915. public const string 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.";
  916. public const string MissingManifestResource_MultipleBlobs = "A case-insensitive lookup for resource file \"{0}\" in assembly \"{1}\" found multiple entries. Remove the duplicates or specify the exact case.";
  917. public const string MissingManifestResource_NoNeutralAsm = "Could not find any resources appropriate for the specified culture or the neutral culture. Make sure \"{0}\" was correctly embedded or linked into assembly \"{1}\" at compile time, or that all the satellite assemblies required are loadable and fully signed.";
  918. public const string MissingManifestResource_NoNeutralDisk = "Could not find any resources appropriate for the specified culture (or the neutral culture) on disk.";
  919. public const string MissingManifestResource_NoPRIresources = "Unable to open Package Resource Index.";
  920. public const string MissingManifestResource_ResWFileNotLoaded = "Unable to load resources for resource file \"{0}\" in package \"{1}\".";
  921. public const string MissingMember = "Member not found.";
  922. public const string MissingMember_Name = "Member '{0}' not found.";
  923. public const string MissingMemberNestErr = "TypedReference can only be made on nested value Types.";
  924. public const string MissingMemberTypeRef = "FieldInfo does not match the target Type.";
  925. public const string MissingMethod_Name = "Method '{0}' not found.";
  926. public const string MissingSatelliteAssembly_Culture_Name = "The satellite assembly named \"{1}\" for fallback culture \"{0}\" either could not be found or could not be loaded. This is generally a setup problem. Please consider reinstalling or repairing the application.";
  927. public const string MissingSatelliteAssembly_Default = "Resource lookup fell back to the ultimate fallback resources in a satellite assembly, but that satellite either was not found or could not be loaded. Please consider reinstalling or repairing the application.";
  928. public const string Multicast_Combine = "Delegates that are not of type MulticastDelegate may not be combined.";
  929. public const string MustUseCCRewrite = "An assembly (probably \"{1}\") must be rewritten using the code contracts binary rewriter (CCRewrite) because it is calling Contract.{0} and the CONTRACTS_FULL symbol is defined. Remove any explicit definitions of the CONTRACTS_FULL symbol from your project and rebuild. CCRewrite can be downloaded from http://go.microsoft.com/fwlink/?LinkID=169180. \\r\\nAfter the rewriter is installed, it can be enabled in Visual Studio from the project's Properties page on the Code Contracts pane. Ensure that \"Perform Runtime Contract Checking\" is enabled, which will define CONTRACTS_FULL.";
  930. public const string NotImplemented_ResourcesLongerThanInt64Max = "Resource files longer than 2^63 bytes are not currently implemented.";
  931. public const string NotSupported_AbstractNonCLS = "This non-CLS method is not implemented.";
  932. public const string NotSupported_ActivAttr = "Activation Attributes are not supported.";
  933. public const string NotSupported_AppX = "{0} is not supported in AppX.";
  934. public const string NotSupported_AssemblyLoadFromHash = "Assembly.LoadFrom with hashValue is not supported.";
  935. public const string NotSupported_ByRefLike = "Cannot create boxed ByRef-like values.";
  936. public const string NotSupported_ByRefLikeArray = "Cannot create arrays of ByRef-like values.";
  937. public const string NotSupported_ByRefToByRefLikeReturn = "ByRef to ByRef-like return values are not supported in reflection invocation.";
  938. public const string NotSupported_ByRefToVoidReturn = "ByRef to void return values are not supported in reflection invocation.";
  939. public const string NotSupported_CallToVarArg = "Vararg calling convention not supported.";
  940. public const string NotSupported_CannotCallEqualsOnSpan = "Equals() on Span and ReadOnlySpan is not supported. Use operator== instead.";
  941. public const string NotSupported_CannotCallGetHashCodeOnSpan = "GetHashCode() on Span and ReadOnlySpan is not supported.";
  942. public const string NotSupported_ChangeType = "ChangeType operation is not supported.";
  943. public const string NotSupported_CollectibleAssemblyResolve = "Resolving to a collectible assembly is not supported.";
  944. public const string NotSupported_CollectibleBoundNonCollectible = "A non-collectible assembly may not reference a collectible assembly.";
  945. public const string NotSupported_CollectibleWinRT = "WinRT Interop is not supported for collectible types.";
  946. public const string NotSupported_CreateInstanceWithTypeBuilder = "CreateInstance cannot be used with an object of type TypeBuilder.";
  947. public const string NotSupported_DBNullSerial = "Only one DBNull instance may exist, and calls to DBNull deserialization methods are not allowed.";
  948. public const string NotSupported_DelegateMarshalToWrongDomain = "Delegates cannot be marshaled from native code into a domain other than their home domain.";
  949. public const string NotSupported_DelegateSerHolderSerial = "DelegateSerializationHolder objects are designed to represent a delegate during serialization and are not serializable themselves.";
  950. public const string NotSupported_DynamicAssembly = "The invoked member is not supported in a dynamic assembly.";
  951. public const string NotSupported_DynamicMethodFlags = "Wrong MethodAttributes or CallingConventions for DynamicMethod. Only public, static, standard supported";
  952. public const string NotSupported_DynamicModule = "The invoked member is not supported in a dynamic module.";
  953. public const string NotSupported_FileStreamOnNonFiles = "FileStream was asked to open a device that was not a file. For support for devices like 'com1:' or 'lpt1:', call CreateFile, then use the FileStream constructors that take an OS handle as an IntPtr.";
  954. public const string NotSupported_FixedSizeCollection = "Collection was of a fixed size.";
  955. public const string NotSupported_GenericMethod = "Generic methods with NativeCallableAttribute are not supported.";
  956. public const string NotSupported_GlobalMethodSerialization = "Serialization of global methods (including implicit serialization via the use of asynchronous delegates) is not supported.";
  957. public const string NotSupported_IDispInvokeDefaultMemberWithNamedArgs = "Invoking default method with named arguments is not supported.";
  958. public const string NotSupported_IllegalOneByteBranch = "Illegal one-byte branch at position: {0}. Requested branch was: {1}.";
  959. public const string NotSupported_KeyCollectionSet = "Mutating a key collection derived from a dictionary is not allowed.";
  960. public const string NotSupported_ManagedActivation = "Cannot create uninitialized instances of types requiring managed activation.";
  961. public const string NotSupported_MaxWaitHandles = "The number of WaitHandles must be less than or equal to 64.";
  962. public const string NotSupported_MemStreamNotExpandable = "Memory stream is not expandable.";
  963. public const string NotSupported_MustBeModuleBuilder = "Module argument must be a ModuleBuilder.";
  964. public const string NotSupported_NativeCallableTarget = "Methods with NativeCallableAttribute cannot be used as delegate target.";
  965. public const string NotSupported_NoCodepageData = "No data is available for encoding {0}. For information on defining a custom encoding, see the documentation for the Encoding.RegisterProvider method.";
  966. public const string NotSupported_NonBlittableTypes = "Non-blittable parameter types are not supported for NativeCallable methods.";
  967. public const string NotSupported_NonReflectedType = "Not supported in a non-reflected type.";
  968. public const string NotSupported_NonStaticMethod = "Non-static methods with NativeCallableAttribute are not supported.";
  969. public const string NotSupported_NoParentDefaultConstructor = "Parent does not have a default constructor. The default constructor must be explicitly defined.";
  970. public const string NotSupported_NoTypeInfo = "Cannot resolve {0} to a TypeInfo object.";
  971. public const string NotSupported_NYI = "This feature is not currently implemented.";
  972. public const string NotSupported_ObsoleteResourcesFile = "Found an obsolete .resources file in assembly '{0}'. Rebuild that .resources file then rebuild that assembly.";
  973. public const string NotSupported_OleAutBadVarType = "The given Variant type is not supported by this OleAut function.";
  974. public const string NotSupported_OpenType = "Cannot create arrays of open type.";
  975. public const string NotSupported_OutputStreamUsingTypeBuilder = "Output streams do not support TypeBuilders.";
  976. public const string NotSupported_PIAInAppxProcess = "A Primary Interop Assembly is not supported in AppX.";
  977. public const string NotSupported_RangeCollection = "The specified operation is not supported on Ranges.";
  978. public const string NotSupported_Reading = "Accessor does not support reading.";
  979. public const string NotSupported_ReadOnlyCollection = "Collection is read-only.";
  980. public const string NotSupported_ResourceObjectSerialization = "Cannot read resources that depend on serialization.";
  981. public const string NotSupported_SignalAndWaitSTAThread = "SignalAndWait on a STA thread is not supported.";
  982. public const string NotSupported_StringComparison = "The string comparison type passed in is currently not supported.";
  983. public const string NotSupported_SubclassOverride = "Derived classes must provide an implementation.";
  984. public const string NotSupported_SymbolMethod = "Not supported in an array method of a type definition that is not complete.";
  985. public const string NotSupported_TooManyArgs = "Stack size too deep. Possibly too many arguments.";
  986. public const string NotSupported_Type = "Type is not supported.";
  987. public const string NotSupported_TypeCannotDeserialized = "Direct deserialization of type '{0}' is not supported.";
  988. public const string NotSupported_TypeNotYetCreated = "The invoked member is not supported before the type is created.";
  989. public const string NotSupported_UmsSafeBuffer = "This operation is not supported for an UnmanagedMemoryStream created from a SafeBuffer.";
  990. public const string NotSupported_UnitySerHolder = "The UnitySerializationHolder object is designed to transmit information about other types and is not serializable itself.";
  991. public const string NotSupported_UnknownTypeCode = "TypeCode '{0}' was not valid.";
  992. public const string NotSupported_WaitAllSTAThread = "WaitAll for multiple handles on a STA thread is not supported.";
  993. public const string NotSupported_UnreadableStream = "Stream does not support reading.";
  994. public const string NotSupported_UnseekableStream = "Stream does not support seeking.";
  995. public const string NotSupported_UnwritableStream = "Stream does not support writing.";
  996. public const string NotSupported_ValueClassCM = "Custom marshalers for value types are not currently supported.";
  997. public const string NotSupported_ValueCollectionSet = "Mutating a value collection derived from a dictionary is not allowed.";
  998. public const string NotSupported_VoidArray = "Arrays of System.Void are not supported.";
  999. public const string NotSupported_WinRT_PartialTrust = "Windows Runtime is not supported in partial trust.";
  1000. public const string NotSupported_Writing = "Accessor does not support writing.";
  1001. public const string NotSupported_WrongResourceReader_Type = "This .resources file should not be read with this reader. The resource reader type is \"{0}\".";
  1002. public const string NullReference_This = "The pointer for this method was null.";
  1003. public const string ObjectDisposed_FileClosed = "Cannot access a closed file.";
  1004. public const string ObjectDisposed_Generic = "Cannot access a disposed object.";
  1005. public const string ObjectDisposed_ObjectName_Name = "Object name: '{0}'.";
  1006. public const string ObjectDisposed_WriterClosed = "Cannot write to a closed TextWriter.";
  1007. public const string ObjectDisposed_ReaderClosed = "Cannot read from a closed TextReader.";
  1008. public const string ObjectDisposed_ResourceSet = "Cannot access a closed resource set.";
  1009. public const string ObjectDisposed_StreamClosed = "Cannot access a closed Stream.";
  1010. public const string ObjectDisposed_ViewAccessorClosed = "Cannot access a closed accessor.";
  1011. public const string ObjectDisposed_SafeHandleClosed = "Safe handle has been closed.";
  1012. public const string OperationCanceled = "The operation was canceled.";
  1013. public const string OutOfMemory_GCHandleMDA = "The GCHandle MDA has run out of available cookies.";
  1014. public const string Overflow_Byte = "Value was either too large or too small for an unsigned byte.";
  1015. public const string Overflow_Char = "Value was either too large or too small for a character.";
  1016. public const string Overflow_Currency = "Value was either too large or too small for a Currency.";
  1017. public const string Overflow_Decimal = "Value was either too large or too small for a Decimal.";
  1018. public const string Overflow_Duration = "The duration cannot be returned for TimeSpan.MinValue because the absolute value of TimeSpan.MinValue exceeds the value of TimeSpan.MaxValue.";
  1019. public const string Overflow_Int16 = "Value was either too large or too small for an Int16.";
  1020. public const string Overflow_Int32 = "Value was either too large or too small for an Int32.";
  1021. public const string Overflow_Int64 = "Value was either too large or too small for an Int64.";
  1022. public const string Overflow_NegateTwosCompNum = "Negating the minimum value of a twos complement number is invalid.";
  1023. public const string Overflow_NegativeUnsigned = "The string was being parsed as an unsigned number and could not have a negative sign.";
  1024. public const string Overflow_SByte = "Value was either too large or too small for a signed byte.";
  1025. public const string Overflow_TimeSpanElementTooLarge = "The TimeSpan string '{0}' could not be parsed because at least one of the numeric components is out of range or contains too many digits.";
  1026. public const string Overflow_TimeSpanTooLong = "TimeSpan overflowed because the duration is too long.";
  1027. public const string Overflow_UInt16 = "Value was either too large or too small for a UInt16.";
  1028. public const string Overflow_UInt32 = "Value was either too large or too small for a UInt32.";
  1029. public const string Overflow_UInt64 = "Value was either too large or too small for a UInt64.";
  1030. public const string PlatformNotSupported_ArgIterator = "ArgIterator is not supported on this platform.";
  1031. public const string PlatformNotSupported_ComInterop = "COM Interop is not supported on this platform.";
  1032. public const string PlatformNotSupported_NamedSynchronizationPrimitives = "The named version of this synchronization primitive is not supported on this platform.";
  1033. public const string PlatformNotSupported_NamedSyncObjectWaitAnyWaitAll = "Wait operations on multiple wait handles including a named synchronization primitive are not supported on this platform.";
  1034. public const string PlatformNotSupported_OSXFileLocking = "Locking/unlocking file regions is not supported on this platform. Use FileShare on the entire file instead.";
  1035. public const string PlatformNotSupported_ReflectionOnly = "ReflectionOnly loading is not supported on this platform.";
  1036. public const string PlatformNotSupported_Remoting = "Remoting is not supported on this platform.";
  1037. public const string PlatformNotSupported_SecureBinarySerialization = "Secure binary serialization is not supported on this platform.";
  1038. public const string PlatformNotSupported_StrongNameSigning = "Strong-name signing is not supported on this platform.";
  1039. public const string PlatformNotSupported_WinRT = "Windows Runtime is not supported on this operating system.";
  1040. public const string PlatformNotSupported_OverlappedIO = "This API is specific to the way in which Windows handles asynchronous I/O, and is not supported on this platform.";
  1041. public const string PlatformNotSupported_ITypeInfo = "Marshalling a System.Type to an unmanaged ITypeInfo or marshalling an ITypeInfo to a System.Type is not supported on this platform.";
  1042. public const string PlatformNotSupported_IExpando = "Marshalling an IDispatchEx to an IReflect or IExpando is not supported on this platform.";
  1043. public const string PlatformNotSupported_AppDomains = "Secondary AppDomains are not supported on this platform.";
  1044. public const string PlatformNotSupported_CAS = "Code Access Security is not supported on this platform.";
  1045. public const string PlatformNotSupported_AppDomain_ResMon = "AppDomain resource monitoring is not supported on this platform.";
  1046. public const string PlatformNotSupported_Principal = "Windows Principal functionality is not supported on this platform.";
  1047. public const string PlatformNotSupported_ThreadAbort = "Thread abort is not supported on this platform.";
  1048. public const string PlatformNotSupported_ThreadSuspend = "Thread suspend is not supported on this platform.";
  1049. public const string Policy_CannotLoadSemiTrustAssembliesDuringInit = "All assemblies loaded as part of AppDomain initialization must be fully trusted.";
  1050. public const string PostconditionFailed = "Postcondition failed.";
  1051. public const string PostconditionFailed_Cnd = "Postcondition failed: {0}";
  1052. public const string PostconditionOnExceptionFailed = "Postcondition failed after throwing an exception.";
  1053. public const string PostconditionOnExceptionFailed_Cnd = "Postcondition failed after throwing an exception: {0}";
  1054. public const string PreconditionFailed = "Precondition failed.";
  1055. public const string PreconditionFailed_Cnd = "Precondition failed: {0}";
  1056. public const string PersistedFiles_NoHomeDirectory = "The home directory of the current user could not be determined.";
  1057. public const string Rank_MultiDimNotSupported = "Only single dimension arrays are supported here.";
  1058. public const string Rank_MustMatch = "The specified arrays must have the same number of dimensions.";
  1059. public const string ReflectionTypeLoad_LoadFailed = "Unable to load one or more of the requested types.";
  1060. public const string ResourceReaderIsClosed = "ResourceReader is closed.";
  1061. public const string Resources_StreamNotValid = "Stream is not a valid resource file.";
  1062. public const string RFLCT_AmbigCust = "Multiple custom attributes of the same type found.";
  1063. public const string RFLCT_Ambiguous = "Ambiguous match found.";
  1064. public const string InvalidFilterCriteriaException_CritInt = "An Int32 must be provided for the filter criteria.";
  1065. public const string InvalidFilterCriteriaException_CritString = "A String must be provided for the filter criteria.";
  1066. public const string RFLCT_InvalidFieldFail = "'{0}' field specified was not found.";
  1067. public const string RFLCT_InvalidPropFail = "'{0}' property specified was not found.";
  1068. public const string RFLCT_Targ_ITargMismatch = "Object does not match target type.";
  1069. public const string RFLCT_Targ_StatFldReqTarg = "Non-static field requires a target.";
  1070. public const string RFLCT_Targ_StatMethReqTarg = "Non-static method requires a target.";
  1071. public const string RuntimeWrappedException = "An object that does not derive from System.Exception has been wrapped in a RuntimeWrappedException.";
  1072. public const string Security_CannotReadFileData = "The time zone ID '{0}' was found on the local computer, but the application does not have permission to read the file.";
  1073. public const string Security_CannotReadRegistryData = "The time zone ID '{0}' was found on the local computer, but the application does not have permission to read the registry information.";
  1074. public const string Security_RegistryPermission = "Requested registry access is not allowed.";
  1075. public const string SemaphoreSlim_ctor_InitialCountWrong = "The initialCount argument must be non-negative and less than or equal to the maximumCount.";
  1076. public const string SemaphoreSlim_ctor_MaxCountWrong = "The maximumCount argument must be a positive number. If a maximum is not required, use the constructor without a maxCount parameter.";
  1077. public const string SemaphoreSlim_Disposed = "The semaphore has been disposed.";
  1078. public const string SemaphoreSlim_Release_CountWrong = "The releaseCount argument must be greater than zero.";
  1079. public const string SemaphoreSlim_Wait_TimeoutWrong = "The timeout must represent a value between -1 and Int32.MaxValue, inclusive.";
  1080. public const string Serialization_BadParameterInfo = "Non existent ParameterInfo. Position bigger than member's parameters length.";
  1081. public const string Serialization_CorruptField = "The value of the field '{0}' is invalid. The serialized data is corrupt.";
  1082. public const string Serialization_DateTimeTicksOutOfRange = "Invalid serialized DateTime data. Ticks must be between DateTime.MinValue.Ticks and DateTime.MaxValue.Ticks.";
  1083. public const string Serialization_DelegatesNotSupported = "Serializing delegates is not supported on this platform.";
  1084. public const string Serialization_InsufficientDeserializationState = "Insufficient state to deserialize the object. Missing field '{0}'. More information is needed.";
  1085. public const string Serialization_InsufficientState = "Insufficient state to return the real object.";
  1086. public const string Serialization_InvalidData = "An error occurred while deserializing the object. The serialized data is corrupt.";
  1087. public const string Serialization_InvalidDelegateType = "Cannot serialize delegates over unmanaged function pointers, dynamic methods or methods outside the delegate creator's assembly.";
  1088. public const string Serialization_InvalidEscapeSequence = "The serialized data contained an invalid escape sequence '\\\\{0}'.";
  1089. public const string Serialization_InvalidFieldState = "Object fields may not be properly initialized.";
  1090. public const string Serialization_InvalidOnDeser = "OnDeserialization method was called while the object was not being deserialized.";
  1091. public const string Serialization_InvalidPtrValue = "An IntPtr or UIntPtr with an eight byte value cannot be deserialized on a machine with a four byte word size.";
  1092. public const string Serialization_InvalidType = "Only system-provided types can be passed to the GetUninitializedObject method. '{0}' is not a valid instance of a type.";
  1093. public const string Serialization_KeyValueDifferentSizes = "The keys and values arrays have different sizes.";
  1094. public const string Serialization_MemberOutOfRange = "The deserialized value of the member \"{0}\" in the class \"{1}\" is out of range.";
  1095. public const string Serialization_MemberTypeNotRecognized = "Unknown member type.";
  1096. public const string Serialization_MissField = "Field {0} is missing.";
  1097. public const string Serialization_MissingDateTimeData = "Invalid serialized DateTime data. Unable to find 'ticks' or 'dateData'.";
  1098. public const string Serialization_MissingKeys = "The Keys for this Hashtable are missing.";
  1099. public const string Serialization_MissingValues = "The values for this dictionary are missing.";
  1100. public const string Serialization_NonSerType = "Type '{0}' in Assembly '{1}' is not marked as serializable.";
  1101. public const string Serialization_NoParameterInfo = "Serialized member does not have a ParameterInfo.";
  1102. public const string Serialization_NotFound = "Member '{0}' was not found.";
  1103. public const string Serialization_NullKey = "One of the serialized keys is null.";
  1104. public const string Serialization_NullSignature = "The method signature cannot be null.";
  1105. public const string Serialization_OptionalFieldVersionValue = "Version value must be positive.";
  1106. public const string Serialization_SameNameTwice = "Cannot add the same member twice to a SerializationInfo object.";
  1107. public const string Serialization_StringBuilderCapacity = "The serialized Capacity property of StringBuilder must be positive, less than or equal to MaxCapacity and greater than or equal to the String length.";
  1108. public const string Serialization_StringBuilderMaxCapacity = "The serialized MaxCapacity property of StringBuilder must be positive and greater than or equal to the String length.";
  1109. public const string Serialization_UnableToFindModule = "The given module {0} cannot be found within the assembly {1}.";
  1110. public const string Serialization_UnknownMember = "Cannot get the member '{0}'.";
  1111. public const string SpinLock_Exit_SynchronizationLockException = "The calling thread does not hold the lock.";
  1112. public const string SpinLock_IsHeldByCurrentThread = "Thread tracking is disabled.";
  1113. public const string SpinLock_TryEnter_ArgumentOutOfRange = "The timeout must be a value between -1 and Int32.MaxValue, inclusive.";
  1114. public const string SpinLock_TryEnter_LockRecursionException = "The calling thread already holds the lock.";
  1115. public const string SpinLock_TryReliableEnter_ArgumentException = "The tookLock argument must be set to false before calling this method.";
  1116. public const string SpinWait_SpinUntil_ArgumentNull = "The condition argument is null.";
  1117. public const string SpinWait_SpinUntil_TimeoutWrong = "The timeout must represent a value between -1 and Int32.MaxValue, inclusive.";
  1118. public const string StackTrace_InFileLineNumber = "in {0}:line {1}";
  1119. public const string Task_ContinueWith_ESandLR = "The specified TaskContinuationOptions combined LongRunning and ExecuteSynchronously. Synchronous continuations should not be long running.";
  1120. public const string Task_ContinueWith_NotOnAnything = "The specified TaskContinuationOptions excluded all continuation kinds.";
  1121. public const string Task_Delay_InvalidDelay = "The value needs to translate in milliseconds to -1 (signifying an infinite timeout), 0 or a positive integer less than or equal to Int32.MaxValue.";
  1122. public const string Task_Delay_InvalidMillisecondsDelay = "The value needs to be either -1 (signifying an infinite timeout), 0 or a positive integer.";
  1123. public const string Task_Dispose_NotCompleted = "A task may only be disposed if it is in a completion state (RanToCompletion, Faulted or Canceled).";
  1124. public const string Task_FromAsync_LongRunning = "It is invalid to specify TaskCreationOptions.LongRunning in calls to FromAsync.";
  1125. public const string Task_FromAsync_PreferFairness = "It is invalid to specify TaskCreationOptions.PreferFairness in calls to FromAsync.";
  1126. public const string Task_MultiTaskContinuation_EmptyTaskList = "The tasks argument contains no tasks.";
  1127. public const string Task_MultiTaskContinuation_FireOptions = "It is invalid to exclude specific continuation kinds for continuations off of multiple tasks.";
  1128. public const string Task_MultiTaskContinuation_NullTask = "The tasks argument included a null value.";
  1129. public const string Task_RunSynchronously_AlreadyStarted = "RunSynchronously may not be called on a task that was already started.";
  1130. public const string Task_RunSynchronously_Continuation = "RunSynchronously may not be called on a continuation task.";
  1131. public const string Task_RunSynchronously_Promise = "RunSynchronously may not be called on a task not bound to a delegate, such as the task returned from an asynchronous method.";
  1132. public const string Task_RunSynchronously_TaskCompleted = "RunSynchronously may not be called on a task that has already completed.";
  1133. public const string Task_Start_AlreadyStarted = "Start may not be called on a task that was already started.";
  1134. public const string Task_Start_ContinuationTask = "Start may not be called on a continuation task.";
  1135. public const string Task_Start_Promise = "Start may not be called on a promise-style task.";
  1136. public const string Task_Start_TaskCompleted = "Start may not be called on a task that has completed.";
  1137. public const string Task_ThrowIfDisposed = "The task has been disposed.";
  1138. public const string Task_WaitMulti_NullTask = "The tasks array included at least one null element.";
  1139. public const string TaskCanceledException_ctor_DefaultMessage = "A task was canceled.";
  1140. public const string TaskCompletionSourceT_TrySetException_NoExceptions = "The exceptions collection was empty.";
  1141. public const string TaskCompletionSourceT_TrySetException_NullException = "The exceptions collection included at least one null element.";
  1142. public const string TaskExceptionHolder_UnhandledException = "A Task's exception(s) were not observed either by Waiting on the Task or accessing its Exception property. As a result, the unobserved exception was rethrown by the finalizer thread.";
  1143. public const string TaskExceptionHolder_UnknownExceptionType = "(Internal)Expected an Exception or an IEnumerable<Exception>";
  1144. public const string TaskScheduler_ExecuteTask_WrongTaskScheduler = "ExecuteTask may not be called for a task which was previously queued to a different TaskScheduler.";
  1145. public const string TaskScheduler_FromCurrentSynchronizationContext_NoCurrent = "The current SynchronizationContext may not be used as a TaskScheduler.";
  1146. public const string TaskScheduler_InconsistentStateAfterTryExecuteTaskInline = "The TryExecuteTaskInline call to the underlying scheduler succeeded, but the task body was not invoked.";
  1147. public const string TaskSchedulerException_ctor_DefaultMessage = "An exception was thrown by a TaskScheduler.";
  1148. public const string TaskT_DebuggerNoResult = "{Not yet computed}";
  1149. public const string TaskT_TransitionToFinal_AlreadyCompleted = "An attempt was made to transition a task to a final state when it had already completed.";
  1150. public const string Thread_ApartmentState_ChangeFailed = "Failed to set the specified COM apartment state.";
  1151. public const string Thread_GetSetCompressedStack_NotSupported = "Use CompressedStack.(Capture/Run) instead.";
  1152. public const string Thread_Operation_RequiresCurrentThread = "This operation must be performed on the same thread as that represented by the Thread instance.";
  1153. public const string Threading_AbandonedMutexException = "The wait completed due to an abandoned mutex.";
  1154. public const string Threading_WaitHandleCannotBeOpenedException = "No handle of the given name exists.";
  1155. public const string Threading_WaitHandleCannotBeOpenedException_InvalidHandle = "A WaitHandle with system-wide name '{0}' cannot be created. A WaitHandle of a different type might have the same name.";
  1156. public const string Threading_WaitHandleTooManyPosts = "The WaitHandle cannot be signaled because it would exceed its maximum count.";
  1157. public const string Threading_SemaphoreFullException = "Adding the specified count to the semaphore would cause it to exceed its maximum count.";
  1158. public const string Threading_ThreadInterrupted = "Thread was interrupted from a waiting state.";
  1159. public const string ThreadLocal_Disposed = "The ThreadLocal object has been disposed.";
  1160. public const string ThreadLocal_Value_RecursiveCallsToValue = "ValueFactory attempted to access the Value property of this instance.";
  1161. public const string ThreadLocal_ValuesNotAvailable = "The ThreadLocal object is not tracking values. To use the Values property, use a ThreadLocal constructor that accepts the trackAllValues parameter and set the parameter to true.";
  1162. public const string TimeZoneNotFound_MissingData = "The time zone ID '{0}' was not found on the local computer.";
  1163. public const string TypeInitialization_Default = "Type constructor threw an exception.";
  1164. public const string TypeInitialization_Type = "The type initializer for '{0}' threw an exception.";
  1165. public const string TypeLoad_ResolveNestedType = "Could not resolve nested type '{0}' in type \"{1}'.";
  1166. public const string TypeLoad_ResolveType = "Could not resolve type '{0}'.";
  1167. public const string TypeLoad_ResolveTypeFromAssembly = "Could not resolve type '{0}' in assembly '{1}'.";
  1168. public const string UnauthorizedAccess_IODenied_NoPathName = "Access to the path is denied.";
  1169. public const string UnauthorizedAccess_IODenied_Path = "Access to the path '{0}' is denied.";
  1170. public const string UnauthorizedAccess_MemStreamBuffer = "MemoryStream's internal buffer cannot be accessed.";
  1171. public const string UnauthorizedAccess_RegistryKeyGeneric_Key = "Access to the registry key '{0}' is denied.";
  1172. public const string UnknownError_Num = "Unknown error \"{0}\".";
  1173. public const string Verification_Exception = "Operation could destabilize the runtime.";
  1174. public const string Word_At = "at";
  1175. public const string DebugAssertBanner = "---- DEBUG ASSERTION FAILED ----";
  1176. public const string DebugAssertLongMessage = "---- Assert Long Message ----";
  1177. public const string DebugAssertShortMessage = "---- Assert Short Message ----";
  1178. public const string LockRecursionException_ReadAfterWriteNotAllowed = "A read lock may not be acquired with the write lock held in this mode.";
  1179. public const string LockRecursionException_RecursiveReadNotAllowed = "Recursive read lock acquisitions not allowed in this mode.";
  1180. public const string LockRecursionException_RecursiveWriteNotAllowed = "Recursive write lock acquisitions not allowed in this mode.";
  1181. public const string LockRecursionException_RecursiveUpgradeNotAllowed = "Recursive upgradeable lock acquisitions not allowed in this mode.";
  1182. public const string LockRecursionException_WriteAfterReadNotAllowed = "Write lock may not be acquired with read lock held. This pattern is prone to deadlocks. Please ensure that read locks are released before taking a write lock. If an upgrade is necessary, use an upgrade lock in place of the read lock.";
  1183. public const string SynchronizationLockException_MisMatchedUpgrade = "The upgradeable lock is being released without being held.";
  1184. public const string SynchronizationLockException_MisMatchedRead = "The read lock is being released without being held.";
  1185. public const string SynchronizationLockException_IncorrectDispose = "The lock is being disposed while still being used. It either is being held by a thread and/or has active waiters waiting to acquire the lock.";
  1186. public const string LockRecursionException_UpgradeAfterReadNotAllowed = "Upgradeable lock may not be acquired with read lock held.";
  1187. public const string LockRecursionException_UpgradeAfterWriteNotAllowed = "Upgradeable lock may not be acquired with write lock held in this mode. Acquiring Upgradeable lock gives the ability to read along with an option to upgrade to a writer.";
  1188. public const string SynchronizationLockException_MisMatchedWrite = "The write lock is being released without being held.";
  1189. public const string NotSupported_SignatureType = "This method is not supported on signature types.";
  1190. public const string MemoryDisposed = "Memory<T> has been disposed.";
  1191. public const string Memory_OutstandingReferences = "Release all references before disposing this instance.";
  1192. public const string HashCode_HashCodeNotSupported = "HashCode is a mutable struct and should not be compared with other HashCodes. Use ToHashCode to retrieve the computed hash code.";
  1193. public const string HashCode_EqualityNotSupported = "HashCode is a mutable struct and should not be compared with other HashCodes.";
  1194. public const string Arg_TypeNotSupported = "Specified type is not supported";
  1195. public const string IO_InvalidReadLength = "The read operation returned an invalid length.";
  1196. public const string Arg_BasePathNotFullyQualified = "Basepath argument is not fully qualified.";
  1197. public const string Arg_ElementsInSourceIsGreaterThanDestination = "Number of elements in source vector is greater than the destination array";
  1198. public const string Arg_NullArgumentNullRef = "The method was called with a null array argument.";
  1199. public const string Argument_CannotPrepareAbstract = "Abstract methods cannot be prepared.";
  1200. public const string Argument_InvalidGenericInstantiation = "The given generic instantiation was invalid.";
  1201. public const string Argument_OverlapAlignmentMismatch = "Overlapping spans have mismatching alignment.";
  1202. public const string Arg_InsufficientNumberOfElements = "At least {0} element(s) are expected in the parameter \"{1}\".";
  1203. public const string Arg_MustBeNullTerminatedString = "The string must be null-terminated.";
  1204. public const string ArgumentOutOfRange_Week_ISO = "The week parameter must be in the range 1 through 53.";
  1205. public const string Argument_BadPInvokeMethod = "PInvoke methods must be static and native and cannot be abstract.";
  1206. public const string Argument_BadPInvokeOnInterface = "PInvoke methods cannot exist on interfaces.";
  1207. public const string Argument_MethodRedefined = "Method has been already defined.";
  1208. public const string Argument_CannotExtractScalar = "Cannot extract a Unicode scalar value from the specified index in the input.";
  1209. public const string Argument_CannotParsePrecision = "Characters following the format symbol must be a number of {0} or less.";
  1210. public const string Argument_GWithPrecisionNotSupported = "The 'G' format combined with a precision is not supported.";
  1211. public const string Argument_PrecisionTooLarge = "Precision cannot be larger than {0}.";
  1212. public const string AssemblyDependencyResolver_FailedToLoadHostpolicy = "Cannot load hostpolicy library. AssemblyDependencyResolver is currently only supported if the runtime is hosted through hostpolicy library.";
  1213. public const string AssemblyDependencyResolver_FailedToResolveDependencies = "Dependency resolution failed for component {0} with error code {1}. Detailed error: {2}";
  1214. public const string Arg_EnumNotCloneable = "The supplied object does not implement ICloneable.";
  1215. public const string InvalidOp_InvalidNewEnumVariant = "The returned enumerator does not implement IEnumVARIANT.";
  1216. public const string Argument_StructArrayTooLarge = "Array size exceeds addressing limitations.";
  1217. public const string IndexOutOfRange_ArrayWithOffset = "ArrayWithOffset: offset exceeds array size.";
  1218. public const string Serialization_DangerousDeserialization = "An action was attempted during deserialization that could lead to a security vulnerability. The action has been aborted.";
  1219. public const string Serialization_DangerousDeserialization_Switch = "An action was attempted during deserialization that could lead to a security vulnerability. The action has been aborted. To allow the action, set the '{0}' AppContext switch to true.";
  1220. public const string Arg_MustBeRuntimeAssembly = "Object must be of type RuntimeAssembly.";
  1221. public const string InvalidOperation_SpanOverlappedOperation = "This operation is invalid on overlapping buffers.";
  1222. public const string SetterHasNoParams = "Setter must have parameters.";
  1223. public const string NotSupported_Overlapped = "This API is not supported on this platform.";
  1224. }