ArgumentMessages
ArgumentMessages.Instance (SystemMessages.Argument) contains message descriptions scraped from mscorlib.dll for System.ArgumentException.
Code | HResult | Field Name | Key | Text | Exception |
---|---|---|---|---|---|
0xA3450021 | 0x80070057 | ApplicationDirectoryToString | mscorlib.ApplicationDirectory_ToString | ApplicationDirectory | System.ArgumentException |
0xA3450022 | 0x8013151A | AccessException | mscorlib.Arg_AccessException | Cannot access member. | System.MemberAccessException |
0xA3450024 | 0x8000211D | AmbiguousMatchException | mscorlib.Arg_AmbiguousMatchException | Ambiguous match found. | System.Reflection.AmbiguousMatchException |
0xA3450026 | 0x80131600 | ApplicationException | mscorlib.Arg_ApplicationException | Error in the application. | System.ApplicationException |
0xA3450028 | 0x80070057 | ArgumentOutOfRangeException | mscorlib.Arg_ArgumentOutOfRangeException | Specified argument was out of the range of valid values. | System.ArgumentException |
0xA345002E | 0x8007000B | BadImageFormatException | mscorlib.Arg_BadImageFormatException | Format of the executable (.exe) or library (.dll) is invalid. | System.BadImageFormatException |
0xA345002F | 0x80131537 | BadLiteralFormat | mscorlib.Arg_BadLiteralFormat | Encountered an invalid type for a default value. | System.FormatException |
0xA3450031 | 0x80070057 | BogusIComparer | mscorlib.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}'. | System.ArgumentException |
0xA3450032 | 0x80070057 | BufferTooSmall | mscorlib.Arg_BufferTooSmall | Not enough space available in the buffer. | System.ArgumentException |
0xA3450033 | 0x80070057 | CannotBeNaN | mscorlib.Arg_CannotBeNaN | TimeSpan does not accept floating point Not-a-Number values. | System.ArgumentException |
0xA3450034 | 0x80070057 | CannotMixComparisonInfrastructure | mscorlib.Arg_CannotMixComparisonInfrastructure | The usage of IKeyComparer and IHashCodeProvider/IComparer interfaces cannot be mixed; use one or the other. | System.ArgumentException |
0xA3450036 | 0x80131509 | CATypeResolutionFailed | mscorlib.Arg_CATypeResolutionFailed | Failed to resolve type from string "{0}" which was embedded in custom attribute blob. | System.InvalidOperationException |
0xA3450037 | 0x80070057 | COMAccess | mscorlib.Arg_COMAccess | Must specify property Set or Get or method call for a COM Object. | System.ArgumentException |
0xA3450039 | 0x80070057 | COMPropSetPut | mscorlib.Arg_COMPropSetPut | Only one of the following binding flags can be set: BindingFlags.SetProperty, BindingFlags.PutDispProperty, BindingFlags.PutRefDispProperty. | System.ArgumentException |
0xA345003A | 0x80131504 | ContextMarshalException | mscorlib.Arg_ContextMarshalException | Attempted to marshal an object across a context boundary. | System.ContextMarshalException |
0xA345003B | 0x80070057 | CreatInstAccess | mscorlib.Arg_CreatInstAccess | Cannot specify both CreateInstance and another access type. | System.ArgumentException |
0xA345003E | 0x80131541 | DataMisalignedException | mscorlib.Arg_DataMisalignedException | A datatype misalignment was detected in a load or store instruction. | System.DataMisalignedException |
0xA345003F | 0x80070057 | DateTimeRange | mscorlib.Arg_DateTimeRange | Combination of arguments to the DateTime constructor is out of the legal range. | System.ArgumentException |
0xA3450040 | 0x80070057 | DecBitCtor | mscorlib.Arg_DecBitCtor | Decimal byte array constructor requires an array of length four containing valid decimal bytes. | System.ArgumentException |
0xA3450043 | 0x80020012 | DivideByZero | mscorlib.Arg_DivideByZero | Attempted to divide by zero. | System.DivideByZeroException |
0xA3450044 | 0x80070057 | DlgtNullInst | mscorlib.Arg_DlgtNullInst | Delegate to an instance method cannot have null 'this'. | System.ArgumentException |
0xA3450045 | 0x80070057 | DlgtTargMeth | mscorlib.Arg_DlgtTargMeth | Cannot bind to the target method because its signature or security transparency is not compatible with that of the delegate type. | System.ArgumentException |
0xA3450046 | 0x80070057 | DlgtTypeMis | mscorlib.Arg_DlgtTypeMis | Delegates must be of the same type. | System.ArgumentException |
0xA3450047 | 0x80070057 | DllInitFailure | mscorlib.Arg_DllInitFailure | One machine may not have remote administration enabled, or both machines may not be running the remote registry service. | System.ArgumentException |
0xA3450048 | 0x80131524 | DllNotFoundException | mscorlib.Arg_DllNotFoundException | Dll was not found. | System.DllNotFoundException |
0xA345004A | 0x80131529 | DuplicateWaitObjectException | mscorlib.Arg_DuplicateWaitObjectException | Duplicate objects in argument. | System.DuplicateWaitObjectException |
0xA345004E | 0x80070057 | EmptyCollection | mscorlib.Arg_EmptyCollection | Collection must not be empty. | System.ArgumentException |
0xA3450050 | 0x80070057 | EmptyOrNullString | mscorlib.Arg_EmptyOrNullString | String may not be empty or null. | System.ArgumentException |
0xA3450052 | 0x80131523 | EntryPointNotFoundException | mscorlib.Arg_EntryPointNotFoundException | Entry point was not found. | System.EntryPointNotFoundException |
0xA3450053 | 0x80070057 | EnumAndObjectMustBeSameType | mscorlib.Arg_EnumAndObjectMustBeSameType | Object must be the same type as the enum. The type passed in was '{0}'; the enum type was '{1}'. | System.ArgumentException |
0xA3450054 | 0x80070057 | EnumAtLeastOneFlag | mscorlib.Arg_EnumAtLeastOneFlag | Must set at least one flag. | System.ArgumentException |
0xA3450055 | 0x80070057 | EnumFormatUnderlyingTypeAndObjectMustBeSameType | mscorlib.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}'. | System.ArgumentException |
0xA3450057 | 0x80131515 | EnumLitValueNotFound | mscorlib.Arg_EnumLitValueNotFound | Literal value was not found. | System.NotSupportedException |
0xA3450058 | 0x80070057 | EnumNotSingleFlag | mscorlib.Arg_EnumNotSingleFlag | Must set exactly one flag. | System.ArgumentException |
0xA3450059 | 0x80070057 | EnumUnderlyingTypeAndObjectMustBeSameType | mscorlib.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}'. | System.ArgumentException |
0xA345005A | 0x80070057 | EnumValueNotFound | mscorlib.Arg_EnumValueNotFound | Requested value '{0}' was not found. | System.ArgumentException |
0xA345005D | 0x80131507 | FieldAccessException | mscorlib.Arg_FieldAccessException | Attempted to access a field that is not accessible by the caller. | System.FieldAccessException |
0xA345005E | 0x80070057 | FieldDeclTarget | mscorlib.Arg_FieldDeclTarget | Field '{0}' defined on type '{1}' is not a field on the target object which is of type '{2}'. | System.ArgumentException |
0xA345005F | 0x80131620 | FileIsDirectoryName | mscorlib.Arg_FileIsDirectory_Name | The target file "{0}" is a directory, not a file. | System.IO.IOException |
0xA3450060 | 0x80070057 | FldGetArgErr | mscorlib.Arg_FldGetArgErr | No arguments can be provided to Get a field value. | System.ArgumentException |
0xA3450061 | 0x80070057 | FldGetPropSet | mscorlib.Arg_FldGetPropSet | Cannot specify both GetField and SetProperty. | System.ArgumentException |
0xA3450062 | 0x80070057 | FldSetArgErr | mscorlib.Arg_FldSetArgErr | Only the field value can be specified to set a field value. | System.ArgumentException |
0xA3450063 | 0x80070057 | FldSetGet | mscorlib.Arg_FldSetGet | Cannot specify both Get and Set on a field. | System.ArgumentException |
0xA3450064 | 0x80070057 | FldSetInvoke | mscorlib.Arg_FldSetInvoke | Cannot specify Set on a Field and Invoke on a method. | System.ArgumentException |
0xA3450065 | 0x80070057 | FldSetPropGet | mscorlib.Arg_FldSetPropGet | Cannot specify both SetField and GetProperty. | System.ArgumentException |
0xA3450066 | 0x80131537 | FormatException | mscorlib.Arg_FormatException | One of the identified items was in an invalid format. | System.FormatException |
0xA3450067 | 0x80131509 | GenericParameter | mscorlib.Arg_GenericParameter | Method must be called on a Type for which Type.IsGenericParameter is false. | System.InvalidOperationException |
0xA3450068 | 0x80070057 | GetMethNotFnd | mscorlib.Arg_GetMethNotFnd | Property Get method was not found. | System.ArgumentException |
0xA345006A | 0x80070057 | HandleNotAsync | mscorlib.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). | System.ArgumentException |
0xA345006B | 0x80070057 | HandleNotSync | mscorlib.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). | System.ArgumentException |
0xA345006D | 0x80070057 | HTCapacityOverflow | mscorlib.Arg_HTCapacityOverflow | Hashtable's capacity overflowed and went negative. Check load factor, capacity and the current size of the table. | System.ArgumentException |
0xA345006E | 0x80070057 | IndexMustBeInt | mscorlib.Arg_IndexMustBeInt | All indexes must be of type Int32. | System.ArgumentException |
0xA345006F | 0x80070057 | IndexOutOfRangeException | mscorlib.Arg_IndexOutOfRangeException | Index was outside the bounds of the array. | System.ArgumentException |
0xA3450071 | 0x80070057 | InvalidAccessEntry | mscorlib.Arg_InvalidAccessEntry | Specified access entry is invalid because it is unrestricted. The global flags should be specified instead. | System.ArgumentException |
0xA3450072 | 0x80070057 | InvalidBase | mscorlib.Arg_InvalidBase | Invalid Base. | System.ArgumentException |
0xA3450073 | 0x80004002 | InvalidCastException | mscorlib.Arg_InvalidCastException | Specified cast is not valid. | System.InvalidCastException |
0xA3450075 | 0x80070057 | InvalidConsoleColor | mscorlib.Arg_InvalidConsoleColor | The ConsoleColor enum value was not defined on that enum. Please use a defined color from the enum. | System.ArgumentException |
0xA3450076 | 0x80070057 | InvalidFileAttrs | mscorlib.Arg_InvalidFileAttrs | Invalid File or Directory attributes value. | System.ArgumentException |
0xA3450077 | 0x80070057 | InvalidFileExtension | mscorlib.Arg_InvalidFileExtension | Specified file extension was not a valid extension. | System.ArgumentException |
0xA3450078 | 0x80070057 | InvalidFileName | mscorlib.Arg_InvalidFileName | Specified file name was invalid. | System.ArgumentException |
0xA345007A | 0x80070057 | InvalidHandle | mscorlib.Arg_InvalidHandle | Invalid handle. | System.ArgumentException |
0xA345007B | 0x80070057 | InvalidHexStyle | mscorlib.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. | System.ArgumentException |
0xA345007C | 0x80070057 | InvalidNeutralResourcesLanguageAsmCulture | mscorlib.Arg_InvalidNeutralResourcesLanguage_Asm_Culture | The NeutralResourcesLanguageAttribute on the assembly "{0}" specifies an invalid culture name: "{1}". | System.ArgumentException |
0xA345007D | 0x80070057 | InvalidNeutralResourcesLanguageFallbackLoc | mscorlib.Arg_InvalidNeutralResourcesLanguage_FallbackLoc | The NeutralResourcesLanguageAttribute specifies an invalid or unrecognized ultimate resource fallback location: "{0}". | System.ArgumentException |
0xA3450081 | 0x80070057 | InvalidSearchPattern | mscorlib.Arg_InvalidSearchPattern | Search pattern cannot contain ".." to move up directories and can be contained only internally in file/directory names, as in "a..b". | System.ArgumentException |
0xA3450082 | 0x80131515 | InvalidTypeInRetType | mscorlib.Arg_InvalidTypeInRetType | The return Type contains some invalid type (i.e. null, ByRef) | System.NotSupportedException |
0xA3450083 | 0x80070057 | InvalidTypeInSignature | mscorlib.Arg_InvalidTypeInSignature | The signature Type array contains some invalid type (i.e. null, void) | System.ArgumentException |
0xA3450084 | 0x80131509 | InvokeMember | mscorlib.Arg_InvokeMember | InvokeMember can be used only for COM objects. | System.InvalidOperationException |
0xA3450087 | 0x80070057 | LongerThanSrcString | mscorlib.Arg_LongerThanSrcString | Source string was not long enough. Check sourceIndex and count. | System.ArgumentException |
0xA3450088 | 0x80070057 | LowerBoundsMustMatch | mscorlib.Arg_LowerBoundsMustMatch | The arrays' lower bounds must be identical. | System.ArgumentException |
0xA3450089 | 0x80070057 | MarshalAsAnyRestriction | mscorlib.Arg_MarshalAsAnyRestriction | AsAny cannot be used on return types, ByRef parameters, ArrayWithOffset, or parameters passed from unmanaged to managed. | System.ArgumentException |
0xA345008B | 0x80131510 | MethodAccessException | mscorlib.Arg_MethodAccessException | Attempt to access the method failed. | System.MethodAccessException |
0xA345008C | 0x80131510 | MethodAccessExceptionWithCaller | mscorlib.Arg_MethodAccessException_WithCaller | Attempt by security transparent method '{0}' to access security critical method '{1}' failed. | System.MethodAccessException |
0xA345008D | 0x80131510 | MethodAccessExceptionWithMethodName | mscorlib.Arg_MethodAccessException_WithMethodName | Attempt to access the method "{0}" on type "{1}" failed. | System.MethodAccessException |
0xA345008E | 0x80070057 | MissingActivationArguments | mscorlib.Arg_MissingActivationArguments | The AppDomainSetup must specify the activation arguments for this call. | System.ArgumentException |
0xA345008F | 0x80131511 | MissingFieldException | mscorlib.Arg_MissingFieldException | Attempted to access a non-existing field. | System.MissingFieldException |
0xA3450091 | 0x80131512 | MissingMemberException | mscorlib.Arg_MissingMemberException | Attempted to access a missing member. | System.MissingMemberException |
0xA3450092 | 0x80131513 | MissingMethodException | mscorlib.Arg_MissingMethodException | Attempted to access a missing method. | System.MissingMethodException |
0xA3450094 | 0x80070057 | MustBeBoolean | mscorlib.Arg_MustBeBoolean | Object must be of type Boolean. | System.ArgumentException |
0xA3450095 | 0x80070057 | MustBeByte | mscorlib.Arg_MustBeByte | Object must be of type Byte. | System.ArgumentException |
0xA3450096 | 0x80070057 | MustBeChar | mscorlib.Arg_MustBeChar | Object must be of type Char. | System.ArgumentException |
0xA3450097 | 0x80070057 | MustBeDateTime | mscorlib.Arg_MustBeDateTime | Object must be of type DateTime. | System.ArgumentException |
0xA3450098 | 0x80070057 | MustBeDateTimeOffset | mscorlib.Arg_MustBeDateTimeOffset | Object must be of type DateTimeOffset. | System.ArgumentException |
0xA3450099 | 0x80070057 | MustBeDecimal | mscorlib.Arg_MustBeDecimal | Object must be of type Decimal. | System.ArgumentException |
0xA345009A | 0x80070057 | MustBeDelegate | mscorlib.Arg_MustBeDelegate | Type must derive from Delegate. | System.ArgumentException |
0xA345009B | 0x80070057 | MustBeDouble | mscorlib.Arg_MustBeDouble | Object must be of type Double. | System.ArgumentException |
0xA345009C | 0x80070057 | MustBeDriveLetterOrRootDir | mscorlib.Arg_MustBeDriveLetterOrRootDir | Object must be a root directory ("C:") or a drive letter ("C"). | System.ArgumentException |
0xA345009D | 0x80070057 | MustBeEnum | mscorlib.Arg_MustBeEnum | Type provided must be an Enum. | System.ArgumentException |
0xA345009E | 0x80070057 | MustBeEnumBaseTypeOrEnum | mscorlib.Arg_MustBeEnumBaseTypeOrEnum | The value passed in must be an enum base or an underlying type for an enum, such as an Int32. | System.ArgumentException |
0xA345009F | 0x80070057 | MustBeGuid | mscorlib.Arg_MustBeGuid | Object must be of type GUID. | System.ArgumentException |
0xA34500A1 | 0x80070057 | MustBeInt16 | mscorlib.Arg_MustBeInt16 | Object must be of type Int16. | System.ArgumentException |
0xA34500A2 | 0x80070057 | MustBeInt32 | mscorlib.Arg_MustBeInt32 | Object must be of type Int32. | System.ArgumentException |
0xA34500A3 | 0x80070057 | MustBeInt64 | mscorlib.Arg_MustBeInt64 | Object must be of type Int64. | System.ArgumentException |
0xA34500A4 | 0x80070057 | MustBePointer | mscorlib.Arg_MustBePointer | Type must be a Pointer. | System.ArgumentException |
0xA34500A6 | 0x80070057 | MustBeSByte | mscorlib.Arg_MustBeSByte | Object must be of type SByte. | System.ArgumentException |
0xA34500A7 | 0x80070057 | MustBeSingle | mscorlib.Arg_MustBeSingle | Object must be of type Single. | System.ArgumentException |
0xA34500A8 | 0x80070057 | MustBeStatic | mscorlib.Arg_MustBeStatic | Method must be a static method. | System.ArgumentException |
0xA34500A9 | 0x80070057 | MustBeString | mscorlib.Arg_MustBeString | Object must be of type String. | System.ArgumentException |
0xA34500AA | 0x80070057 | MustBeStringPtrNotAtom | mscorlib.Arg_MustBeStringPtrNotAtom | The pointer passed in as a String must not be in the bottom 64K of the process's address space. | System.ArgumentException |
0xA34500AB | 0x80070057 | MustBeTimeSpan | mscorlib.Arg_MustBeTimeSpan | Object must be of type TimeSpan. | System.ArgumentException |
0xA34500AC | 0x80070057 | MustBeTrue | mscorlib.Arg_MustBeTrue | Argument must be true. | System.ArgumentException |
0xA34500AD | 0x80070057 | MustBeType | mscorlib.Arg_MustBeType | Type must be a type provided by the runtime. | System.ArgumentException |
0xA34500AE | 0x80070057 | MustBeUInt16 | mscorlib.Arg_MustBeUInt16 | Object must be of type UInt16. | System.ArgumentException |
0xA34500AF | 0x80070057 | MustBeUInt32 | mscorlib.Arg_MustBeUInt32 | Object must be of type UInt32. | System.ArgumentException |
0xA34500B0 | 0x80070057 | MustBeUInt64 | mscorlib.Arg_MustBeUInt64 | Object must be of type UInt64. | System.ArgumentException |
0xA34500B1 | 0x80070057 | MustBeVersion | mscorlib.Arg_MustBeVersion | Object must be of type Version. | System.ArgumentException |
0xA34500B2 | 0x80070057 | MustContainEnumInfo | mscorlib.Arg_MustContainEnumInfo | Must specify valid information for parsing in the string. | System.ArgumentException |
0xA34500B3 | 0x80070057 | NamedParamNull | mscorlib.Arg_NamedParamNull | Named parameter value must not be null. | System.ArgumentException |
0xA34500B4 | 0x80070057 | NamedParamTooBig | mscorlib.Arg_NamedParamTooBig | Named parameter array cannot be bigger than argument array. | System.ArgumentException |
0xA34500B5 | 0x80070057 | NDirectBadObject | mscorlib.Arg_NDirectBadObject | No PInvoke conversion exists for value passed to Object-typed parameter. | System.ArgumentException |
0xA34500B9 | 0x80070057 | NeedAtLeast1Rank | mscorlib.Arg_NeedAtLeast1Rank | Must provide at least one rank. | System.ArgumentException |
0xA34500BA | 0x80131502 | NegativeArgCount | mscorlib.Arg_NegativeArgCount | Argument count must not be negative. | System.ArgumentOutOfRangeException |
0xA34500BB | 0x80070057 | NoAccessSpec | mscorlib.Arg_NoAccessSpec | Must specify binding flags describing the invoke operation required (BindingFlags.InvokeMethod CreateInstance GetField SetField GetProperty SetProperty). | System.ArgumentException |
0xA34500BC | 0x80131513 | NoDefCTor | mscorlib.Arg_NoDefCTor | No parameterless constructor defined for this object. | System.MissingMethodException |
0xA34500BD | 0x80070057 | NonZeroLowerBound | mscorlib.Arg_NonZeroLowerBound | The lower bound of target array must be zero. | System.ArgumentException |
0xA34500BE | 0x80070057 | NoStaticVirtual | mscorlib.Arg_NoStaticVirtual | Method cannot be both static and virtual. | System.ArgumentException |
0xA34500BF | 0x80131528 | NotFiniteNumberException | mscorlib.Arg_NotFiniteNumberException | Number encountered was not a finite quantity. | System.NotFiniteNumberException |
0xA34500C0 | 0x80131509 | NotGenericMethodDefinition | mscorlib.Arg_NotGenericMethodDefinition | {0} is not a GenericMethodDefinition. MakeGenericMethod may only be called on a method for which MethodBase.IsGenericMethodDefinition is true. | System.InvalidOperationException |
0xA34500C1 | 0x80131509 | NotGenericParameter | mscorlib.Arg_NotGenericParameter | Method may only be called on a Type for which Type.IsGenericParameter is true. | System.InvalidOperationException |
0xA34500C2 | 0x80131509 | NotGenericTypeDefinition | mscorlib.Arg_NotGenericTypeDefinition | {0} is not a GenericTypeDefinition. MakeGenericType may only be called on a type for which Type.IsGenericTypeDefinition is true. | System.InvalidOperationException |
0xA34500C6 | 0x80070057 | ObjObj | mscorlib.Arg_ObjObj | Object type cannot be converted to target type. | System.ArgumentException |
0xA34500C7 | 0x80070057 | ObjObjEx | mscorlib.Arg_ObjObjEx | Object of type '{0}' cannot be converted to type '{1}'. | System.ArgumentException |
0xA34500C8 | 0x80070057 | OleAutDateInvalid | mscorlib.Arg_OleAutDateInvalid | Not a legal OleAut date. | System.ArgumentException |
0xA34500C9 | 0x80070057 | OleAutDateScale | mscorlib.Arg_OleAutDateScale | OleAut date did not convert to a DateTime correctly. | System.ArgumentException |
0xA34500CA | 0x80131516 | OverflowException | mscorlib.Arg_OverflowException | Arithmetic operation resulted in an overflow. | System.OverflowException |
0xA34500CB | 0x80070057 | ParamNameName | mscorlib.Arg_ParamName_Name | Parameter name: {0} | System.ArgumentException |
0xA34500CD | 0x8002000E | ParmCnt | mscorlib.Arg_ParmCnt | Parameter count mismatch. | System.Reflection.TargetParameterCountException |
0xA34500CE | 0x80070057 | Path2IsRooted | mscorlib.Arg_Path2IsRooted | Second path fragment must not be a drive or UNC name. | System.ArgumentException |
0xA34500CF | 0x80070057 | PathGlobalRoot | mscorlib.Arg_PathGlobalRoot | Paths that begin with \?\GlobalRoot are internal to the kernel and should not be opened by managed applications. | System.ArgumentException |
0xA34500D0 | 0x80070057 | PathIllegal | mscorlib.Arg_PathIllegal | The path is not of a legal form. | System.ArgumentException |
0xA34500D1 | 0x80070057 | PathIllegalUNC | mscorlib.Arg_PathIllegalUNC | The UNC path should be of the form \server\share. | System.ArgumentException |
0xA34500D2 | 0x80070057 | PathIsVolume | mscorlib.Arg_PathIsVolume | Path must not be a drive. | System.ArgumentException |
0xA34500D4 | 0x80131515 | PlatformSecureString | mscorlib.Arg_PlatformSecureString | SecureString is only supported on Windows 2000 SP3 and higher platforms. | System.NotSupportedException |
0xA34500D5 | 0x80070057 | PropNotFound | mscorlib.Arg_PropNotFound | Could not find the specified property. | System.ArgumentException |
0xA34500D6 | 0x80070057 | PropSetGet | mscorlib.Arg_PropSetGet | Cannot specify both Get and Set on a property. | System.ArgumentException |
0xA34500D7 | 0x80070057 | PropSetInvoke | mscorlib.Arg_PropSetInvoke | Cannot specify Set on a property and Invoke on a method. | System.ArgumentException |
0xA34500D8 | 0x80131517 | RankException | mscorlib.Arg_RankException | Attempted to operate on an array with the incorrect number of dimensions. | System.RankException |
0xA34500D9 | 0x80070057 | RankIndices | mscorlib.Arg_RankIndices | Indices length does not match the array rank. | System.ArgumentException |
0xA34500DB | 0x80070057 | RanksAndBounds | mscorlib.Arg_RanksAndBounds | Number of lengths and lowerBounds must match. | System.ArgumentException |
0xA34500DC | 0x80131509 | ReflectionOnlyCA | mscorlib.Arg_ReflectionOnlyCA | It is illegal to reflect on the custom attributes of a Type loaded via ReflectionOnlyGetType (see Assembly.ReflectionOnly) -- use CustomAttributeData instead. | System.InvalidOperationException |
0xA34500DD | 0x80131509 | ReflectionOnlyField | mscorlib.Arg_ReflectionOnlyField | It is illegal to get or set the value on a field on a Type loaded via ReflectionOnlyGetType. | System.InvalidOperationException |
0xA34500DE | 0x80070057 | ReflectionOnlyInvoke | mscorlib.Arg_ReflectionOnlyInvoke | It is illegal to invoke a method on a Type loaded via ReflectionOnlyGetType. | System.ArgumentException |
0xA34500DF | 0x80070057 | RegBadKeyKind | mscorlib.Arg_RegBadKeyKind | The specified RegistryValueKind is an invalid value. | System.ArgumentException |
0xA34500E0 | 0x80131620 | RegGetOverflowBug | mscorlib.Arg_RegGetOverflowBug | RegistryKey.GetValue does not allow a String that has a length greater than Int32.MaxValue. | System.IO.IOException |
0xA34500E1 | 0x80070057 | RegInvalidKeyName | mscorlib.Arg_RegInvalidKeyName | Registry key name must start with a valid base key name. | System.ArgumentException |
0xA34500E2 | 0x80070057 | RegKeyDelHive | mscorlib.Arg_RegKeyDelHive | Cannot delete a registry hive's subtree. | System.ArgumentException |
0xA34500E3 | 0x80070057 | RegKeyNoRemoteConnect | mscorlib.Arg_RegKeyNoRemoteConnect | No remote connection to '{0}' while trying to read the registry. | System.ArgumentException |
0xA34500E4 | 0x80131620 | RegKeyNotFound | mscorlib.Arg_RegKeyNotFound | The specified registry key does not exist. | System.IO.IOException |
0xA34500E5 | 0x80070057 | RegKeyOutOfRange | mscorlib.Arg_RegKeyOutOfRange | Registry HKEY was out of the legal range. | System.ArgumentException |
0xA34500E6 | 0x80070057 | RegKeyStrLenBug | mscorlib.Arg_RegKeyStrLenBug | Registry key names should not be greater than 255 characters. | System.ArgumentException |
0xA34500E7 | 0x80070057 | RegSetBadArrType | mscorlib.Arg_RegSetBadArrType | RegistryKey.SetValue does not support arrays of type '{0}'. Only Byte[] and String[] are supported. | System.ArgumentException |
0xA34500E8 | 0x80070057 | RegSetMismatchedKind | mscorlib.Arg_RegSetMismatchedKind | The type of the value object did not match the specified RegistryValueKind or the object could not be properly converted. | System.ArgumentException |
0xA34500E9 | 0x80070057 | RegSetStrArrNull | mscorlib.Arg_RegSetStrArrNull | RegistryKey.SetValue does not allow a String[] that contains a null String reference. | System.ArgumentException |
0xA34500EA | 0x80070057 | RegSubKeyAbsent | mscorlib.Arg_RegSubKeyAbsent | Cannot delete a subkey tree because the subkey does not exist. | System.ArgumentException |
0xA34500EB | 0x80070057 | RegSubKeyValueAbsent | mscorlib.Arg_RegSubKeyValueAbsent | No value exists with that name. | System.ArgumentException |
0xA34500EC | 0x80070057 | RegValStrLenBug | mscorlib.Arg_RegValStrLenBug | Registry value names should not be greater than 16,383 characters. | System.ArgumentException |
0xA34500ED | 0x80070057 | RemoveArgNotFound | mscorlib.Arg_RemoveArgNotFound | Cannot remove the specified item because it was not found in the specified Collection. | System.ArgumentException |
0xA34500EF | 0x80070057 | ResourceFileUnsupportedVersion | mscorlib.Arg_ResourceFileUnsupportedVersion | The ResourceReader class does not know how to read this version of .resources files. Expected version: {0} This file: {1} | System.ArgumentException |
0xA34500F0 | 0x80070057 | ResourceNameNotExist | mscorlib.Arg_ResourceNameNotExist | The specified resource name "{0}" does not exist in the resource file. | System.ArgumentException |
0xA34500F5 | 0x80070057 | SetMethNotFnd | mscorlib.Arg_SetMethNotFnd | Property set method not found. | System.ArgumentException |
0xA34500F7 | 0x80070057 | SurrogatesNotAllowedAsSingleChar | mscorlib.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. | System.ArgumentException |
0xA34500F9 | 0x80131501 | SystemException | mscorlib.Arg_SystemException | System error. | System.SystemException |
0xA34500FE | 0x80131505 | TimeoutException | mscorlib.Arg_TimeoutException | The operation has timed out. | System.TimeoutException |
0xA34500FF | 0x80131543 | TypeAccessException | mscorlib.Arg_TypeAccessException | Attempt to access the type failed. | System.TypeAccessException |
0xA3450101 | 0x80131522 | TypeLoadException | mscorlib.Arg_TypeLoadException | Failure has occurred while loading a type. | System.TypeLoadException |
0xA3450102 | 0x80131522 | TypeLoadNullStr | mscorlib.Arg_TypeLoadNullStr | A null or zero length string does not represent a valid Type. | System.TypeLoadException |
0xA3450103 | 0x80070057 | TypeRefPrimitve | mscorlib.Arg_TypeRefPrimitve | TypedReferences cannot be redefined as primitives. | System.ArgumentException |
0xA3450104 | 0x80131013 | TypeUnloadedException | mscorlib.Arg_TypeUnloadedException | Type had been unloaded. | System.TypeUnloadedException |
0xA3450105 | 0x80070005 | UnauthorizedAccessException | mscorlib.Arg_UnauthorizedAccessException | Attempted to perform an unauthorized operation. | System.UnauthorizedAccessException |
0xA3450106 | 0x80131509 | UnboundGenField | mscorlib.Arg_UnboundGenField | Late bound operations cannot be performed on fields with types for which Type.ContainsGenericParameters is true. | System.InvalidOperationException |
0xA3450107 | 0x80070057 | UnboundGenParam | mscorlib.Arg_UnboundGenParam | Late bound operations cannot be performed on types or methods for which ContainsGenericParameters is true. | System.ArgumentException |
0xA3450108 | 0x80070057 | UnknownTypeCode | mscorlib.Arg_UnknownTypeCode | Unknown TypeCode value. | System.ArgumentException |
0xA3450109 | 0x80070057 | VarMissNull | mscorlib.Arg_VarMissNull | Missing parameter does not have a default value. | System.ArgumentException |
0xA345010A | 0x80070057 | VersionString | mscorlib.Arg_VersionString | Version string portion was too short or too long. | System.ArgumentException |
0xA345010B | 0x80070057 | WrongAsyncResult | mscorlib.Arg_WrongAsyncResult | IAsyncResult object did not come from the corresponding async method on this type. | System.ArgumentException |
0xA345010C | 0x80070057 | WrongType | mscorlib.Arg_WrongType | The value "{0}" is not of type "{1}" and cannot be used in this generic collection. | System.ArgumentException |
0xA345010D | 0x80070057 | AbsolutePathRequired | mscorlib.Argument_AbsolutePathRequired | Absolute path information is required. | System.ArgumentException |
0xA345010E | 0x80070057 | AddingDuplicate | mscorlib.Argument_AddingDuplicate | An item with the same key has already been added. | System.ArgumentException |
0xA345010F | 0x80070057 | AddingDuplicate2 | mscorlib.Argument_AddingDuplicate__ | Item has already been added. Key in dictionary: '{0}' Key being added: '{1}' | System.ArgumentException |
0xA3450110 | 0x80131500 | AdjustmentRulesNoNulls | mscorlib.Argument_AdjustmentRulesNoNulls | The AdjustmentRule array cannot contain null elements. | System.InvalidTimeZoneException |
0xA3450111 | 0x80131500 | AdjustmentRulesOutOfOrder | mscorlib.Argument_AdjustmentRulesOutOfOrder | The elements of the AdjustmentRule array must be in chronological order and must not overlap. | System.InvalidTimeZoneException |
0xA3450112 | 0x80070057 | ALSInvalidSlot | mscorlib.Argument_ALSInvalidSlot | Specified slot number was invalid. | System.ArgumentException |
0xA3450113 | 0x80070057 | ApplicationTrustShouldHaveIdentity | mscorlib.Argument_ApplicationTrustShouldHaveIdentity | An ApplicationTrust must have an application identity before it can be persisted. | System.ArgumentException |
0xA3450114 | 0x80070057 | ArgumentZero | mscorlib.Argument_ArgumentZero | Argument cannot be zero. | System.ArgumentException |
0xA3450118 | 0x80070057 | AssemblyAlreadyFullTrust | mscorlib.Argument_AssemblyAlreadyFullTrust | Assembly was already fully trusted. | System.ArgumentException |
0xA3450119 | 0x80070057 | AssemblyNotFullTrust | mscorlib.Argument_AssemblyNotFullTrust | Assembly was not fully trusted. | System.ArgumentException |
0xA345011A | 0x80070057 | AttributeNamesMustBeUnique | mscorlib.Argument_AttributeNamesMustBeUnique | Attribute names must be unique. | System.ArgumentException |
0xA345011B | 0x80070057 | BadAttributeOnInterfaceMethod | mscorlib.Argument_BadAttributeOnInterfaceMethod | Interface method must be abstract and virtual. | System.ArgumentException |
0xA345011C | 0x80070057 | BadCAForUnmngRSC | mscorlib.Argument_BadCAForUnmngRSC | Bad '{0}' while generating unmanaged resource information. | System.ArgumentException |
0xA345011D | 0x80070057 | BadConstructor | mscorlib.Argument_BadConstructor | Cannot have private or static constructor. | System.ArgumentException |
0xA345011E | 0x80070057 | BadConstructorCallConv | mscorlib.Argument_BadConstructorCallConv | Constructor must have standard calling convention. | System.ArgumentException |
0xA3450120 | 0x80070057 | BadFieldForConstructorBuilder | mscorlib.Argument_BadFieldForConstructorBuilder | Field must be on the same type of the given ConstructorInfo. | System.ArgumentException |
0xA3450121 | 0x80070057 | BadFieldSig | mscorlib.Argument_BadFieldSig | Field signatures do not have return types. | System.ArgumentException |
0xA3450122 | 0x80070057 | BadFieldType | mscorlib.Argument_BadFieldType | Bad field type in defining field. | System.ArgumentException |
0xA3450123 | 0x80070057 | BadImageFormatExceptionResolve | mscorlib.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. | System.ArgumentException |
0xA3450126 | 0x80070057 | BadNestedTypeFlags | mscorlib.Argument_BadNestedTypeFlags | Visibility of interfaces must be one of the following: NestedAssembly, NestedFamANDAssem, NestedFamily, NestedFamORAssem, NestedPrivate or NestedPublic. | System.ArgumentException |
0xA3450127 | 0x80070057 | BadObjRef | mscorlib.Argument_BadObjRef | Invalid ObjRef provided to '{0}'. | System.ArgumentException |
0xA3450128 | 0x80070057 | BadParameterCountsForConstructor | mscorlib.Argument_BadParameterCountsForConstructor | Parameter count does not match passed in argument value count. | System.ArgumentException |
0xA3450129 | 0x80070057 | BadParameterTypeForCAB | mscorlib.Argument_BadParameterTypeForCAB | Cannot emit a CustomAttribute with argument of type {0}. | System.ArgumentException |
0xA345012A | 0x80070057 | BadParameterTypeForConstructor | mscorlib.Argument_BadParameterTypeForConstructor | Passed in argument value at index {0} does not match the parameter type. | System.ArgumentException |
0xA345012C | 0x80070057 | BadPInvokeMethod | mscorlib.Argument_BadPInvokeMethod | PInvoke methods must be static and native and cannot be abstract. | System.ArgumentException |
0xA345012D | 0x80070057 | BadPInvokeOnInterface | mscorlib.Argument_BadPInvokeOnInterface | PInvoke methods cannot exist on interfaces. | System.ArgumentException |
0xA345012E | 0x80070057 | BadPropertyForConstructorBuilder | mscorlib.Argument_BadPropertyForConstructorBuilder | Property must be on the same type of the given ConstructorInfo. | System.ArgumentException |
0xA345012F | 0x80070057 | BadResourceScopeTypeBits | mscorlib.Argument_BadResourceScopeTypeBits | Unknown value for the ResourceScope: {0} Too many resource type bits may be set. | System.ArgumentException |
0xA3450130 | 0x80070057 | BadResourceScopeVisibilityBits | mscorlib.Argument_BadResourceScopeVisibilityBits | Unknown value for the ResourceScope: {0} Too many resource visibility bits may be set. | System.ArgumentException |
0xA3450131 | 0x80070057 | BadSigFormat | mscorlib.Argument_BadSigFormat | Incorrect signature format. | System.ArgumentException |
0xA3450132 | 0x80070057 | BadSizeForData | mscorlib.Argument_BadSizeForData | Data size must be > 0 and < 0x3f0000 | System.ArgumentException |
0xA3450133 | 0x80070057 | BadTypeAttrInvalidLayout | mscorlib.Argument_BadTypeAttrInvalidLayout | Bad type attributes. Invalid layout attribute specified. | System.ArgumentException |
0xA3450134 | 0x80070057 | BadTypeAttrNestedVisibilityOnNonNestedType | mscorlib.Argument_BadTypeAttrNestedVisibilityOnNonNestedType | Bad type attributes. Nested visibility flag set on a non-nested type. | System.ArgumentException |
0xA3450135 | 0x80070057 | BadTypeAttrNonNestedVisibilityNestedType | mscorlib.Argument_BadTypeAttrNonNestedVisibilityNestedType | Bad type attributes. Non-nested visibility flag set on a nested type. | System.ArgumentException |
0xA3450136 | 0x80070057 | BadTypeAttrReservedBitsSet | mscorlib.Argument_BadTypeAttrReservedBitsSet | Bad type attributes. Reserved bits set on the type. | System.ArgumentException |
0xA3450137 | 0x80070057 | BadTypeInCustomAttribute | mscorlib.Argument_BadTypeInCustomAttribute | An invalid type was used as a custom attribute constructor argument, field or property. | System.ArgumentException |
0xA3450138 | 0x80070057 | BlobCannotBeNull | mscorlib.Argument_BlobCannotBeNull | Public key must be specified. | System.ArgumentException |
0xA3450139 | 0x80070057 | CannotGetTypeTokenForByRef | mscorlib.Argument_CannotGetTypeTokenForByRef | Cannot get TypeToken for a ByRef type. | System.ArgumentException |
0xA345013A | 0x80070057 | CannotSetParentToInterface | mscorlib.Argument_CannotSetParentToInterface | Cannot set parent to an interface. | System.ArgumentException |
0xA345013B | 0x80070057 | CodeGroupChildrenMustBeCodeGroups | mscorlib.Argument_CodeGroupChildrenMustBeCodeGroups | All objects in the input list must have a parent type of 'CodeGroup'. | System.ArgumentException |
0xA345013D | 0x80070057 | CompareOptionOrdinal | mscorlib.Argument_CompareOptionOrdinal | CompareOption.Ordinal cannot be used with other options. | System.ArgumentException |
0xA345013E | 0x80070057 | ConflictingDateTimeRoundtripStyles | mscorlib.Argument_ConflictingDateTimeRoundtripStyles | The DateTimeStyles value RoundtripKind cannot be used with the values AssumeLocal, AssumeUniversal or AdjustToUniversal. | System.ArgumentException |
0xA345013F | 0x80070057 | ConflictingDateTimeStyles | mscorlib.Argument_ConflictingDateTimeStyles | The DateTimeStyles values AssumeLocal and AssumeUniversal cannot be used together. | System.ArgumentException |
0xA3450140 | 0x80070057 | ConstantDoesntMatch | mscorlib.Argument_ConstantDoesntMatch | Constant does not match the defined type. | System.ArgumentException |
0xA3450142 | 0x80070057 | ConstantNull | mscorlib.Argument_ConstantNull | Null is not a valid constant value for this type. | System.ArgumentException |
0xA3450143 | 0x80070057 | ConstructorNeedGenericDeclaringType | mscorlib.Argument_ConstructorNeedGenericDeclaringType | The specified constructor must be declared on a generic type definition. | System.ArgumentException |
0xA3450144 | 0x80070057 | ConversionOverflow | mscorlib.Argument_ConversionOverflow | Conversion buffer overflow. | System.ArgumentException |
0xA3450145 | 0x80070057 | ConvertMismatch | mscorlib.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. | System.ArgumentException |
0xA3450147 | 0x80070057 | CultureIsNeutral | mscorlib.Argument_CultureIsNeutral | Culture ID {0} (0x{0:X4}) is a neutral culture; a region cannot be created from it. | System.ArgumentException |
0xA3450149 | 0x80070057 | CustomCultureCannotBePassedByNumber | mscorlib.Argument_CustomCultureCannotBePassedByNumber | Customized cultures cannot be passed by LCID, only by name. | System.ArgumentException |
0xA345014A | 0x80070057 | DataLengthDifferent | mscorlib.Argument_DataLengthDifferent | Parameters 'members' and 'data' must have the same length. | System.ArgumentException |
0xA345014B | 0x80070057 | DateTimeBadBinaryData | mscorlib.Argument_DateTimeBadBinaryData | The binary data must result in a DateTime with ticks between DateTime.MinValue.Ticks and DateTime.MaxValue.Ticks. | System.ArgumentException |
0xA345014C | 0x80070057 | DateTimeHasTicks | mscorlib.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. | System.ArgumentException |
0xA345014D | 0x80070057 | DateTimeHasTimeOfDay | mscorlib.Argument_DateTimeHasTimeOfDay | The supplied DateTime includes a TimeOfDay setting. This is not supported. | System.ArgumentException |
0xA345014E | 0x80070057 | DateTimeIsInvalid | mscorlib.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. | System.ArgumentException |
0xA345014F | 0x80070057 | DateTimeIsNotAmbiguous | mscorlib.Argument_DateTimeIsNotAmbiguous | The supplied DateTime is not in an ambiguous time range. | System.ArgumentException |
0xA3450150 | 0x80070057 | DateTimeKindMustBeUnspecified | mscorlib.Argument_DateTimeKindMustBeUnspecified | The supplied DateTime must have the Kind property set to DateTimeKind.Unspecified. | System.ArgumentException |
0xA3450151 | 0x80070057 | DateTimeOffsetInvalidDateTimeStyles | mscorlib.Argument_DateTimeOffsetInvalidDateTimeStyles | The DateTimeStyles value 'NoCurrentDateDefault' is not allowed when parsing DateTimeOffset. | System.ArgumentException |
0xA3450152 | 0x80070057 | DateTimeOffsetIsNotAmbiguous | mscorlib.Argument_DateTimeOffsetIsNotAmbiguous | The supplied DateTimeOffset is not in an ambiguous time range. | System.ArgumentException |
0xA3450153 | 0x80070057 | DuplicatedFileName | mscorlib.Argument_DuplicatedFileName | Duplicate file names. | System.ArgumentException |
0xA3450155 | 0x80070057 | DuplicateName | mscorlib.Argument_DuplicateName | Tried to add NamedPermissionSet with non-unique name. | System.ArgumentException |
0xA3450156 | 0x80070057 | DuplicateResourceName | mscorlib.Argument_DuplicateResourceName | Duplicate resource name within an assembly. | System.ArgumentException |
0xA3450157 | 0x80070057 | DuplicateTypeName | mscorlib.Argument_DuplicateTypeName | Duplicate type name within an assembly. | System.ArgumentException |
0xA3450159 | 0x80070057 | EmptyApplicationName | mscorlib.Argument_EmptyApplicationName | ApplicationId cannot have an empty string for the name. | System.ArgumentException |
0xA345015A | 0x80070057 | EmptyDecString | mscorlib.Argument_EmptyDecString | Decimal separator cannot be the empty string. | System.ArgumentException |
0xA345015B | 0x80070057 | EmptyFileName | mscorlib.Argument_EmptyFileName | Empty file name is not legal. | System.ArgumentException |
0xA345015D | 0x80070057 | EmptyPath | mscorlib.Argument_EmptyPath | Empty path name is not legal. | System.ArgumentException |
0xA345015E | 0x80070057 | EmptyStrongName | mscorlib.Argument_EmptyStrongName | StrongName cannot have an empty string for the assembly name. | System.ArgumentException |
0xA3450160 | 0x80070057 | EncoderFallbackNotEmpty | mscorlib.Argument_EncoderFallbackNotEmpty | Must complete Convert() operation or call Encoder.Reset() before calling GetBytes() or GetByteCount(). Encoder '{0}' fallback '{1}'. | System.ArgumentException |
0xA3450161 | 0x80070057 | EncodingConversionOverflowBytes | mscorlib.Argument_EncodingConversionOverflowBytes | The output byte buffer is too small to contain the encoded data, encoding '{0}' fallback '{1}'. | System.ArgumentException |
0xA3450162 | 0x80070057 | EncodingConversionOverflowChars | mscorlib.Argument_EncodingConversionOverflowChars | The output char buffer is too small to contain the decoded characters, encoding '{0}' fallback '{1}'. | System.ArgumentException |
0xA3450164 | 0x80070057 | EnumTypeDoesNotMatch | mscorlib.Argument_EnumTypeDoesNotMatch | The argument type, '{0}', is not the same as the enum type '{1}'. | System.ArgumentException |
0xA3450165 | 0x80070057 | FailedCodeGroup | mscorlib.Argument_FailedCodeGroup | Failed to create a code group of type '{0}'. | System.ArgumentException |
0xA3450166 | 0x80070057 | FallbackBufferNotEmpty | mscorlib.Argument_FallbackBufferNotEmpty | Cannot change fallback when buffer is not empty. Previous Convert() call left data in the fallback buffer. | System.ArgumentException |
0xA3450169 | 0x80070057 | FrameworkNameInvalid | mscorlib.Argument_FrameworkNameInvalid | FrameworkName is invalid. | System.ArgumentException |
0xA345016A | 0x80070057 | FrameworkNameMissingVersion | mscorlib.Argument_FrameworkNameMissingVersion | FrameworkName version component is missing. | System.ArgumentException |
0xA345016B | 0x80070057 | FrameworkNameTooShort | mscorlib.Argument_FrameworkNameTooShort | FrameworkName cannot have less than two components or more than three components. | System.ArgumentException |
0xA345016C | 0x80070057 | GenConstraintViolation | mscorlib.Argument_GenConstraintViolation | GenericArguments[{0}], '{1}', on '{2}' violates the constraint of type '{3}'. | System.ArgumentException |
0xA345016D | 0x80070057 | GenericArgsCount | mscorlib.Argument_GenericArgsCount | The number of generic arguments provided doesn't equal the arity of the generic type definition. | System.ArgumentException |
0xA345016E | 0x80070057 | GenericsInvalid | mscorlib.Argument_GenericsInvalid | Generic types are not valid. | System.ArgumentException |
0xA345016F | 0x80070057 | GlobalFunctionHasToBeStatic | mscorlib.Argument_GlobalFunctionHasToBeStatic | Global members must be static. | System.ArgumentException |
0xA3450171 | 0x80070057 | IdnBadBidi | mscorlib.Argument_IdnBadBidi | Left to right characters may not be mixed with right to left characters in IDN labels. | System.ArgumentException |
0xA3450172 | 0x80070057 | IdnBadLabelSize | mscorlib.Argument_IdnBadLabelSize | IDN labels must be between 1 and 63 characters long. | System.ArgumentException |
0xA3450173 | 0x80070057 | IdnBadNameSize | mscorlib.Argument_IdnBadNameSize | IDN names must be between 1 and {0} characters long. | System.ArgumentException |
0xA3450174 | 0x80070057 | IdnBadPunycode | mscorlib.Argument_IdnBadPunycode | Invalid IDN encoded string. | System.ArgumentException |
0xA3450175 | 0x80070057 | IdnBadStd3 | mscorlib.Argument_IdnBadStd3 | Label contains character '{0}' not allowed with UseStd3AsciiRules | System.ArgumentException |
0xA3450176 | 0x80070057 | IdnIllegalName | mscorlib.Argument_IdnIllegalName | Decoded string is not a valid IDN name. | System.ArgumentException |
0xA3450177 | 0x80070057 | IllegalAppId | mscorlib.Argument_IllegalAppId | Application identity does not have same number of components as manifest paths. | System.ArgumentException |
0xA3450178 | 0x80070057 | IllegalAppIdMismatch | mscorlib.Argument_IllegalAppIdMismatch | Application identity does not match identities in manifests. | System.ArgumentException |
0xA3450179 | 0x80070057 | IllegalEnvVarName | mscorlib.Argument_IllegalEnvVarName | Environment variable name cannot contain equal character. | System.ArgumentException |
0xA345017A | 0x80070057 | IllegalName | mscorlib.Argument_IllegalName | Illegal name. | System.ArgumentException |
0xA345017B | 0x80070057 | IllegalZone | mscorlib.Argument_IllegalZone | Illegal security permission zone specified. | System.ArgumentException |
0xA345017C | 0x8013150A | ImpersonateUser | mscorlib.Argument_ImpersonateUser | Unable to impersonate user. | System.Security.SecurityException |
0xA345017D | 0x80070057 | ImplementIComparable | mscorlib.Argument_ImplementIComparable | At least one object must implement IComparable. | System.ArgumentException |
0xA345017E | 0x80070057 | ImproperType | mscorlib.Argument_ImproperType | Improper types in collection. | System.ArgumentException |
0xA3450180 | 0x80070057 | InsufficientSpaceToCopyCollection | mscorlib.Argument_InsufficientSpaceToCopyCollection | The specified space is not sufficient to copy the elements from this Collection. | System.ArgumentException |
0xA3450181 | 0x80070057 | InvalidAnyFlag | mscorlib.Argument_InvalidAnyFlag | No flags can be set. | System.ArgumentException |
0xA3450182 | 0x80070057 | InvalidAppendMode | mscorlib.Argument_InvalidAppendMode | Append access can be requested only in write-only mode. | System.ArgumentException |
0xA3450183 | 0x80070057 | InvalidAppId | mscorlib.Argument_InvalidAppId | Invalid identity: no deployment or application identity specified. | System.ArgumentException |
0xA3450184 | 0x80070057 | InvalidArgumentForComparison | mscorlib.Argument_InvalidArgumentForComparison | Type of argument is not compatible with the generic comparer. | System.ArgumentException |
0xA3450187 | 0x80131502 | InvalidCalendar | mscorlib.Argument_InvalidCalendar | Not a valid calendar for the given culture. | System.ArgumentOutOfRangeException |
0xA3450188 | 0x80070057 | InvalidCharSequence | mscorlib.Argument_InvalidCharSequence | Invalid Unicode code point found at index {0}. | System.ArgumentException |
0xA3450189 | 0x80070057 | InvalidCharSequenceNoIndex | mscorlib.Argument_InvalidCharSequenceNoIndex | String contains invalid Unicode code points. | System.ArgumentException |
0xA345018C | 0x80070057 | InvalidConstructorDeclaringType | mscorlib.Argument_InvalidConstructorDeclaringType | The specified constructor must be declared on the generic type definition of the specified type. | System.ArgumentException |
0xA345018D | 0x80070057 | InvalidConstructorInfo | mscorlib.Argument_InvalidConstructorInfo | The ConstructorInfo object is not valid. | System.ArgumentException |
0xA345018E | 0x80070057 | InvalidCultureName | mscorlib.Argument_InvalidCultureName | Culture name '{0}' is not supported. | System.ArgumentException |
0xA345018F | 0x80070057 | InvalidDateTimeKind | mscorlib.Argument_InvalidDateTimeKind | Invalid DateTimeKind value. | System.ArgumentException |
0xA3450190 | 0x80070057 | InvalidDateTimeStyles | mscorlib.Argument_InvalidDateTimeStyles | An undefined DateTimeStyles value is being used. | System.ArgumentException |
0xA3450191 | 0x80070057 | InvalidDigitSubstitution | mscorlib.Argument_InvalidDigitSubstitution | The DigitSubstitution property must be of a valid member of the DigitShapes enumeration. Valid entries include Context, NativeNational or None. | System.ArgumentException |
0xA3450192 | 0x80070057 | InvalidDirectory | mscorlib.Argument_InvalidDirectory | Invalid directory, '{0}'. | System.ArgumentException |
0xA3450193 | 0x80070057 | InvalidDirectoryOnUrl | mscorlib.Argument_InvalidDirectoryOnUrl | Invalid directory on URL. | System.ArgumentException |
0xA3450194 | 0x80070057 | InvalidElementName | mscorlib.Argument_InvalidElementName | Invalid element name '{0}'. | System.ArgumentException |
0xA3450195 | 0x80070057 | InvalidElementTag | mscorlib.Argument_InvalidElementTag | Invalid element tag '{0}'. | System.ArgumentException |
0xA3450196 | 0x80070057 | InvalidElementText | mscorlib.Argument_InvalidElementText | Invalid element text '{0}'. | System.ArgumentException |
0xA3450197 | 0x80070057 | InvalidElementValue | mscorlib.Argument_InvalidElementValue | Invalid element value '{0}'. | System.ArgumentException |
0xA3450198 | 0x80070057 | InvalidEnum | mscorlib.Argument_InvalidEnum | The Enum type should contain one and only one instance field. | System.ArgumentException |
0xA3450199 | 0x80070057 | InvalidEnumValue | mscorlib.Argument_InvalidEnumValue | The value '{0}' is not valid for this usage of the type {1}. | System.ArgumentException |
0xA345019A | 0x80070057 | InvalidFieldDeclaringType | mscorlib.Argument_InvalidFieldDeclaringType | The specified field must be declared on the generic type definition of the specified type. | System.ArgumentException |
0xA345019B | 0x80070057 | InvalidFieldInfo | mscorlib.Argument_InvalidFieldInfo | The FieldInfo object is not valid. | System.ArgumentException |
0xA345019C | 0x80070057 | InvalidFileModeAccessCombo | mscorlib.Argument_InvalidFileMode&AccessCombo | Combining FileMode: {0} with FileAccess: {1} is invalid. | System.ArgumentException |
0xA345019D | 0x80070057 | InvalidFileModeRightsCombo | mscorlib.Argument_InvalidFileMode&RightsCombo | Combining FileMode: {0} with FileSystemRights: {1} is invalid. | System.ArgumentException |
0xA345019E | 0x80070057 | InvalidFileModeTruncateRightsCombo | mscorlib.Argument_InvalidFileModeTruncate&RightsCombo | Combining FileMode: {0} with FileSystemRights: {1} is invalid. FileMode.Truncate is valid only when used with FileSystemRights.Write. | System.ArgumentException |
0xA345019F | 0x80070057 | InvalidFlag | mscorlib.Argument_InvalidFlag | Value of flags is invalid. | System.ArgumentException |
0xA34501A1 | 0x80070057 | InvalidGroupSize | mscorlib.Argument_InvalidGroupSize | Every element in the value array should be between one and nine, except for the last element, which can be zero. | System.ArgumentException |
0xA34501A2 | 0x80070057 | InvalidHandle2 | mscorlib.Argument_InvalidHandle | The handle is invalid. | System.ArgumentException |
0xA34501A3 | 0x80070057 | InvalidHexFormat | mscorlib.Argument_InvalidHexFormat | Improperly formatted hex string. | System.ArgumentException |
0xA34501A4 | 0x80070057 | InvalidHighSurrogate | mscorlib.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. | System.ArgumentException |
0xA34501A5 | 0x80070057 | InvalidId | mscorlib.Argument_InvalidId | The specified ID parameter '{0}' is not supported. | System.ArgumentException |
0xA34501A6 | 0x80070057 | InvalidImpersonationToken | mscorlib.Argument_InvalidImpersonationToken | Invalid token for impersonation - it cannot be duplicated. | System.ArgumentException |
0xA34501A7 | 0x80070057 | InvalidKey | mscorlib.Argument_InvalidKey | Key was invalid. | System.ArgumentException |
0xA34501A8 | 0x80070057 | InvalidKeyStore | mscorlib.Argument_InvalidKeyStore | '{0}' is not a valid KeyStore name. | System.ArgumentException |
0xA34501A9 | 0x80070057 | InvalidKindOfTypeForCA | mscorlib.Argument_InvalidKindOfTypeForCA | This type cannot be represented as a custom attribute. | System.ArgumentException |
0xA34501AB | 0x80070057 | InvalidLowSurrogate | mscorlib.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. | System.ArgumentException |
0xA34501AC | 0x80070057 | InvalidMarshalByRefObject | mscorlib.Argument_InvalidMarshalByRefObject | The MarshalByRefObject is not valid. | System.ArgumentException |
0xA34501AD | 0x80070057 | InvalidMemberForNamedArgument | mscorlib.Argument_InvalidMemberForNamedArgument | The member must be either a field or a property. | System.ArgumentException |
0xA34501AE | 0x80070057 | InvalidMethodDeclaringType | mscorlib.Argument_InvalidMethodDeclaringType | The specified method must be declared on the generic type definition of the specified type. | System.ArgumentException |
0xA34501AF | 0x80070057 | InvalidName | mscorlib.Argument_InvalidName | Invalid name. | System.ArgumentException |
0xA34501B0 | 0x80070057 | InvalidNativeDigitCount | mscorlib.Argument_InvalidNativeDigitCount | The NativeDigits array must contain exactly ten members. | System.ArgumentException |
0xA34501B1 | 0x80070057 | InvalidNativeDigitValue | mscorlib.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. | System.ArgumentException |
0xA34501B2 | 0x80070057 | InvalidNeutralRegionName | mscorlib.Argument_InvalidNeutralRegionName | The region name {0} should not correspond to neutral culture; a specific culture name is required. | System.ArgumentException |
0xA34501B3 | 0x80070057 | InvalidNormalizationForm | mscorlib.Argument_InvalidNormalizationForm | Invalid or unsupported normalization form. | System.ArgumentException |
0xA34501B4 | 0x80070057 | InvalidNumberStyles | mscorlib.Argument_InvalidNumberStyles | An undefined NumberStyles value is being used. | System.ArgumentException |
0xA34501B5 | 0x80070057 | InvalidOffLen | mscorlib.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. | System.ArgumentException |
0xA34501B6 | 0x80070057 | InvalidOpCodeOnDynamicMethod | mscorlib.Argument_InvalidOpCodeOnDynamicMethod | Ldtoken, Ldftn and Ldvirtftn OpCodes cannot target DynamicMethods. | System.ArgumentException |
0xA34501B7 | 0x80070057 | InvalidParameterInfo | mscorlib.Argument_InvalidParameterInfo | The ParameterInfo object is not valid. | System.ArgumentException |
0xA34501B8 | 0x80070057 | InvalidParamInfo | mscorlib.Argument_InvalidParamInfo | Invalid type for ParameterInfo member in Attribute class. | System.ArgumentException |
0xA34501B9 | 0x80070057 | InvalidPathChars | mscorlib.Argument_InvalidPathChars | Illegal characters in path. | System.ArgumentException |
0xA34501BA | 0x80070057 | InvalidPermissionState | mscorlib.Argument_InvalidPermissionState | Invalid permission state. | System.ArgumentException |
0xA34501BC | 0x80070057 | InvalidREGTZIFORMAT | mscorlib.Argument_InvalidREG_TZI_FORMAT | The REG_TZI_FORMAT structure is corrupt. | System.ArgumentException |
0xA34501BD | 0x80070057 | InvalidRegistryKeyPermissionCheck | mscorlib.Argument_InvalidRegistryKeyPermissionCheck | The specified RegistryKeyPermissionCheck value is invalid. | System.ArgumentException |
0xA34501BE | 0x80070057 | InvalidRegistryOptionsCheck | mscorlib.Argument_InvalidRegistryOptionsCheck | The specified RegistryOptions value is invalid. | System.ArgumentException |
0xA34501BF | 0x80070057 | InvalidRegistryViewCheck | mscorlib.Argument_InvalidRegistryViewCheck | The specified RegistryView value is invalid. | System.ArgumentException |
0xA34501C0 | 0x80070057 | InvalidResourceCultureName | mscorlib.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. | System.ArgumentException |
0xA34501C1 | 0x80070057 | InvalidSafeBufferOffLen | mscorlib.Argument_InvalidSafeBufferOffLen | Offset and length were greater than the size of the SafeBuffer. | System.ArgumentException |
0xA34501C2 | 0x80070057 | InvalidSafeHandle | mscorlib.Argument_InvalidSafeHandle | The SafeHandle is invalid. | System.ArgumentException |
0xA34501C3 | 0x80070057 | InvalidSeekOrigin | mscorlib.Argument_InvalidSeekOrigin | Invalid seek origin. | System.ArgumentException |
0xA34501C5 | 0x80070057 | InvalidSite | mscorlib.Argument_InvalidSite | Invalid site. | System.ArgumentException |
0xA34501C6 | 0x80070057 | InvalidSubPath | mscorlib.Argument_InvalidSubPath | The directory specified, '{0}', is not a subdirectory of '{1}'. | System.ArgumentException |
0xA34501C7 | 0x80070057 | InvalidTimeSpanStyles | mscorlib.Argument_InvalidTimeSpanStyles | An undefined TimeSpanStyles value is being used. | System.ArgumentException |
0xA34501C8 | 0x80070057 | InvalidToken | mscorlib.Argument_InvalidToken | Token {0:x} is not valid in the scope of module {1}. | System.ArgumentException |
0xA34501C9 | 0x80070057 | InvalidType | mscorlib.Argument_InvalidType | The type of arguments passed into generic comparer methods is invalid. | System.ArgumentException |
0xA34501CA | 0x80070057 | InvalidTypeForCA | mscorlib.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}'. | System.ArgumentException |
0xA34501CB | 0x80070057 | InvalidTypeForDynamicMethod | mscorlib.Argument_InvalidTypeForDynamicMethod | Invalid type owner for DynamicMethod. | System.ArgumentException |
0xA34501CC | 0x80070057 | InvalidTypeName | mscorlib.Argument_InvalidTypeName | The name of the type is invalid. | System.ArgumentException |
0xA34501CD | 0x80070057 | InvalidTypeToken | mscorlib.Argument_InvalidTypeToken | Token {0:x} is not a valid Type token. | System.ArgumentException |
0xA34501CE | 0x80070057 | InvalidUnity | mscorlib.Argument_InvalidUnity | Invalid Unity type. | System.ArgumentException |
0xA34501CF | 0x80070057 | InvalidUrl | mscorlib.Argument_InvalidUrl | Invalid URL. | System.ArgumentException |
0xA34501D0 | 0x80070057 | InvalidValue | mscorlib.Argument_InvalidValue | Value was invalid. | System.ArgumentException |
0xA34501D1 | 0x80070057 | InvalidXML | mscorlib.Argument_InvalidXML | Invalid Xml. | System.ArgumentException |
0xA34501D2 | 0x80070057 | InvalidXMLBadVersion | mscorlib.Argument_InvalidXMLBadVersion | Invalid Xml - can only parse elements of version one. | System.ArgumentException |
0xA34501D3 | 0x80070057 | InvalidXMLElement | mscorlib.Argument_InvalidXMLElement | Invalid XML. Missing required tag <{0}> for type '{1}'. | System.ArgumentException |
0xA34501D4 | 0x80070057 | InvalidXMLMissingAttr | mscorlib.Argument_InvalidXMLMissingAttr | Invalid XML. Missing required attribute '{0}'. | System.ArgumentException |
0xA34501D5 | 0x80070057 | ItemNotExist | mscorlib.Argument_ItemNotExist | The specified item does not exist in this KeyedCollection. | System.ArgumentException |
0xA34501D6 | 0x80070057 | LargeInteger | mscorlib.Argument_LargeInteger | Integer or token was too large to be encoded. | System.ArgumentException |
0xA34501D7 | 0x80070057 | LongEnvVarName | mscorlib.Argument_LongEnvVarName | Environment variable name cannot contain 1024 or more characters. | System.ArgumentException |
0xA34501D8 | 0x80070057 | LongEnvVarValue | mscorlib.Argument_LongEnvVarValue | Environment variable name or value is too long. | System.ArgumentException |
0xA34501DF | 0x80131502 | MinMaxValue | mscorlib.Argument_MinMaxValue | '{0}' cannot be greater than {1}. | System.ArgumentOutOfRangeException |
0xA34501E2 | 0x80070057 | MustBeFalse | mscorlib.Argument_MustBeFalse | Argument must be initialized to false | System.ArgumentException |
0xA34501E3 | 0x80070057 | MustBeInterfaceMethod | mscorlib.Argument_MustBeInterfaceMethod | The MemberInfo must be an interface method. | System.ArgumentException |
0xA34501E5 | 0x80070057 | MustBeRuntimeFieldInfo | mscorlib.Argument_MustBeRuntimeFieldInfo | FieldInfo must be a runtime FieldInfo object. | System.ArgumentException |
0xA34501E6 | 0x80070057 | MustBeRuntimeMethodInfo | mscorlib.Argument_MustBeRuntimeMethodInfo | MethodInfo must be a runtime MethodInfo object. | System.ArgumentException |
0xA34501E8 | 0x80070057 | MustBeRuntimeReflectionObject | mscorlib.Argument_MustBeRuntimeReflectionObject | The object must be a runtime Reflection object. | System.ArgumentException |
0xA34501EA | 0x80070057 | MustBeTypeBuilder | mscorlib.Argument_MustBeTypeBuilder | 'type' must contain a TypeBuilder as a generic argument. | System.ArgumentException |
0xA34501EB | 0x80070057 | MustHaveAttributeBaseClass | mscorlib.Argument_MustHaveAttributeBaseClass | Type passed in must be derived from System.Attribute or System.Attribute itself. | System.ArgumentException |
0xA34501EC | 0x80070057 | MustSupplyContainer | mscorlib.Argument_MustSupplyContainer | When supplying a FieldInfo for fixing up a nested type, a valid ID for that containing object must also be supplied. | System.ArgumentException |
0xA34501ED | 0x80070057 | MustSupplyParent | mscorlib.Argument_MustSupplyParent | When supplying the ID of a containing object, the FieldInfo that identifies the current field within that object must also be supplied. | System.ArgumentException |
0xA34501EE | 0x80070057 | NativeResourceAlreadyDefined | mscorlib.Argument_NativeResourceAlreadyDefined | Native resource has already been defined. | System.ArgumentException |
0xA34501EF | 0x80070057 | NeedGenericMethodDefinition | mscorlib.Argument_NeedGenericMethodDefinition | Method must represent a generic method definition on a generic type definition. | System.ArgumentException |
0xA34501F0 | 0x80070057 | NeedNonGenericType | mscorlib.Argument_NeedNonGenericType | The specified Type must not be a generic type definition. | System.ArgumentException |
0xA34501F1 | 0x80070057 | NeverValidGenericArgument | mscorlib.Argument_NeverValidGenericArgument | The type '{0}' may not be used as a type argument. | System.ArgumentException |
0xA34501F2 | 0x80070057 | NoClass | mscorlib.Argument_NoClass | Element does not specify a class. | System.ArgumentException |
0xA34501F3 | 0x80131522 | NoDomainManager | mscorlib.Argument_NoDomainManager | The domain manager specified by the host could not be instantiated. | System.TypeLoadException |
0xA34501F4 | 0x80070057 | NoEra | mscorlib.Argument_NoEra | No Era was supplied. | System.ArgumentException |
0xA34501F5 | 0x80070057 | NoMain | mscorlib.Argument_NoMain | Main entry point not defined. | System.ArgumentException |
0xA34501F7 | 0x80070057 | NoNestedMarshal | mscorlib.Argument_NoNestedMarshal | Only LPArray or SafeArray has nested unmanaged marshal. | System.ArgumentException |
0xA34501F8 | 0x80070057 | NonNullObjAndCtx | mscorlib.Argument_NonNullObjAndCtx | Either obj or ctx must be null. | System.ArgumentException |
0xA34501F9 | 0x80070057 | NoNPMS | mscorlib.Argument_NoNPMS | Unable to find a permission set with the provided name. | System.ArgumentException |
0xA34501FA | 0x80070057 | NoRegionInvariantCulture | mscorlib.Argument_NoRegionInvariantCulture | There is no region associated with the Invariant Culture (Culture ID: 0x7F). | System.ArgumentException |
0xA34501FB | 0x80070057 | NotACodeGroupType | mscorlib.Argument_NotACodeGroupType | The type does not inherit from CodeGroup | System.ArgumentException |
0xA34501FC | 0x80070057 | NotACustomMarshaler | mscorlib.Argument_NotACustomMarshaler | Not a custom marshal. | System.ArgumentException |
0xA34501FD | 0x80070057 | NotAMembershipCondition | mscorlib.Argument_NotAMembershipCondition | The type does not implement IMembershipCondition | System.ArgumentException |
0xA34501FE | 0x80070057 | NotAPermissionElement | mscorlib.Argument_NotAPermissionElement | 'elem' was not a permission element. | System.ArgumentException |
0xA34501FF | 0x80070057 | NotAPermissionType | mscorlib.Argument_NotAPermissionType | The type does not implement IPermission | System.ArgumentException |
0xA3450200 | 0x80070057 | NotASimpleNativeType | mscorlib.Argument_NotASimpleNativeType | The UnmanagedType passed to DefineUnmanagedMarshal is not a simple type. None of the following values may be used: UnmanagedType.ByValTStr, UnmanagedType.SafeArray, UnmanagedType.ByValArray, UnmanagedType.LPArray, UnmanagedType.CustomMarshaler. | System.ArgumentException |
0xA3450201 | 0x80070057 | NotAWritableProperty | mscorlib.Argument_NotAWritableProperty | Not a writable property. | System.ArgumentException |
0xA3450202 | 0x80070057 | NotEnoughBytesToRead | mscorlib.Argument_NotEnoughBytesToRead | There are not enough bytes remaining in the accessor to read at this position. | System.ArgumentException |
0xA3450203 | 0x80070057 | NotEnoughBytesToWrite | mscorlib.Argument_NotEnoughBytesToWrite | There are not enough bytes remaining in the accessor to write at this position. | System.ArgumentException |
0xA3450204 | 0x80070057 | NotEnoughGenArguments | mscorlib.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. | System.ArgumentException |
0xA345020A | 0x80070057 | NotSimpleFileName | mscorlib.Argument_NotSimpleFileName | The filename must not include a path specification. | System.ArgumentException |
0xA345020B | 0x80070057 | NoUnmanagedElementCount | mscorlib.Argument_NoUnmanagedElementCount | Unmanaged marshal does not have ElementCount. | System.ArgumentException |
0xA345020C | 0x80070057 | NPMSInUse | mscorlib.Argument_NPMSInUse | Permission set '{0}' was in use and could not be deleted. | System.ArgumentException |
0xA345020D | 0x80070057 | NPMSInvalidName | mscorlib.Argument_NPMSInvalidName | Name can be neither null nor empty. | System.ArgumentException |
0xA345020E | 0x80070057 | NullFullTrustAssembly | mscorlib.Argument_NullFullTrustAssembly | A null StrongName was found in the full trust assembly list. | System.ArgumentException |
0xA345020F | 0x80070057 | ObjIsWinRTObject | mscorlib.Argument_ObjIsWinRTObject | The object's type must not be a Windows Runtime type. | System.ArgumentException |
0xA3450210 | 0x80070057 | ObjNotComObject | mscorlib.Argument_ObjNotComObject | The object's type must be __ComObject or derived from __ComObject. | System.ArgumentException |
0xA3450211 | 0x80070057 | OffsetAndCapacityOutOfBounds | mscorlib.Argument_OffsetAndCapacityOutOfBounds | Offset and capacity were greater than the size of the view. | System.ArgumentException |
0xA3450212 | 0x80070057 | OffsetAndLengthOutOfBounds | mscorlib.Argument_OffsetAndLengthOutOfBounds | Offset and length were out of bounds for the array or count is greater than the number of elements from index to the end of the source collection. | System.ArgumentException |
0xA3450213 | 0x80070057 | OffsetLocalMismatch | mscorlib.Argument_OffsetLocalMismatch | The UTC Offset of the local dateTime parameter does not match the offset argument. | System.ArgumentException |
0xA3450214 | 0x80070057 | OffsetOfFieldNotFound | mscorlib.Argument_OffsetOfFieldNotFound | Field passed in is not a marshaled member of the type '{0}'. | System.ArgumentException |
0xA3450215 | 0x80131502 | OffsetOutOfRange | mscorlib.Argument_OffsetOutOfRange | Offset must be within plus or minus 14 hours. | System.ArgumentOutOfRangeException |
0xA3450216 | 0x80070057 | OffsetPrecision | mscorlib.Argument_OffsetPrecision | Offset must be specified in whole minutes. | System.ArgumentException |
0xA3450217 | 0x80070057 | OffsetUtcMismatch | mscorlib.Argument_OffsetUtcMismatch | The UTC Offset for Utc DateTime instances must be 0. | System.ArgumentException |
0xA3450219 | 0x80070057 | OnlyMscorlib | mscorlib.Argument_OnlyMscorlib | Only mscorlib's assembly is valid. | System.ArgumentException |
0xA345021A | 0x80070057 | OutOfOrderDateTimes | mscorlib.Argument_OutOfOrderDateTimes | The DateStart property must come before the DateEnd property. | System.ArgumentException |
0xA345021B | 0x80070057 | PathEmpty | mscorlib.Argument_PathEmpty | Path cannot be the empty string or all whitespace. | System.ArgumentException |
0xA345021E | 0x80070057 | PolicyFileDoesNotExist | mscorlib.Argument_PolicyFileDoesNotExist | The requested policy file does not exist. | System.ArgumentException |
0xA345021F | 0x80070057 | RecursiveFallback | mscorlib.Argument_RecursiveFallback | Recursive fallback not allowed for character \u{0:X4}. | System.ArgumentException |
0xA3450220 | 0x80070057 | RecursiveFallbackBytes | mscorlib.Argument_RecursiveFallbackBytes | Recursive fallback not allowed for bytes {0}. | System.ArgumentException |
0xA3450222 | 0x80070057 | RelativeUrlMembershipCondition | mscorlib.Argument_RelativeUrlMembershipCondition | UrlMembershipCondition requires an absolute URL. | System.ArgumentException |
0xA3450223 | 0x80070057 | ReservedNPMS | mscorlib.Argument_ReservedNPMS | Cannot remove or modify reserved permissions set '{0}'. | System.ArgumentException |
0xA3450224 | 0x80070057 | ResolveField | mscorlib.Argument_ResolveField | Token {0:x} is not a valid FieldInfo token in the scope of module {1}. | System.ArgumentException |
0xA3450225 | 0x80070057 | ResolveFieldHandle | mscorlib.Argument_ResolveFieldHandle | Type handle '{0}' and field handle with declaring type '{1}' are incompatible. Get RuntimeFieldHandle and declaring RuntimeTypeHandle off the same FieldInfo. | System.ArgumentException |
0xA3450226 | 0x80070057 | ResolveMember | mscorlib.Argument_ResolveMember | Token {0:x} is not a valid MemberInfo token in the scope of module {1}. | System.ArgumentException |
0xA3450227 | 0x80070057 | ResolveMethod | mscorlib.Argument_ResolveMethod | Token {0:x} is not a valid MethodBase token in the scope of module {1}. | System.ArgumentException |
0xA3450228 | 0x80070057 | ResolveMethodHandle | mscorlib.Argument_ResolveMethodHandle | Type handle '{0}' and method handle with declaring type '{1}' are incompatible. Get RuntimeMethodHandle and declaring RuntimeTypeHandle off the same MethodBase. | System.ArgumentException |
0xA345022A | 0x80070057 | ResolveString | mscorlib.Argument_ResolveString | Token {0:x} is not a valid string token in the scope of module {1}. | System.ArgumentException |
0xA345022B | 0x80070057 | ResolveType | mscorlib.Argument_ResolveType | Token {0:x} is not a valid Type token in the scope of module {1}. | System.ArgumentException |
0xA345022C | 0x80070057 | ResourceScopeWrongDirection | mscorlib.Argument_ResourceScopeWrongDirection | Resource type in the ResourceScope enum is going from a more restrictive resource type to a more general one. From: "{0}" To: "{1}" | System.ArgumentException |
0xA345022D | 0x80070057 | ResultCalendarRange | mscorlib.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. | System.ArgumentException |
0xA345022F | 0x80070057 | ShouldOnlySetVisibilityFlags | mscorlib.Argument_ShouldOnlySetVisibilityFlags | Should only set visibility flags when creating EnumBuilder. | System.ArgumentException |
0xA3450230 | 0x80070057 | SigIsFinalized | mscorlib.Argument_SigIsFinalized | Completed signature cannot be modified. | System.ArgumentException |
0xA3450231 | 0x80070057 | SiteCannotBeNull | mscorlib.Argument_SiteCannotBeNull | Site name must be specified. | System.ArgumentException |
0xA3450232 | 0x80070057 | StreamNotReadable | mscorlib.Argument_StreamNotReadable | Stream was not readable. | System.ArgumentException |
0xA3450233 | 0x80070057 | StreamNotWritable | mscorlib.Argument_StreamNotWritable | Stream was not writable. | System.ArgumentException |
0xA3450234 | 0x80070057 | StringFirstCharIsZero | mscorlib.Argument_StringFirstCharIsZero | The first char in the string is the null character. | System.ArgumentException |
0xA3450235 | 0x80070057 | StringZeroLength | mscorlib.Argument_StringZeroLength | String cannot be of zero length. | System.ArgumentException |
0xA3450236 | 0x80070057 | StrongNameGetPublicKey | mscorlib.Argument_StrongNameGetPublicKey | Unable to obtain public key for StrongNameKeyPair. | System.ArgumentException |
0xA3450237 | 0x80070057 | TimeSpanHasSeconds | mscorlib.Argument_TimeSpanHasSeconds | The TimeSpan parameter cannot be specified more precisely than whole minutes. | System.ArgumentException |
0xA3450238 | 0x80070057 | ToExclusiveLessThanFromExclusive | mscorlib.Argument_ToExclusiveLessThanFromExclusive | fromInclusive must be less than or equal to toExclusive. | System.ArgumentException |
0xA3450239 | 0x80070057 | TokenZero | mscorlib.Argument_TokenZero | Token cannot be zero. | System.ArgumentException |
0xA345023B | 0x80070057 | TransitionTimesAreIdentical | mscorlib.Argument_TransitionTimesAreIdentical | The DaylightTransitionStart property must not equal the DaylightTransitionEnd property. | System.ArgumentException |
0xA3450245 | 0x80070057 | UnableToGeneratePermissionSet | mscorlib.Argument_UnableToGeneratePermissionSet | Unable to generate permission set; input XML may be malformed. | System.ArgumentException |
0xA3450247 | 0x80070057 | UnexpectedTypeSource | mscorlib.Argument_Unexpected_TypeSource | Unexpected TypeKind when marshaling Windows.Foundation.TypeName. | System.ArgumentException |
0xA3450248 | 0x80070057 | UninitializedCertificate | mscorlib.Argument_UninitializedCertificate | Uninitialized certificate object. | System.ArgumentException |
0xA3450249 | 0x80070057 | UnknownUnmanagedCallConv | mscorlib.Argument_UnknownUnmanagedCallConv | Unknown unmanaged calling convention for function signature. | System.ArgumentException |
0xA345024A | 0x80070057 | UnmanagedMemAccessorWrapAround | mscorlib.Argument_UnmanagedMemAccessorWrapAround | The UnmanagedMemoryAccessor capacity and offset would wrap around the high end of the address space. | System.ArgumentException |
0xA345024D | 0x80070057 | UnrecognizedLoaderOptimization | mscorlib.Argument_UnrecognizedLoaderOptimization | Unrecognized LOADER_OPTIMIZATION property value. Supported values may include "SingleDomain", "MultiDomain", "MultiDomainHost", and "NotSpecified". | System.ArgumentException |
0xA345024E | 0x80070057 | UrlCannotBeNull | mscorlib.Argument_UrlCannotBeNull | URL must be specified. | System.ArgumentException |
0xA345024F | 0x80131502 | UTCOutOfRange | mscorlib.Argument_UTCOutOfRange | The UTC time represented when the offset is applied must be between year 0 and 10,000. | System.ArgumentOutOfRangeException |
0xA3450250 | 0x80070057 | WaitHandleNameTooLong | mscorlib.Argument_WaitHandleNameTooLong | The name can be no more than 260 characters in length. | System.ArgumentException |
0xA3450251 | 0x80070057 | WinRTSystemRuntimeType | mscorlib.Argument_WinRTSystemRuntimeType | Cannot marshal type '{0}' to Windows Runtime. Only 'System.RuntimeType' is supported. | System.ArgumentException |
0xA3450252 | 0x80070057 | WrongElementType | mscorlib.Argument_WrongElementType | '{0}' element required. | System.ArgumentException |
0xA3450253 | 0x80070057 | WrongType2 | mscorlib.Argument_WrongType | Operation on type '{0}' attempted with target of incorrect type. | System.ArgumentException |
0xA3450254 | 0x80070057 | ZoneCannotBeNull | mscorlib.Argument_ZoneCannotBeNull | Zone must be specified. | System.ArgumentException |
0xA3450255 | 0x80070057 | ExceptionBadMethodImplBody | mscorlib.ArgumentException_BadMethodImplBody | MethodOverride's body must be from this type. | System.ArgumentException |
0xA3450256 | 0x80070057 | ExceptionInvalidAceBinaryForm | mscorlib.ArgumentException_InvalidAceBinaryForm | The binary form of an ACE object is invalid. | System.ArgumentException |
0xA3450257 | 0x80070057 | ExceptionInvalidAclBinaryForm | mscorlib.ArgumentException_InvalidAclBinaryForm | The binary form of an ACL object is invalid. | System.ArgumentException |
0xA3450258 | 0x80070057 | ExceptionInvalidSDSddlForm | mscorlib.ArgumentException_InvalidSDSddlForm | The SDDL form of a security descriptor object is invalid. | System.ArgumentException |
0xA3450259 | 0x80070057 | ExceptionMinSortingVersion | mscorlib.ArgumentException_MinSortingVersion | The runtime does not support a version of "{0}" less than {1}. | System.ArgumentException |
0xA345025A | 0x80070057 | ExceptionNotAllCustomSortingFuncsDefined | mscorlib.ArgumentException_NotAllCustomSortingFuncsDefined | Implementations of all the NLS functions must be provided. | System.ArgumentException |
0xA345025C | 0x80070057 | ExceptionTupleIncorrectType | mscorlib.ArgumentException_TupleIncorrectType | Argument must be of type {0}. | System.ArgumentException |
0xA345025D | 0x80070057 | ExceptionTupleLastArgumentNotATuple | mscorlib.ArgumentException_TupleLastArgumentNotATuple | The last element of an eight element Tuple must be a Tuple. | System.ArgumentException |
0xA3450365 | 0x80070057 | GACToString | mscorlib.GAC_ToString | GAC | System.ArgumentException |
0xA3450558 | 0x80070057 | ResourcesStreamNotValid | mscorlib.Resources_StreamNotValid | Stream is not a valid resource file. | System.ArgumentException |
0xA34505D0 | 0x80070057 | StrongNameName | mscorlib.StrongName_Name | name = {0} | System.ArgumentException |
0xA34505D1 | 0x80070057 | StrongNameToString | mscorlib.StrongName_ToString | StrongName - {0}{1}{2} | System.ArgumentException |
0xA34505D2 | 0x80070057 | StrongNameVersion | mscorlib.StrongName_Version | version = {0} | System.ArgumentException |
0xA345060A | 0x80070057 | UrlToString | mscorlib.Url_ToString | Url | System.ArgumentException |
0xA345060B | 0x80070057 | UrlToStringArg | mscorlib.Url_ToStringArg | Url - {0} | System.ArgumentException |
0xA3450641 | CannotHaveNegativeValue | mscorlib.Arg_CannotHaveNegativeValue | String cannot contain a minus sign if the base is not 10. | ||
0xA3450642 | CorruptedCustomCultureFile | mscorlib.Arg_CorruptedCustomCultureFile | The file of the custom culture {0} is corrupt. Try to unregister this culture. | ||
0xA3450648 | EnumMustHaveUnderlyingValueField | mscorlib.Arg_EnumMustHaveUnderlyingValueField | All enums must have an underlying value__ field. | ||
0xA3450657 | ImporterLoadFailure | mscorlib.Arg_ImporterLoadFailure | The type library importer encountered an error during type verification. Try importing without class members. | ||
0xA345065A | InvalidANSIString | mscorlib.Arg_InvalidANSIString | The ANSI string passed in could not be converted from the default ANSI code page to Unicode. | ||
0xA345065B | InvalidUTF8String | mscorlib.Arg_InvalidUTF8String | The UTF8 string passed in could not be converted to Unicode. | ||
0xA3450650 | MustAllBeRuntimeType | mscorlib.Arg_MustAllBeRuntimeType | At least one type argument is not a runtime type. | ||
0xA345064F | MustBeInterface | mscorlib.Arg_MustBeInterface | Type passed must be an interface. | ||
0xA3450654 | NoITypeInfo | mscorlib.Arg_NoITypeInfo | Specified TypeInfo was invalid because it did not support the ITypeInfo interface. | ||
0xA3450656 | NoImporterCallback | mscorlib.Arg_NoImporterCallback | Specified type library importer callback was invalid because it did not support the ITypeLibImporterNotifySink interface. | ||
0xA3450651 | NotFoundIFace | mscorlib.Arg_NotFoundIFace | Interface not found. | ||
0xA3450653 | NullIndex | mscorlib.Arg_NullIndex | Arrays indexes must be set to an object instance. | ||
0xA345064A | ParameterInfoNullMember | mscorlib.Arg_ParameterInfoNullMember | The MemberInfo object defining the parameter cannot be null. | ||
0xA3450652 | PrimWiden | mscorlib.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. | ||
0xA3450643 | RWLockRestoreException | mscorlib.Arg_RWLockRestoreException | ReaderWriterLock.RestoreLock was called without releasing all locks acquired since the call to ReleaseLock. | ||
0xA3450791 | ExceptionTupleNonIComparableElement | mscorlib.ArgumentException_TupleNonIComparableElement | The tuple contains an element of type {0} which does not implement the IComparable interface. | ||
0xA3450C63 | ExceptionValueTupleIncorrectType | mscorlib.ArgumentException_ValueTupleIncorrectType | Argument must be of type {0}. | ||
0xA3450C64 | ExceptionValueTupleLastArgumentNotAValueTuple | mscorlib.ArgumentException_ValueTupleLastArgumentNotAValueTuple | The last element of an eight element ValueTuple must be a ValueTuple. | ||
0xA3450659 | ALSInvalidCapacity | mscorlib.Argument_ALSInvalidCapacity | Specified capacity must not be less than the current capacity. | ||
0xA345078B | AdjustmentRulesAmbiguousOverlap | mscorlib.Argument_AdjustmentRulesAmbiguousOverlap | The elements of the AdjustmentRule array must not contain ambiguous time periods that extend beyond the DateStart or DateEnd properties of the element. | ||
0xA345078E | AdjustmentRulesInvalidOverlap | mscorlib.Argument_AdjustmentRulesInvalidOverlap | The elements of the AdjustmentRule array must not contain invalid time periods that extend beyond the DateStart or DateEnd properties of the element. | ||
0xA345078C | AdjustmentRulesrDaylightSavingTimeOverlap | mscorlib.Argument_AdjustmentRulesrDaylightSavingTimeOverlap | The elements of the AdjustmentRule array must not contain Daylight Saving Time periods that overlap adjacent elements in such a way as to cause invalid or ambiguous time periods. | ||
0xA345078D | AdjustmentRulesrDaylightSavingTimeOverlapNonRuleRange | mscorlib.Argument_AdjustmentRulesrDaylightSavingTimeOverlapNonRuleRange | The elements of the AdjustmentRule array must not contain Daylight Saving Time periods that overlap the DateStart or DateEnd properties in such a way as to cause invalid or ambiguous time periods. | ||
0xA345067C | AlreadyACCW | mscorlib.Argument_AlreadyACCW | The object already has a CCW associated with it. | ||
0xA3450C68 | AlreadyBoundOrSyncHandle | mscorlib.Argument_AlreadyBoundOrSyncHandle | 'handle' has already been bound to the thread pool, or was not opened for asynchronous I/O. | ||
0xA3450664 | AssemblyWinMD | mscorlib.Argument_AssemblyWinMD | Assembly must not be a Windows Runtime assembly. | ||
0xA345066E | BadConstantValue | mscorlib.Argument_BadConstantValue | Bad default value. | ||
0xA3450669 | BadCurrentLocalVariable | mscorlib.Argument_BadCurrentLocalVariable | Bad current local variable for setting symbol information. | ||
0xA3450660 | BadFormatSpecifier | mscorlib.Argument_BadFormatSpecifier | Format specifier was invalid. | ||
0xA345066C | BadTypeAttrAbstractNFinal | mscorlib.Argument_BadTypeAttrAbstractNFinal | Bad type attributes. A type cannot be both abstract and final. | ||
0xA3450671 | CORDBBadMethod | mscorlib.Argument_CORDBBadMethod | Cannot find the method on the object instance. | ||
0xA3450670 | CORDBBadVarArgCallConv | mscorlib.Argument_CORDBBadVarArgCallConv | Cannot evaluate a VarArgs function. | ||
0xA3450668 | CannotPrepareAbstract | mscorlib.Argument_CannotPrepareAbstract | Abstract methods cannot be prepared. | ||
0xA3450665 | CantCallSecObjFunc | mscorlib.Argument_CantCallSecObjFunc | Cannot evaluate a security function. | ||
0xA345063B | CultureInvalidFormat | mscorlib.Argument_CultureInvalidFormat | Culture '{0}' is a neutral culture. It cannot be used in formatting and parsing and therefore cannot be set as the thread's current culture. | ||
0xA345063A | CultureInvalidIdentifier | mscorlib.Argument_CultureInvalidIdentifier | {0} is an invalid culture identifier. | ||
0xA3450781 | CustomAssemblyLoadContextRequestedNameMismatch | mscorlib.Argument_CustomAssemblyLoadContextRequestedNameMismatch | Resolved assembly's simple name should be the same as of the requested assembly. | ||
0xA3450C6A | EmptyValue | mscorlib.Argument_EmptyValue | Value cannot be empty. | ||
0xA345063F | EnumIsNotIntOrShort | mscorlib.Argument_EnumIsNotIntOrShort | The underlying type of enum argument must be Int32 or Int16. | ||
0xA345067A | HandleLeak | mscorlib.Argument_HandleLeak | Cannot pass a GCHandle across AppDomains. | ||
0xA345063C | IllegalAppBase | mscorlib.Argument_IllegalAppBase | The application base specified is not valid. | ||
0xA3450663 | InterfaceMap | mscorlib.Argument_InterfaceMap | 'this' type cannot be an interface itself. | ||
0xA345066A | InvalidAssemblyName | mscorlib.Argument_InvalidAssemblyName | Assembly names may not begin with whitespace or contain the characters '/', or '' or ':'. | ||
0xA345063E | InvalidGenericArg | mscorlib.Argument_InvalidGenericArg | The generic type parameter was not valid | ||
0xA345066B | InvalidGenericInstantiation | mscorlib.Argument_InvalidGenericInstantiation | The given generic instantiation was invalid. | ||
0xA345065D | InvalidNumberOfMembers | mscorlib.Argument_InvalidNumberOfMembers | MemberData contains an invalid number of members. | ||
0xA3450646 | InvalidRegionName | mscorlib.Argument_InvalidRegionName | Region name '{0}' is not supported. | ||
0xA3450679 | MustBeRuntimeParameterInfo | mscorlib.Argument_MustBeRuntimeParameterInfo | ParameterInfo must be a runtime ParameterInfo object. | ||
0xA3450677 | MustBeString2 | mscorlib.Argument_MustBeString | String is too long or has invalid contents. | ||
0xA3450675 | MustHaveLayoutOrBeBlittable | mscorlib.Argument_MustHaveLayoutOrBeBlittable | The specified structure must be blittable or have layout information. | ||
0xA3450645 | NameContainsInvalidCharacters | mscorlib.Argument_NameContainsInvalidCharacters | The name '{0}' contains characters that are not valid for a Culture or Region. | ||
0xA3450644 | NameTooLong | mscorlib.Argument_NameTooLong | The name '{0}' is too long to be a Culture or Region name, which is limited to {1} characters. | ||
0xA3450C67 | NativeOverlappedAlreadyFree | mscorlib.Argument_NativeOverlappedAlreadyFree | 'overlapped' has already been freed. | ||
0xA3450C69 | NativeOverlappedWrongBoundHandle | mscorlib.Argument_NativeOverlappedWrongBoundHandle | 'overlapped' was not allocated by this ThreadPoolBoundHandle instance. | ||
0xA3450672 | NeedNonGenericObject | mscorlib.Argument_NeedNonGenericObject | The specified object must not be an instance of a generic type. | ||
0xA3450673 | NeedStructWithNoRefs | mscorlib.Argument_NeedStructWithNoRefs | The specified Type must be a struct containing no references. | ||
0xA3450667 | NoSpecificCulture | mscorlib.Argument_NoSpecificCulture | Please select a specific culture, such as zh-CN, zh-HK, zh-TW, zh-MO, zh-SG. | ||
0xA3450662 | NoUnderlyingCCW | mscorlib.Argument_NoUnderlyingCCW | The object has no underlying COM data associated with it. | ||
0xA345065E | NoUninitializedStrings | mscorlib.Argument_NoUninitializedStrings | Uninitialized Strings cannot be created. | ||
0xA345067B | NotATP | mscorlib.Argument_NotATP | Type must be a TransparentProxy | ||
0xA3450C65 | PreAllocatedAlreadyAllocated | mscorlib.Argument_PreAllocatedAlreadyAllocated | 'preAllocated' is already in use. | ||
0xA3450640 | ResultIslamicCalendarRange | mscorlib.Argument_ResultIslamicCalendarRange | The date is out of the supported range for the Islamic calendar. The date should be greater than July 18th, 622 AD (Gregorian date). | ||
0xA345065C | SeekOverflow | mscorlib.Argument_SeekOverflow | The specified seek offset '{0}' would result in a negative Stream position. | ||
0xA3450666 | StructMustNotBeValueClass | mscorlib.Argument_StructMustNotBeValueClass | The structure must not be a value class. | ||
0xA345065F | UnequalMembers | mscorlib.Argument_UnequalMembers | Supplied MemberInfo does not match the expected type. | ||
0xA3450661 | UnrestrictedIdentityPermission | mscorlib.Argument_UnrestrictedIdentityPermission | Identity permissions cannot be unrestricted. | ||
0xA345066D | VerStringTooLong | mscorlib.Argument_VerStringTooLong | The unmanaged Version information is too large to persist. | ||
0xA345066F | cvtresNotFound | mscorlib.Argument_cvtres_NotFound | Cannot find cvtres.exe |
This document is partially derived from work with following license.
/*This file is a derivate of a source file that has following license (below). ======================================================================== The MIT License (MIT) Copyright (c) Microsoft Corporation Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. ======================================================================*/