arg.txt

来自「没的 没的 没的 没的 没的 没的 没的 没的 没的 没的 没的 没的 没的 没」· 文本 代码 · 共 170 行

TXT
170
字号
## Arg.txt - Resources for argument errors.## Copyright (C) 2001  Southern Storm Software, Pty Ltd.## This program is free software; you can redistribute it and/or modify# it under the terms of the GNU General Public License as published by# the Free Software Foundation; either version 2 of the License, or# (at your option) any later version.## This program is distributed in the hope that it will be useful,# but WITHOUT ANY WARRANTY; without even the implied warranty of# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the# GNU General Public License for more details.## You should have received a copy of the GNU General Public License# along with this program; if not, write to the Free Software# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA#Arg_MustBeBoolean=Object must be of type BooleanArg_MustBeByte=Object must be of type ByteArg_MustBeSByte=Object must be of type SByteArg_MustBeChar=Object must be of type CharArg_MustBeInt16=Object must be of type Int16Arg_MustBeUInt16=Object must be of type UInt16Arg_MustBeInt32=Object must be of type Int32Arg_MustBeUInt32=Object must be of type UInt32Arg_MustBeInt64=Object must be of type Int64Arg_MustBeUInt64=Object must be of type UInt64Arg_MustBeDecimal=Object must be of type DecimalArg_MustBeSingle=Object must be of type SingleArg_MustBeDouble=Object must be of type DoubleArg_MustBeDateTime=Object must be of type DateTimeArg_MustBeTimeSpan=Object must be of type TimeSpanArg_MustBeString=Object must be of type StringArg_MustBeSameEnum=Enumerated objects must be of the same typeArg_MustBeEnum=Must be an enumerated typeArg_InvalidEnumValue=Invalid enumerated value for this typeArg_InvalidEnumName=Invalid enumerated value string for this typeArg_MustBeResourceSet=Object must be of type ResourceSetArg_MustBeVersion=Object must be of type VersionArg_MustBeGuid=Object must be of type GuidArg_InvalidBase=Base must be 2, 8, 10, or 16Arg_UnknownTypeCode=Unknown type codeArg_InvalidHexStyle=Invalid hexadecimal number styleArg_DecBitCtor=Invalid bit array supplied to Decimal constructorArg_NotNull=Argument cannot be nullArg_OutOfRange=Argument is out of rangeArg_OutOfRangeValue=Argument value: {0}Arg_DateTimeRange=DateTime value is out of rangeArg_SearchCompare=Values were not comparable during searchArg_RankMustBe1=Array rank must be 1Arg_RankMustBe2=Array rank must be 2Arg_RankMustBe3=Array rank must be 3Arg_InvalidArrayRange=Array range is invalidArg_MustBeType=Supplied value must be a valid runtime typeArg_MustHaveOneElement=Array must have at least 1 elementArg_MustBeSameSize=The two arrays must have the same sizeArg_MustBeSameRank=The two arrays must have the same number of dimensionsArg_InvalidArrayIndex=Array index is invalidArg_LowBoundsMustMatch=The lower bounds of the two arrays must matchArg_ShortItemsArray=The items array is shorter than the keys arrayArg_ABMustBeComparable=a or b must implement IComparableArg_CannotReduceCapacity=Cannot reduce the capacity of an array list below its current lengthArg_NotANumber=Floating-point argument is not a numberArg_InsufficientSpace=Insufficient array space for requested operationArg_EndsWithResources=The specified base name must not end in ".resources"Arg_VersionFields=The specified version field count is invalidArg_GuidArray8=The Guid byte buffer should have 8 itemsArg_GuidArray16=The Guid byte buffer should have 16 itemsArg_NonPrimitiveArray=The supplied array does not contain primitive elementsArg_DelegateMethod=Missing method for delegate creationArg_DelegateMismatch=The specified delegates are not of the same typeArg_NotDelegate=The specified type is not a delegate typeArg_DelegateSignature=The delegate and method do not have the same signatureArg_DelegateAccess=The caller does not have permission to access the delegate methodArg_MakeTypedRef=A non-zero list of fields is required to make a typed referenceArg_MakeTypedRefFields=The fields for a typed reference must be runtime fieldsArg_InvalidEra=Invalid era value for calendar methodArg_NoEraYear=No era year exists for the supplied parametersArg_ExistingEntry=There is already an existing entry with the specified keyArg_BitArrayLengths=The lengths of the two bit arrays are not identicalArg_NotFound=The specified value was not foundArg_Value0To99=The specific value must be between 0 and 99 inclusiveArg_Value0To3=The specific value must be between 0 and 3 inclusiveArg_Value0To15=The specific value must be between 0 and 15 inclusiveArg_Value0To4=The specific value must be between 0 and 4 inclusiveArg_Value0To2=The specific value must be between 0 and 2 inclusiveArg_Value0To9=The specific value must be between 0 and 9 inclusiveArg_Value1To9=The specific value must be between 1 and 9 inclusiveArg_Array7Elems=The specified array must have 7 elementsArg_Array13Elems=The specified array must have 13 elementsArg_InvalidCalendar=Invalid calendar for the current cultureArg_CalendarWeekRule=Invalid calendar week rule valueArg_DayOfWeek=Invalid day of week valueArg_InvalidXMLTag=Invalid XML element tag nameArg_InvalidXMLText=Invalid XML element textArg_InvalidXMLAttrName=Invalid XML attribute nameArg_InvalidXMLAttrValue=Invalid XML attribute valueArg_DuplicateXMLAttr=There already exists an XML attribute with the specified nameArg_PermissionState=Invalid security permission state valueArg_PermissionVersion=Incorrect version for permission objectArg_InvalidUTF8=Invalid UTF8 byte sequenceArg_WeakRefCollected=Weak reference has already been garbage collectedArg_MustBeCoreLib=The specified assembly must be the core libraryArg_InvalidRegion=Invalid region name or identifierArg_DateTimeFormatChar=Invalid DateTime formatting characterArg_PermissionMismatch=Mismatched permission objectsArg_EnvironmentAccess=Invalid environment permission access valueArg_FileIOAccess=Invalid file I/O permission access valueArg_SecurityFlag=Invalid security permission flag valueArg_ReflectionFlag=Invalid reflection permission flag valueArg_FileDialogAccess=Invalid file dialog permission access valueArg_InvalidSite=Invalid site permission valueArg_WindowFlag=Invalid window permission flag valueArg_ClipboardFlag=Invalid clipboard permission flag valueArg_PublicKeyBlob=Invalid public key blob valueArg_RegistryAccess=Invalid registry permission access valueArg_PermissionsExecution=Allow program execution permissionsArg_PermissionsFullTrust=Allow all permissionsArg_PermissionsInternet=Allow access to the internetArg_PermissionsLocalIntranet=Allow access to the local intranetArg_PermissionsNothing=Deny all permissionsArg_PermissionsSkipVerification=Allow the program to skip verificationArg_InvalidAsync=Invalid object supplied for async read/write operationArg_InvalidHive=Invalid registry hiveArg_SynchronizationFlag=Invalid synchronization flag valueArg_PointerType=The supplied argument was not a pointer typeArg_PointerValue=The supplied argument was not a pointer valueArg_InvalidSoapValue=The supplied string is not a valid SOAP valueArg_SecurityZone=The supplied security zone value was invalidArg_CannotMarshalStruct=The supplied structure type could not be marshaledArg_NotGenericMethod=The specified method is not genericArg_GenericParameterCount=The generic parameter counts do not matchArg_InvalidUnityObject=Invalid unity object encountered during deserializationArg_InvalidMemberObject=Invalid member object encountered during deserializationArg_InvalidUrl=Invalid URLArg_InvalidMembershipCondition=Invalid code group membership conditionArg_InvalidRegex=Invalid regular expressionArg_ResourceAlreadyPresent=The specified resource is already presentArgRange_DecimalScale=Decimal scale factor must be between 0 and 28, inclusiveArgRange_YMD=Year, month, day specification is out of rangeArgRange_HMS=Hour, minute, second specification is out of rangeArgRange_DateTimeTicks=Ticks value for DateTime is out of rangeArgRange_TimeSpan=TimeSpan value is out of rangeArgRange_Array=Array position or length is out of rangeArgRange_NonNegative=Value must not be negativeArgRange_NonNegOrNegOne=Value must be positive, 0, or -1ArgRange_PositiveNonZero=Value must be positive and non zeroArgRange_NegativeOrZero=Value must be negative or zeroArgRange_Negative=Value must be negativeArgRange_StringIndex=String index is out of rangeArgRange_StringRange=String range is out of rangeArgRange_RoundDigits=Rounding digit count must be between 0 and 15, inclusiveArgRange_MinValueGtMaxValue=minValue is greater than maxValueArgRange_StringNonEmpty=String value must not be emptyArgRange_MaxStrCapacity=Maximum string capacity must be 1 or greaterArgRange_StrCapacity=Invalid string capacityArgRange_StrBuilderLength=Invalid string builder lengthArgRange_Year=Year value is out of rangeArgRange_Month=Month value is out of rangeArgRange_Day=Day value is out of rangeArgRange_HashLoadFactor=Invalid hash table load factorArgRange_QueueGrowFactor=Invalid growth factor for queuesArgRange_GCGeneration=GC generation is out of rangeArgRange_HijriAdjustment=Hijri adjustment values must be between -2 and 2ArgRange_HijriDate=Date value is out of range for the Hijri calendarArgRange_BufferSize=Buffer size is out of rangeArgRange_DateTimeRange=DateTime value is out of range

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?