This is work in progress.

Windows / Headers / corerror.h

corerror.h

Associated Error Codes

Below is a list of error codes found for this header.

SymbolicValueDescription
CLDB_S_TRUNCATION0x00131106STATUS: Data value was truncated.
CLDB_S_NULL0x00131109NULL data value.
CLDB_S_INDEX_TABLESCANREQUIRED0x00131125Table scan required to run query.
TLBX_I_TYPEINFO_IMPORTED0x0013116CTypelib import: progress report.
TLBX_I_USEIUNKNOWN0x0013116FTypelib export: substituted IUnknown for type.
TLBX_I_UNCONVERTABLE_ARGS0x00131170Typelib import: signature can't be converted (eg, struct**)
TLBX_I_UNCONVERTABLE_FIELD0x00131171Typelib import: signature can't be converted (eg, struct**)
TLBX_W_WARNING_MESSAGE0x00131173Typelib export: Warning message wrapper.
TLBX_I_TYPE_EXPORTED0x00131179Typelib export: type exported
TLBX_I_DUPLICATE_DISPID0x0013117ATypelib export: duplicate dispid -- auto corrected.
TLBX_I_REF_TYPE_AS_STRUCT0x0013117CTypelib export: referenct tyep had layout, exported as struct.
TLBX_I_GENERIC_TYPE0x0013117FTypeLib export: generic type definition
TLBX_W_NON_INTEGRAL_CA_TYPE0x00131184TypeLib import: Ignoring IDL custom attribute -- does not have an integral value.
TLBX_W_IENUM_CA_ON_IUNK0x00131185TypeLib import: Ignoring IDL custom attribute -- using IEnum CA on an IUnknown derived interface.
META_S_PARAM_MISMATCH0x00131189Merge: Parameter information mismatched.
META_S_DUPLICATE0x00131197Attempt to define an object that already exists in valid scenerios.
TLBX_S_REFERENCED_TYPELIB0x001311ACTypeLib import: reference to an external typelib.
TLBX_S_NOSTDINTERFACE0x001311B3Typelib export: Found an interface marked as IID_IDispatch or IID_IUnknown.
TLBX_S_DUPLICATE_DISPID0x001311B4Typelib export: duplicate dispid found; ignored.
TLBX_W_ENUM_VALUE_TOOBIG0x001311D5Typelib export: The enum value is not legal for a typelib.
TLBX_W_EXPORTING_AUTO_LAYOUT0x001311D9TypeLib export: Exporting an auto-layout type.
TLBX_W_DEFAULT_INTF_NOT_VISIBLE0x001311DBTypeLib export: ComDefaultInterface is not COMVisible.
TLBX_W_BAD_SAFEARRAYFIELD_NO_ELEMENTVT0x001311DETypeLib export: System.Array SAFEARRAY field without a SafeArraySubType.
TLBX_W_LAYOUTCLASS_AS_INTERFACE0x001311DFTypeLib export: Class with layout parameter of field marked with UnmanagedType.Interface
TLBX_I_GENERIC_BASE_TYPE0x001311E0TypeLib export: type deriving from a generic type.
VLDTR_S_WRN0x00131200Warnings found in the validator.
VLDTR_S_ERR0x00131201Errors found in the validator.
VLDTR_S_WRNERR0x00131202Warnings and errors found in the validator.
CORDBG_S_BAD_START_SEQUENCE_POINT0x0013130BAttempt to SetIP not at a sequence point
CORDBG_S_BAD_END_SEQUENCE_POINT0x0013130CAttempt to SetIP when not going to a
CORDBG_S_INSUFFICIENT_INFO_FOR_SET_IP0x0013130DSetIP is possible, but the debugger doesn't
CORDBG_S_FUNC_EVAL_HAS_NO_RESULT0x00131316Some Func evals will lack a return value,
CORDBG_S_VALUE_POINTS_TO_VOID0x00131317The Debugging API doesn't support
CORDBG_S_FUNC_EVAL_ABORTED0x00131319The func eval completed, but was aborted.
CORDBG_S_NOT_ALL_BITS_SET0x00131C13Not all bits specified were successfully applied
COR_E_AMBIGUOUSMATCH0x8000211DWhile late binding to a method via reflection, could not resolve between multiple overloads of a method.
COR_E_INVALIDCAST0x80004002Indicates a bad cast condition
COR_E_NULLREFERENCE0x80004003Dereferencing a null reference. In general class libraries should not throw this
COR_E_TARGETPARAMCOUNT0x8002000EThere was a mismatch between number of arguments provided and the number expected
COR_E_DIVIDEBYZERO0x80020012Attempted to divide a number by zero.
COR_E_FILENOTFOUND0x80070002
COR_E_DIRECTORYNOTFOUND0x80070003The specified path couldn't be found.
COR_E_UNAUTHORIZEDACCESS0x80070005Access is denied.
COR_E_BADIMAGEFORMAT0x8007000BThe format of DLL or executable being loaded is invalid.
COR_E_OUTOFMEMORY0x8007000EThe EE thows this exception when no more memory is avaible to continue execution
COR_E_ENDOFSTREAM0x80070026Thrown when the End of file is reached
COR_E_ARGUMENT0x80070057An argument does not meet the contract of the method.
ERROR_BAD_PATHNAME0x800700A1The specified path is invalid.
COR_E_PATHTOOLONG0x800700CEThe specified path was too long.
COR_E_ARITHMETIC0x80070216Overflow or underflow in mathematical operations.
COR_E_STACKOVERFLOW0x800703E9Is raised by the EE when the execution stack overflows as it is attempting to ex
CEE_E_CVTRES_NOT_FOUND0x80131001cannot find cvtres.exe
MSEE_E_LOADLIBFAILED0x80131010Failed to delay load library %s (Win32 error: %d).
MSEE_E_GETPROCFAILED0x80131011Failed to get entry point %s (Win32 error: %d).
MSEE_E_MULTCOPIESLOADED0x80131012Multiple copies of MSCOREE.dll have been loaded by the same process.
COR_E_TYPEUNLOADED0x80131013The type had been unloaded.
COR_E_APPDOMAINUNLOADED0x80131014access unloaded appdomain
COR_E_CANNOTUNLOADAPPDOMAIN0x80131015Error while unloading an appdomain
MSEE_E_ASSEMBLYLOADINPROGRESS0x80131016Assembly is being currently being loaded
MSEE_E_CANNOTCREATEAPPDOMAIN0x80131017Attempt to create appdomain failed
COR_E_ASSEMBLYEXPECTED0x80131018The module was expected to contain an assembly manifest.
COR_E_FIXUPSINEXE0x80131019Attempt to load an unverifiable exe with fixups (IAT with more than 2 sections or a TLS section)
COR_E_NO_LOADLIBRARY_ALLOWED0x8013101AAttempt to LoadLibrary a managed image in an improper way (only assemblies with EAT's area allowed.)
COR_E_NEWER_RUNTIME0x8013101BThe assembly is built by a runtime newer than the currently loaded runtime, and cannot be loaded.
COR_E_CANNOT_SET_POLICY0x8013101CUnable to set app domain security policy after non-GAC domain neutral assemblies are loaded
COR_E_CANNOT_SPECIFY_EVIDENCE0x8013101DUnable to use assembly evidence after non-GAC domain neutral assemblies are loaded
HOST_E_DEADLOCK0x80131020Host detects deadlock on a blocking operation
HOST_E_INTERRUPTED0x80131021Host interrupts a wait, similar to APC
HOST_E_INVALIDOPERATION0x80131022The operation is invalid
HOST_E_CLRNOTAVAILABLE0x80131023CLR has been disabled due to unrecoverable error
HOST_E_TIMEOUT0x80131024A wait times out
HOST_E_NOT_OWNER0x80131025
HOST_E_ABANDONED0x80131026An event is abandoned
HOST_E_EXITPROCESS_THREADABORT0x80131027ExitProcess due to ThreadAbort escalation
HOST_E_EXITPROCESS_ADUNLOAD0x80131028ExitProcess due to AD Unload escalation
HOST_E_EXITPROCESS_TIMEOUT0x80131029ExitProcess due to Timeout escalation
HOST_E_EXITPROCESS_OUTOFMEMORY0x8013102AExitProcess due to OutOfMemory escalation
HOST_E_EXITPROCESS_STACKOVERFLOW0x8013102BExitProcess due to StackOverflow escalation
COR_E_MODULE_HASH_CHECK_FAILED0x80131039The check of the module's hash failed.
FUSION_E_REF_DEF_MISMATCH0x80131040The located assembly's manifest definition does not match the assembly reference.
FUSION_E_INVALID_PRIVATE_ASM_LOCATION0x80131041The private assembly was located outside the appbase directory.
FUSION_E_ASM_MODULE_MISSING0x80131042A module specified in the manifest was not found.
FUSION_E_UNEXPECTED_MODULE_FOUND0x80131043Modules which are not in the manifest were streamed in.
FUSION_E_PRIVATE_ASM_DISALLOWED0x80131044A strongly-named assembly is required.
FUSION_E_SIGNATURE_CHECK_FAILED0x80131045The check of the signature failed.
FUSION_E_DATABASE_ERROR0x80131046An unexpected error was encountered in the Assembly Cache database.
FUSION_E_INVALID_NAME0x80131047The given assembly name or codebase was invalid.
FUSION_E_CODE_DOWNLOAD_DISABLED0x80131048HTTP download of assemblies has been disabled for this appdomain.
FUSION_E_UNINSTALL_DISALLOWED0x80131049Uninstall of given assembly is not allowed.
FUSION_E_HOST_GAC_ASM_MISMATCH0x80131050Assembly in host store has a different signature than assembly in GAC
FUSION_E_LOADFROM_BLOCKED0x80131051Hosted environment doesn't permit loading by location
FUSION_E_CACHEFILE_FAILED0x80131052Failed to add file to AppDomain cache
CLDB_E_FILE_BADREAD0x80131100Error occured during a read.
CLDB_E_FILE_BADWRITE0x80131101Error occured during a write.
CLDB_E_FILE_READONLY0x80131103File is read only.
CLDB_E_NAME_ERROR0x80131105An ill-formed name was given.
CLDB_E_TRUNCATION0x80131106ERROR: Data value was truncated.
CLDB_E_FILE_OLDVER0x80131107Old version error.
CLDB_E_RELOCATED0x80131108A shared mem open failed to open at the originally
CLDB_E_SMDUPLICATE0x8013110ACreate of shared memory failed. A memory mapping of the same name already exists.
CLDB_E_NO_DATA0x8013110BThere isn't .CLB data in the memory or stream.
CLDB_E_READONLY0x8013110CDatabase is read only.
CLDB_E_INCOMPATIBLE0x8013110DThe importing scope is not comptabile with the emitting scope
CLDB_E_FILE_CORRUPT0x8013110EFile is corrupt.
CLDB_E_SCHEMA_VERNOTFOUND0x8013110FVersion %d of schema '%s' not found.
CLDB_E_BADUPDATEMODE0x80131110cannot open a incrementally build scope for full update
CLDB_E_INDEX_NONULLKEYS0x80131121Null value not allowed in unique index or primary key.
CLDB_E_INDEX_DUPLICATE0x80131122Unique index %s has been violated.
CLDB_E_INDEX_BADTYPE0x80131123The columns data type is not allowed in an index.
CLDB_E_INDEX_NOTFOUND0x80131124Index %s not found.
CLDB_E_RECORD_NOTFOUND0x80131130Record wasn't found on lookup.
CLDB_E_RECORD_OVERFLOW0x80131131Too many records were returned for criteria.
CLDB_E_RECORD_DUPLICATE0x80131132Record is a duplicate.
CLDB_E_RECORD_PKREQUIRED0x80131133Primary key value is required.
CLDB_E_RECORD_DELETED0x80131134Record is valid but deleted.
CLDB_E_RECORD_OUTOFORDER0x80131135Record is emitted out of order.
CLDB_E_COLUMN_OVERFLOW0x80131140Data too large.
CLDB_E_COLUMN_READONLY0x80131141Column cannot be changed.
CLDB_E_COLUMN_SPECIALCOL0x80131142Too many RID or primary key columns, 1 is max.
CLDB_E_COLUMN_PKNONULLS0x80131143Primary key column %s may not allow the null value.
CLDB_E_TABLE_CANTDROP0x80131150Can't auto-drop table while open.
CLDB_E_OBJECT_NOTFOUND0x80131151Object was not found in the database.
CLDB_E_OBJECT_COLNOTFOUND0x80131152The column was not found.
CLDB_E_VECTOR_BADINDEX0x80131153The index given was invalid.
CLDB_E_TOO_BIG0x80131154A blob or string was too big.
META_E_INVALID_TOKEN_TYPE0x8013115FA token of the wrong type passed to a metadata function.
TLBX_E_INVALID_TYPEINFO0x80131160Typelib import: invalid type, not converted.
TLBX_E_INVALID_TYPEINFO_UNNAMED0x80131161Typelib import: invalid type, not converted -- name unknown.
TLBX_E_CTX_NESTED0x80131162Typelib export: Format string for nested contexts.
TLBX_E_ERROR_MESSAGE0x80131163Typelib export: Error message wrapper.
TLBX_E_CANT_SAVE0x80131164Typelib export: cant "SaveAllChanges()"
TLBX_W_LIBNOTREGISTERED0x80131165Typelib export: type library is not registered.
TLBX_E_CANTLOADLIBRARY0x80131166Typelib export: type library cannot be loaded.
TLBX_E_BAD_VT_TYPE0x80131167Typelib import: invalid VT_*, not converted.
TLBX_E_NO_MSCOREE_TLB0x80131168Typelib export: can't load mscoree.tlb
TLBX_E_BAD_MSCOREE_TLB0x80131169Typelib export: can't get a required typeinfo from mscoree.tlb.
TLBX_E_TLB_EXCEPTION0x8013116ATypelib import: fault reading a typelib.
TLBX_E_MULTIPLE_LCIDS0x8013116BTypelib import: Multiple LCID's parameters on a method.
TLBX_E_AMBIGUOUS_RETURN0x8013116DTypelib import: duplicate or ambiguous return types.
TLBX_E_DUPLICATE_TYPE_NAME0x8013116ETypelib import: duplicate name (due to user-defined name).
TLBX_I_NONSEQUENTIALSTRUCT0x80131172Typelib export: Can't convert non-sequential structs.
TLBX_I_RESOLVEREFFAILED0x80131174Typelib import: The resolve ref call failed.
TLBX_E_ASANY0x80131175Typelib export: Encounterd "AsAny" -- ignored.
TLBX_E_INVALIDLCIDPARAM0x80131176Typelib export: Encounterd an LCID attribute set to an invalid param.
TLBX_E_LCIDONDISPONLYITF0x80131177Typelib export: Encounterd an LCID attribute on a disp only interface.
TLBX_E_NONPUBLIC_FIELD0x80131178Typelib export: Non-public field in public struct.
TLBX_E_BAD_NAMES0x8013117BTypelib export: bad names list.
TLBX_E_GENERICINST_SIGNATURE0x8013117DTypeLib export: generic type instance in signature.
TLBX_E_GENERICPAR_SIGNATURE0x8013117ETypeLib export: generic type parameter in signature.
META_E_DUPLICATE0x80131180Attempt to define an object that already exists.
META_E_GUID_REQUIRED0x80131181A guid was not provided where one was required.
META_E_TYPEDEF_MISMATCH0x80131182Merge: an import typedef matched ns.name, but not version and guid.
META_E_MERGE_COLLISION0x80131183Merge: conflict between import and emit
TLBX_E_NO_SAFEHANDLE_ARRAYS0x80131186TypeLib export: detected array of SafeHandles
META_E_METHD_NOT_FOUND0x80131187Merge: Class already in emit scope, but member not found
META_E_FIELD_NOT_FOUND0x80131188Merge: Class already in emit scope, but member not found
META_E_PARAM_MISMATCH0x80131189Merge: Parameter information mismatched.
META_E_BADMETADATA0x8013118AMerge: Inconsistency in meta data import scope
META_E_INTFCEIMPL_NOT_FOUND0x8013118BMerge: Class already in emit scope, but interfaceimpl not found
TLBX_E_NO_CRITICALHANDLE_ARRAYS0x8013118CTypeLib export: detected array of CriticalHandles
META_E_CLASS_LAYOUT_INCONSISTENT0x8013118DMerge: Class is duplicated but class layout information is not consistent
META_E_FIELD_MARSHAL_NOT_FOUND0x8013118EMerge: Field is duplicated but we cannot find the matching FieldMarshal information
META_E_METHODSEM_NOT_FOUND0x8013118FMerge:
META_E_EVENT_NOT_FOUND0x80131190Merge: Method is duplicated but we cannot find the matching event info.
META_E_PROP_NOT_FOUND0x80131191Merge: Method is duplicated but we cannot find the maching property info.
META_E_BAD_SIGNATURE0x80131192Bad binary signature
META_E_BAD_INPUT_PARAMETER0x80131193Bad input parameters
META_E_METHDIMPL_INCONSISTENT0x80131194Merge: duplicated methods have inconsistent ImplFlags
META_E_MD_INCONSISTENCY0x80131195Merge: Inconsistency in meta data
META_E_CANNOTRESOLVETYPEREF0x80131196Cannot resolve typeref
META_E_STRINGSPACE_FULL0x80131198No logical space left to create more user strings.
META_E_UNEXPECTED_REMAP0x80131199A TokenRemap occurred which we weren't prepared to handle.
META_E_HAS_UNMARKALL0x8013119AUnmark all has been called already
META_E_MUST_CALL_UNMARKALL0x8013119BMust call UnmarkAll first before marking.
META_E_GENERICPARAM_INCONSISTENT0x8013119CMerge: duplicated types/methods have inconsistent GenericParams
META_E_EVENT_COUNTS0x8013119DMerge: different event counts in import and emit scopes.
META_E_PROPERTY_COUNTS0x8013119EMerge: different property counts in import and emit scopes.
META_E_TYPEDEF_MISSING0x8013119FMerge: An input scope has a TypeRef which should but doesn't have a matching TypeDef.
TLBX_E_CANT_LOAD_MODULE0x801311A0TypeLib export: can't open the module to export.
TLBX_E_CANT_LOAD_CLASS0x801311A1TypeLib export: can't load a class.
TLBX_E_NULL_MODULE0x801311A2TypeLib export: the hMod of a loaded class is 0; can't export it.
TLBX_E_NO_CLSID_KEY0x801311A3TypeLib export: no CLSID or Interface subkey to HKCR.
TLBX_E_CIRCULAR_EXPORT0x801311A4TypeLib export: attempt to export a CLB imported from a TLB.
TLBX_E_CIRCULAR_IMPORT0x801311A5TypeLib import: attempt to import a TLB exported from a CLB.
TLBX_E_BAD_NATIVETYPE0x801311A6TypeLib export: bad Native type in method signature.
TLBX_E_BAD_VTABLE0x801311A7TypeLib import: non-increasing vtable (duplicate slots).
TLBX_E_CRM_NON_STATIC0x801311A8TypeLib export: the COM register method is non static.
TLBX_E_CRM_INVALID_SIG0x801311A9TypeLib export: the specified COM register method does not have the correct signature.
TLBX_E_CLASS_LOAD_EXCEPTION0x801311AATypeLib export: can't load, have the class load exception.
TLBX_E_UNKNOWN_SIGNATURE0x801311ABTypeLib export: unknown element in signature.
TLBX_E_REFERENCED_TYPELIB0x801311ACTypeLib import: reference to an external typelib.
TLBX_E_INVALID_NAMESPACE0x801311ADTypeLib import: an imported typelib has an invalid namespace name.
TLBX_E_LAYOUT_ERROR0x801311AETypelib export: an error on Layout()
TLBX_E_NOTIUNKNOWN0x801311AFTypelib import: Interface not derived from IUnknown.
TLBX_E_NONVISIBLEVALUECLASS0x801311B0Typelib export: Non COM visible value type in method signature.
TLBX_E_LPTSTR_NOT_ALLOWED0x801311B1Typelib export: Types which contain the native type NATIVE_TYPE_LPTSTR are not allowed to be exported to COM.
TLBX_E_AUTO_CS_NOT_ALLOWED0x801311B2Typelib export: Types with a char set of auto are not allowed to be exported to COM.
TLBX_E_ENUM_VALUE_INVALID0x801311B5Typelib export: The enum value is not legal for a typelib.
TLBX_E_DUPLICATE_IID0x801311B6Typelib export: Duplicate IID
TLBX_E_NO_NESTED_ARRAYS0x801311B7Tyeplib export: detected nested arrays.
TLBX_E_PARAM_ERROR_NAMED0x801311B8Typelib import: param type couldn't be converted.
TLBX_E_PARAM_ERROR_UNNAMED0x801311B9Typelib import: param type couldn't be converted -- param name unknown.
TLBX_E_AGNOST_SIGNATURE0x801311BATypeLib export: size agnostic element in signature.
TLBX_E_CONVERT_FAIL0x801311BBTypeLib export: exporter failed.
TLBX_W_DUAL_NOT_DISPATCH0x801311BCTypelib import: [dual] interface not derived from IDispatch.
TLBX_E_BAD_SIGNATURE0x801311BDTypelib export: unconvertable signature (use specific error for reporting!)
TLBX_E_ARRAY_NEEDS_NT_FIXED0x801311BETypelib export: non-fixed/non-safearray array in struct
TLBX_E_CLASS_NEEDS_NT_INTF0x801311BFTypelib export: non-interface class in struct
META_E_CA_INVALID_TARGET0x801311C0Known custom attribute on invalid target.
META_E_CA_INVALID_VALUE0x801311C1Known custom attribute had invalid value.
META_E_CA_INVALID_BLOB0x801311C2Known custom attribute blob is bad format.
META_E_CA_REPEATED_ARG0x801311C3Known custom attribute blob has repeated named argument.
META_E_CA_UNKNOWN_ARGUMENT0x801311C4Known custom attrubte named arg not recognized.
META_E_CA_VARIANT_NYI0x801311C5Known attribute named argument doesn't support variant.
META_E_CA_ARRAY_NYI0x801311C6Known attribute named argument doesn't support array.
META_E_CA_UNEXPECTED_TYPE0x801311C7Known attribute parser found unexpected type.
META_E_CA_INVALID_ARGTYPE0x801311C8Known attribute parser only handles fields -- no properties.
META_E_CA_INVALID_ARG_FOR_TYPE0x801311C9Known attribute parser found an argument that is invalid for the object it is applied to.
META_E_CA_INVALID_UUID0x801311CAThe format of the UUID was invalid.
META_E_CA_INVALID_MARSHALAS_FIELDS0x801311CBThe MarshalAs attribute has fields set that are not valid for the specified unmanaged type.
META_E_CA_NT_FIELDONLY0x801311CCThe specified unmanaged type is only valid on fields.
META_E_CA_NEGATIVE_PARAMINDEX0x801311CDThe parameter index cannot be negative.
META_E_CA_NEGATIVE_MULTIPLIER0x801311CEThe multiplier cannot be negative.
META_E_CA_NEGATIVE_CONSTSIZE0x801311CFThe constant size cannot be negative.
META_E_CA_FIXEDSTR_SIZE_REQUIRED0x801311D0A fixed string requires a size.
META_E_CA_CUSTMARSH_TYPE_REQUIRED0x801311D1A custom marshaler requires the custom marshaler type.
META_E_CA_FILENAME_REQUIRED0x801311D2A DllImport attribute requires a filename.
TLBX_W_NO_PROPS_IN_EVENTS0x801311D3TypeLib import: Detected properties in a source dispinterface.
META_E_NOT_IN_ENC_MODE0x801311D4SaveDelta was called without being in EnC mode
META_E_METHOD_COUNTS0x801311D6Merge: different method counts in import and emit scopes.
META_E_FIELD_COUNTS0x801311D7Merge: different field counts in import and emit scopes.
META_E_PARAM_COUNTS0x801311D8Merge: different param counts in import and emit scopes.
TLBX_E_TYPED_REF0x801311DATypeLib export: Exporting a TypedReference.
TLBX_E_BITNESS_MISMATCH0x801311E1TypeLib export: bitness of assembly doesn't match bitness of output type library
TLBX_E_EVENT_WITH_NEWENUM0x801311E2TypeLib import: source interface with NewEnum member.
TLBX_E_PROPGET_WITHOUT_RETURN0x801311E3TypeLib import: propget without return type
META_E_MISMATCHED_VISIBLITY0x801311E4Merge - Match found for type/method/etc but differs in visiblity
META_E_CA_BAD_FRIENDS_ARGS0x801311E5InternalsVisibileTo can't have a version, culture, or processor architecture
META_E_CA_FRIENDS_SN_REQUIRED0x801311E6Strong-name signed assemblies can only grant friend access to strong name-signed assemblies
VLDTR_E_RID_OUTOFRANGE0x80131203Rid is out of range.
VLDTR_E_CDTKN_OUTOFRANGE0x80131204Coded token type is out of range.
VLDTR_E_CDRID_OUTOFRANGE0x80131205Coded rid is out of range.
VLDTR_E_STRING_INVALID0x80131206String offset is invalid.
VLDTR_E_GUID_INVALID0x80131207GUID offset is invalid.
VLDTR_E_BLOB_INVALID0x80131208Blob offset if invalid.
VLDTR_E_MOD_MULTI0x80131209Multiple module records found.
VLDTR_E_MOD_NULLMVID0x8013120AModule has null MVID.
VLDTR_E_TR_NAMENULL0x8013120BTypeRef name is NULL.
VLDTR_E_TR_DUP0x8013120CTypeRef has a dup.
VLDTR_E_TD_NAMENULL0x8013120DTypeDef name is NULL.
VLDTR_E_TD_DUPNAME0x8013120ETypeDef has a dup based on name+namespace.
VLDTR_E_TD_DUPGUID0x8013120FTypeDef has a dup based on GUID.
VLDTR_E_TD_NOTIFACEOBJEXTNULL0x80131210TypeDef that's not an Interface and not System.Object extends nil parent.
VLDTR_E_TD_OBJEXTENDSNONNULL0x80131211System.Object extends a non-nil parent.
VLDTR_E_TD_EXTENDSSEALED0x80131212TypeDef extends sealed class.
VLDTR_E_TD_DLTNORTSPCL0x80131213TypeDef is Deleted but not marked with RTSpecialName.
VLDTR_E_TD_RTSPCLNOTDLT0x80131214TypeDef is marked RTSpecialName, but is not a Deleted record.
VLDTR_E_MI_DECLPRIV0x80131215MethodImpl's Decl is private
VLDTR_E_AS_BADNAME0x80131216Assembly [Ref] name has path and/or extension.
VLDTR_E_FILE_SYSNAME0x80131217File has a system name (con, com, aux, etc.).
VLDTR_E_MI_BODYSTATIC0x80131218MethodImpl's body is static.
VLDTR_E_TD_IFACENOTABS0x80131219TypeDef is marked Interface but not Abstract.
VLDTR_E_TD_IFACEPARNOTNIL0x8013121ATypeDef is marked Interface but parent is not Nil.
VLDTR_E_TD_IFACEGUIDNULL0x8013121BTypeDef is marked Interface but GUID is NULL.
VLDTR_E_MI_DECLFINAL0x8013121CTMethodImpl's Decl is final.
VLDTR_E_TD_VTNOTSEAL0x8013121DTypeDef is marked ValueType but not marked Sealed.
VLDTR_E_PD_BADFLAGS0x8013121EParam has extra bits in flags.
VLDTR_E_IFACE_DUP0x8013121FInterfaceImpl has a dup.
VLDTR_E_MR_NAMENULL0x80131220MemberRef name is NULL.
VLDTR_E_MR_VTBLNAME0x80131221MemberRef has an invalid name, _VtblGap*.
VLDTR_E_MR_DELNAME0x80131222MemberRef has an invalid name, _Deleted*.
VLDTR_E_MR_PARNIL0x80131223MemberRef parent Nil in a PE file.
VLDTR_E_MR_BADCALLINGCONV0x80131224MemberRef has invalid calling convention.
VLDTR_E_MR_NOTVARARG0x80131225MemberRef has Method parent but calling convention is not VARARG.
VLDTR_E_MR_NAMEDIFF0x80131226MemberRef name different from parent MethodDef.
VLDTR_E_MR_SIGDIFF0x80131227MemberRef signature different from parent MethodDef.
VLDTR_E_MR_DUP0x80131228MemberRef has a dup.
VLDTR_E_CL_TDAUTO0x80131229ClassLayout parent TypeDef is marked AutoLayout.
VLDTR_E_CL_BADPCKSZ0x8013122AClassLayout has bad PackingSize.
VLDTR_E_CL_DUP0x8013122BClassLayout has dup.
VLDTR_E_FL_BADOFFSET0x8013122CFieldLayout2 has bad offset.
VLDTR_E_FL_TDNIL0x8013122DFieldLayout2 has field with nil parent.
VLDTR_E_FL_NOCL0x8013122EFieldLayout2 has no ClassLayout record.
VLDTR_E_FL_TDNOTEXPLCT0x8013122FFieldLayout2 parent TypeDef is not marked with ExplicitLayout.
VLDTR_E_FL_FLDSTATIC0x80131230FieldLayout2 has field marked Static.
VLDTR_E_FL_DUP0x80131231FieldLayout2 has a dup.
VLDTR_E_MODREF_NAMENULL0x80131232ModuleRef name is NULL.
VLDTR_E_MODREF_DUP0x80131233ModuleRef has a dup.
VLDTR_E_TR_BADSCOPE0x80131234TypeRef has a bad resolution scope.
VLDTR_E_TD_NESTEDNOENCL0x80131235TypeDef marked nested has no encloser.
VLDTR_E_TD_EXTTRRES0x80131236TypeDef extends a TypeRef which resolves to a TypeDef in the same module.
VLDTR_E_SIGNULL0x80131237Signature specified is zero-sized.
VLDTR_E_SIGNODATA0x80131238Signature does not have enough data at specified byte.
VLDTR_E_MD_BADCALLINGCONV0x80131239Method signature has invalid calling convention.
VLDTR_E_MD_THISSTATIC0x8013123AMethod is marked static but has HASTHIS/EXPLICITTHIS set on the calling convention.
VLDTR_E_MD_NOTTHISNOTSTATIC0x8013123BMethod is not marked static but is not HASTHIS/EXPLICITTHIS.
VLDTR_E_MD_NOARGCNT0x8013123CMethod signature is missing the argument count.
VLDTR_E_SIG_MISSELTYPE0x8013123DSignature missing element type.
VLDTR_E_SIG_MISSTKN0x8013123ESignature missing token.
VLDTR_E_SIG_TKNBAD0x8013123FSignature has bad token.
VLDTR_E_SIG_MISSFPTR0x80131240Signature is missing function pointer.
VLDTR_E_SIG_MISSFPTRARGCNT0x80131241Signature has function pointer missing argument count.
VLDTR_E_SIG_MISSRANK0x80131242Signature is missing rank specification.
VLDTR_E_SIG_MISSNSIZE0x80131243Signature is missing count of sized dimensions.
VLDTR_E_SIG_MISSSIZE0x80131244Signature is missing size of dimension.
VLDTR_E_SIG_MISSNLBND0x80131245Signature is missing count of lower bounds.
VLDTR_E_SIG_MISSLBND0x80131246Signature is missing a lower bound.
VLDTR_E_SIG_BADELTYPE0x80131247Signature has bad element type.
VLDTR_E_SIG_MISSVASIZE0x80131248Signature has value array missing size.
VLDTR_E_FD_BADCALLINGCONV0x80131249Field signature has invalid calling convention.
VLDTR_E_MD_NAMENULL0x8013124AMethod name is NULL.
VLDTR_E_MD_PARNIL0x8013124BMethod has parent NIL.
VLDTR_E_MD_DUP0x8013124CMethod has dup.
VLDTR_E_FD_NAMENULL0x8013124DField name is NULL.
VLDTR_E_FD_PARNIL0x8013124EField parent is Nil.
VLDTR_E_FD_DUP0x8013124FField has dup.
VLDTR_E_AS_MULTI0x80131250Multiple Assembly records found.
VLDTR_E_AS_NAMENULL0x80131251Assembly name is NULL.
VLDTR_E_SIG_TOKTYPEMISMATCH0x80131252E_T_VALUETYPE<class token> or E_T_CLASS<vtype token>.
VLDTR_E_CL_TDINTF0x80131253Class layout on an Interface.
VLDTR_E_ASOS_OSPLTFRMIDINVAL0x80131254AssemblyOS platform ID invalid.
VLDTR_E_AR_NAMENULL0x80131255AssemblyRef name is NULL.
VLDTR_E_TD_ENCLNOTNESTED0x80131256TypeDef not nested has encloser.
VLDTR_E_AROS_OSPLTFRMIDINVAL0x80131257AssemblyRefOS has invalid platform ID.
VLDTR_E_FILE_NAMENULL0x80131258File name is NULL.
VLDTR_E_CT_NAMENULL0x80131259ExportedType name is NULL.
VLDTR_E_TD_EXTENDSCHILD0x8013125ATypeDef extends its own child.
VLDTR_E_MAR_NAMENULL0x8013125BManifestResource name is NULL.
VLDTR_E_FILE_DUP0x8013125CFile has dup.
VLDTR_E_FILE_NAMEFULLQLFD0x8013125DFile name is fully qualified.
VLDTR_E_CT_DUP0x8013125EExportedType has dup.
VLDTR_E_MAR_DUP0x8013125FManifestResource has dup.
VLDTR_E_MAR_NOTPUBPRIV0x80131260ManifestResource is neither Public not Private.
VLDTR_E_TD_ENUMNOVALUE0x80131261Enum has no "value__" field.
VLDTR_E_TD_ENUMVALSTATIC0x80131262Enum's "value__" field is static.
VLDTR_E_TD_ENUMVALNOTSN0x80131263Enum's "value__" field is not SpecialName.
VLDTR_E_TD_ENUMFLDNOTST0x80131264Enum's field is not static.
VLDTR_E_TD_ENUMFLDNOTLIT0x80131265Enum's field is not literal.
VLDTR_E_TD_ENUMNOLITFLDS0x80131266Enum has no literal fields.
VLDTR_E_TD_ENUMFLDSIGMISMATCH0x80131267Enum's field sig does not match value__ sig.
VLDTR_E_TD_ENUMVALNOT1ST0x80131268Enum's "value__" field is not first.
VLDTR_E_FD_NOTVALUERTSN0x80131269Field is RTSpecialName but name is not "value__".
VLDTR_E_FD_VALUEPARNOTENUM0x8013126AField "value__" in not Enum class.
VLDTR_E_FD_INSTINIFACE0x8013126BInstance field in interface.
VLDTR_E_FD_NOTPUBINIFACE0x8013126CNon-public field in interface.
VLDTR_E_FMD_GLOBALNOTPUBPRIVSC0x8013126DGlobal field/method neither Public nor PrivateScope.
VLDTR_E_FMD_GLOBALNOTSTATIC0x8013126EGlobal field/method not static.
VLDTR_E_FD_GLOBALNORVA0x8013126FGlobal field has no RVA.
VLDTR_E_MD_CTORZERORVA0x80131270.ctor,.cctor has zero RVA.
VLDTR_E_FD_MARKEDNOMARSHAL0x80131271Field is marked marshaled but has no marshaling rec.
VLDTR_E_FD_MARSHALNOTMARKED0x80131272Field has marshaling rec but is not marked marshaled.
VLDTR_E_FD_MARKEDNODEFLT0x80131273Field is marked HasDefault but has no const value.
VLDTR_E_FD_DEFLTNOTMARKED0x80131274Field has const value rec but is not marked HasDefault.
VLDTR_E_FMD_MARKEDNOSECUR0x80131275Field/method is marked HasSecurity but has no security rec.
VLDTR_E_FMD_SECURNOTMARKED0x80131276Field/method has security rec but is not marked HasSecurity.
VLDTR_E_FMD_PINVOKENOTSTATIC0x80131277Field/method is PInvoke but is not marked Static.
VLDTR_E_FMD_MARKEDNOPINVOKE0x80131278Field/method is marked PInvoke but has no ImplMap.
VLDTR_E_FMD_PINVOKENOTMARKED0x80131279Field/method has ImplMap but is not marked PInvoke.
VLDTR_E_FMD_BADIMPLMAP0x8013127AField/method has invalid ImplMap
VLDTR_E_IMAP_BADMODREF0x8013127BImplMap has invalid ModuleRef
VLDTR_E_IMAP_BADMEMBER0x8013127CImplMap has invalid MemberForwarded
VLDTR_E_IMAP_BADIMPORTNAME0x8013127DImplMap has invalid ImportName
VLDTR_E_IMAP_BADCALLCONV0x8013127EImplMap has invalid call conv
VLDTR_E_FMD_BADACCESSFLAG0x8013127FField/method has invalid access flag
VLDTR_E_FD_INITONLYANDLITERAL0x80131280Field is InitOnly and Literal
VLDTR_E_FD_LITERALNOTSTATIC0x80131281Field is Literal but not Static
VLDTR_E_FMD_RTSNNOTSN0x80131282Field/method is RTSpec.Name but not Spec.Name
VLDTR_E_MD_ABSTPARNOTABST0x80131283Method is abstract, parent is not
VLDTR_E_MD_NOTSTATABSTININTF0x80131284Method not static or abstract in interface
VLDTR_E_MD_NOTPUBININTF0x80131285Method not public in interface
VLDTR_E_MD_CTORININTF0x80131286ctor in interface
VLDTR_E_MD_GLOBALCTORCCTOR0x80131287global ctor or cctor
VLDTR_E_MD_CTORSTATIC0x80131288static ctor
VLDTR_E_MD_CTORNOTSNRTSN0x80131289ctor,cctor not marked SpecialName,RTSpecialName
VLDTR_E_MD_CTORVIRT0x8013128Avirtual ctor,cctor
VLDTR_E_MD_CTORABST0x8013128Babstract ctor,cctor
VLDTR_E_MD_CCTORNOTSTATIC0x8013128Cinstance cctor
VLDTR_E_MD_ZERORVA0x8013128DRVA=0, method not abstract or pinvoke or runtime, or reverse
VLDTR_E_MD_FINNOTVIRT0x8013128EMethod is final and not virtual
VLDTR_E_MD_STATANDFINORVIRT0x8013128FMethod is static and final or virtual
VLDTR_E_MD_ABSTANDFINAL0x80131290Method is abstract and final
VLDTR_E_MD_ABSTANDIMPL0x80131291Method is abstract and implemented
VLDTR_E_MD_ABSTANDPINVOKE0x80131292Method is abstract and pinvoke
VLDTR_E_MD_ABSTNOTVIRT0x80131293Method is abstract and not virtual
VLDTR_E_MD_NOTABSTNOTIMPL0x80131294Method is not abstract and not implemented
VLDTR_E_MD_NOTABSTBADFLAGSRVA0x80131295Method is not abstract and not (RVA!=0 or pinvoke or runtime)
VLDTR_E_MD_PRIVSCOPENORVA0x80131296Method is PrivateScope and has RVA==0
VLDTR_E_MD_GLOBALABSTORVIRT0x80131297Global method is abstract or virtual
VLDTR_E_SIG_LONGFORM0x80131298Signature uses long form
VLDTR_E_MD_MULTIPLESEMANTICS0x80131299Method has multiple semantics (warning)
VLDTR_E_MD_INVALIDSEMANTICS0x8013129AMethod has invalid semantics (not event or prop)
VLDTR_E_MD_SEMANTICSNOTEXIST0x8013129BMethod has semantics assoc that does not exist
VLDTR_E_MI_DECLNOTVIRT0x8013129CMethodImpl's Decl is not virtual
VLDTR_E_FMD_GLOBALITEM0x8013129DGlobal field/method (warning,CLS)
VLDTR_E_MD_MULTSEMANTICFLAGS0x8013129EMethod has multiple semantic flags set
VLDTR_E_MD_NOSEMANTICFLAGS0x8013129FMethod has no semantic flags set
VLDTR_E_FD_FLDINIFACE0x801312A0Field in Interface (warning, CLS)
VLDTR_E_AS_HASHALGID0x801312A1Unrecognized Hash Alg ID (warning)
VLDTR_E_AS_PROCID0x801312A2Unrecognized Processor ID in Assembly(warning)
VLDTR_E_AR_PROCID0x801312A3Unrecognized Processor ID in AssemblyRef(warning)
VLDTR_E_CN_PARENTRANGE0x801312A4Constant: parent token out of range
VLDTR_E_AS_BADFLAGS0x801312A5Invalid flags in Assembly
VLDTR_E_TR_HASTYPEDEF0x801312A6There is TypeDef with same name as TypeRef (warning)
VLDTR_E_IFACE_BADIMPL0x801312A7In InterfaceImpl, the implementing token is not TypeDef
VLDTR_E_IFACE_BADIFACE0x801312A8In InterfaceImpl, the implemented token is not TypeDef or TypeRef
VLDTR_E_TD_SECURNOTMARKED0x801312A9TypeDef has security rec but not marked HasSecurity
VLDTR_E_TD_MARKEDNOSECUR0x801312AATypeDef marked HasSecurity but has no security rec
VLDTR_E_MD_CCTORHASARGS0x801312AB.cctor has arguments
VLDTR_E_CT_BADIMPL0x801312ACExportedType has invalid Implementation
VLDTR_E_MI_ALIENBODY0x801312ADMethodImpl has body from other class
VLDTR_E_MD_CCTORCALLCONV0x801312AE.cctor has invalid calling convention
VLDTR_E_MI_BADCLASS0x801312AFMethodImpl has invalid Class token
VLDTR_E_MI_CLASSISINTF0x801312B0MethodImpl declared in Interface
VLDTR_E_MI_BADDECL0x801312B1MethodImpl has invalid MethodDeclaration token
VLDTR_E_MI_BADBODY0x801312B2MethodImpl has invalid MethodBody token
VLDTR_E_MI_DUP0x801312B3MethodImpl has duplicate
VLDTR_E_FD_BADPARENT0x801312B4Bad field parent
VLDTR_E_MD_PARAMOUTOFSEQ0x801312B5Param out of sequence (warning)
VLDTR_E_MD_PARASEQTOOBIG0x801312B6Param's sequence num exceeds num of args
VLDTR_E_MD_PARMMARKEDNOMARSHAL0x801312B7Param marked HasMarshal, has no marshaling info
VLDTR_E_MD_PARMMARSHALNOTMARKED0x801312B8Param has marshaling info, not marked HasMarshal
VLDTR_E_MD_PARMMARKEDNODEFLT0x801312BAParam marked HasDefault, has no const value
VLDTR_E_MD_PARMDEFLTNOTMARKED0x801312BBParam has const value, not marked HasDefault
VLDTR_E_PR_BADSCOPE0x801312BCProp has invalid scope
VLDTR_E_PR_NONAME0x801312BDProp has no name
VLDTR_E_PR_NOSIG0x801312BEProp has no signature
VLDTR_E_PR_DUP0x801312BFProp has a duplicate
VLDTR_E_PR_BADCALLINGCONV0x801312C0Prop has bad calling convention
VLDTR_E_PR_MARKEDNODEFLT0x801312C1Prop marked HasDefault, has no const value
VLDTR_E_PR_DEFLTNOTMARKED0x801312C2Prop has const value, not marked HasDefault
VLDTR_E_PR_BADSEMANTICS0x801312C3Prop has method not (Setter,Getter, or Other)
VLDTR_E_PR_BADMETHOD0x801312C4Prop has method with invalid token
VLDTR_E_PR_ALIENMETHOD0x801312C5Prop has method from another class
VLDTR_E_CN_BLOBNOTNULL0x801312C6Const has non-null blob when it should not
VLDTR_E_CN_BLOBNULL0x801312C7Const has null value blob
VLDTR_E_EV_BADSCOPE0x801312C8Event has invalid scope
VLDTR_E_EV_NONAME0x801312CAEvent has no name
VLDTR_E_EV_DUP0x801312CBEvent has a duplicate
VLDTR_E_EV_BADEVTYPE0x801312CCEvent has invalid EventType
VLDTR_E_EV_EVTYPENOTCLASS0x801312CDEvent's EventType is not a class
VLDTR_E_EV_BADSEMANTICS0x801312CEEvent has method not (AddOn,RemoveOn,Fire,Other)
VLDTR_E_EV_BADMETHOD0x801312CFEvent has method with invalid token
VLDTR_E_EV_ALIENMETHOD0x801312D0Event has method from another class
VLDTR_E_EV_NOADDON0x801312D1Event has no AddOn method
VLDTR_E_EV_NOREMOVEON0x801312D2Event has no RemoveOn method
VLDTR_E_CT_DUPTDNAME0x801312D3ExportedType has same name as TypeDef
VLDTR_E_MAR_BADOFFSET0x801312D4MRes refers to non-PE file with offset !=0
VLDTR_E_DS_BADOWNER0x801312D5Decl.security has invalid owner token
VLDTR_E_DS_BADFLAGS0x801312D6Decl.security has invalid action flags
VLDTR_E_DS_NOBLOB0x801312D7Decl.security has no permission blob
VLDTR_E_MAR_BADIMPL0x801312D8Manifest resource has invalid Implementation
VLDTR_E_MR_VARARGCALLINGCONV0x801312DAMemberRef has VARARG calling conv. (CLS warning)
VLDTR_E_MD_CTORNOTVOID0x801312DB.ctor,.cctor returning not void
VLDTR_E_EV_FIRENOTVOID0x801312DCFire method returning not void
VLDTR_E_AS_BADLOCALE0x801312DDInvalid locale
VLDTR_E_CN_PARENTTYPE0x801312DEConstant has parent of invalid type
VLDTR_E_SIG_SENTINMETHODDEF0x801312DFE_T_SENTINEL in MethodDef signature
VLDTR_E_SIG_SENTMUSTVARARG0x801312E0E_T_SENTINEL <=> VARARG
VLDTR_E_SIG_MULTSENTINELS0x801312E1Multiple E_T_SENTINELs
VLDTR_E_SIG_LASTSENTINEL0x801312E2E_T_SENTINEL not followed by type
VLDTR_E_SIG_MISSARG0x801312E3Signature missing argument
VLDTR_E_SIG_BYREFINFIELD0x801312E4Field of ByRef type
VLDTR_E_MD_SYNCMETHODINVTYPE0x801312E5Synchronized method in value class
VLDTR_E_TD_NAMETOOLONG0x801312E6TypeDef name too long
VLDTR_E_AS_PROCDUP0x801312E7Duplicate Assembly Processor
VLDTR_E_ASOS_DUP0x801312E8Duplicate Assembly OS (ID+ver.major+ver.minor)
VLDTR_E_MAR_BADFLAGS0x801312E9Manifest Resource has bad flags
VLDTR_E_CT_NOTYPEDEFID0x801312EAExportedType has nil TypeDefId
VLDTR_E_FILE_BADFLAGS0x801312EBFile has bad flags
VLDTR_E_FILE_NULLHASH0x801312ECFile has no hash blob
VLDTR_E_MOD_NONAME0x801312EDModule has no name
VLDTR_E_MOD_NAMEFULLQLFD0x801312EEModule has fully-qualified name
VLDTR_E_TD_RTSPCLNOTSPCL0x801312EFTypeDef is tdRTSpecialName but not tdSpecialName
VLDTR_E_TD_EXTENDSIFACE0x801312F0TypeDef extends interface
VLDTR_E_MD_CTORPINVOKE0x801312F1.ctor,.cctor is PInvokeImpl
VLDTR_E_TD_SYSENUMNOTCLASS0x801312F2System.Enum is not a class
VLDTR_E_TD_SYSENUMNOTEXTVTYPE0x801312F3System.Enum extends not System.ValueType
VLDTR_E_MI_SIGMISMATCH0x801312F4MethodImpl's Decl and Body signatures mismatch
VLDTR_E_TD_ENUMHASMETHODS0x801312F5TypeDef extends System.Enum but has methods
VLDTR_E_TD_ENUMIMPLIFACE0x801312F6TypeDef extends System.Enum but impls interface(s)
VLDTR_E_TD_ENUMHASPROP0x801312F7TypeDef extends System.Enum but has prop(s)
VLDTR_E_TD_ENUMHASEVENT0x801312F8TypeDef extends System.Enum but has event(s)
VLDTR_E_TD_BADMETHODLST0x801312F9TypeDef has MethodList > Nmethods+1
VLDTR_E_TD_BADFIELDLST0x801312FATypeDef has FieldList > Nfields+1
VLDTR_E_CN_BADTYPE0x801312FBConstant has wrong type
VLDTR_E_TD_ENUMNOINSTFLD0x801312FCEnum has no instance fields
VLDTR_E_TD_ENUMMULINSTFLD0x801312FDEnum has multiple instance fields
VLDTR_E_INTERRUPTED0x801312FEValidator has been interrupted by the VEHandler.
VLDTR_E_NOTINIT0x801312FFValidator failed to initialize correctly.
CORDBG_E_UNRECOVERABLE_ERROR0x80131300Unrecoverable API error.
CORDBG_E_PROCESS_TERMINATED0x80131301Process was terminated.
CORDBG_E_PROCESS_NOT_SYNCHRONIZED0x80131302Process not synchronized.
CORDBG_E_CLASS_NOT_LOADED0x80131303A class is not loaded.
CORDBG_E_IL_VAR_NOT_AVAILABLE0x80131304An IL variable is not available at the
CORDBG_E_BAD_REFERENCE_VALUE0x80131305A reference value was found to be bad
CORDBG_E_FIELD_NOT_AVAILABLE0x80131306A field in a class is not available,
CORDBG_E_NON_NATIVE_FRAME0x80131307"Native frame only" operation on
CORDBG_E_NONCONTINUABLE_EXCEPTION0x80131308Continue on non-continuable exception
CORDBG_E_CODE_NOT_AVAILABLE0x80131309The code is currently unavailable
CORDBG_E_FUNCTION_NOT_IL0x8013130AAttempt to get a ICorDebugFunction for
CORDBG_E_CANT_SET_IP_INTO_FINALLY0x8013130ESetIP isn't possible, because SetIP would
CORDBG_E_CANT_SET_IP_OUT_OF_FINALLY0x8013130FSetIP isn't possible because it would move
CORDBG_E_CANT_SET_IP_INTO_CATCH0x80131310SetIP isn't possible, because SetIP would
CORDBG_E_SET_IP_NOT_ALLOWED_ON_NONLEAF_FRAME0x80131311Setip cannot be done on any frame except
CORDBG_E_SET_IP_IMPOSSIBLE0x80131312SetIP isn't allowed. For example, there is
CORDBG_E_FUNC_EVAL_BAD_START_POINT0x80131313Func eval can't work if we're, for example,
CORDBG_E_INVALID_OBJECT0x80131314This object value is no longer valid.
CORDBG_E_FUNC_EVAL_NOT_COMPLETE0x80131315If you call CordbEval::GetResult before the
CORDBG_E_INPROC_NOT_IMPL0x80131318The inproc version of the debugging API
CORDBG_E_STATIC_VAR_NOT_AVAILABLE0x8013131AA static variable isn't available because
CORDBG_E_OBJECT_IS_NOT_COPYABLE_VALUE_CLASS0x8013131BCan't copy a VC with object refs in it.
CORDBG_E_CANT_SETIP_INTO_OR_OUT_OF_FILTER0x8013131CSetIP can't leave or enter a filter
CORDBG_E_CANT_CHANGE_JIT_SETTING_FOR_ZAP_MODULE0x8013131DYou can't change JIT settings for ZAP
CORDBG_E_CANT_SET_IP_OUT_OF_FINALLY_ON_WIN640x8013131ESetIP isn't possible because it would move
CORDBG_E_CANT_SET_IP_OUT_OF_CATCH_ON_WIN640x8013131FSetIP isn't possible because it would move
CORDBG_E_REMOTE_CONNECTION_CONN_RESET0x80131320The remote device closed the connection.
CORDBG_E_REMOTE_CONNECTION_KEEP_ALIVE0x80131321The connection was closed due to akeep alive failure.
CORDBG_E_REMOTE_CONNECTION_FATAL_ERROR0x80131322Generic error that the device connection has been broken with no chance for recovery.
CORDBG_E_CANT_SET_TO_JMC0x80131323Can't use JMC on this code (likely wrong jit settings).
CORDBG_E_BAD_THREAD_STATE0x8013132DThe state of the thread is invalid.
CORDBG_E_DEBUGGER_ALREADY_ATTACHED0x8013132EThis process has already been attached to
CORDBG_E_SUPERFLOUS_CONTINUE0x8013132FReturned from a call to Continue that was
CORDBG_E_SET_VALUE_NOT_ALLOWED_ON_NONLEAF_FRAME0x80131330Can't perfrom SetValue on non-leaf frames.
CORDBG_E_ENC_EH_MAX_NESTING_LEVEL_CANT_INCREASE0x80131331When doing EnC, some JITters don't let you
CORDBG_E_ENC_MODULE_NOT_ENC_ENABLED0x80131332Tried to do EnC on a module that wasn't
CORDBG_E_SET_IP_NOT_ALLOWED_ON_EXCEPTION0x80131333Setip cannot be done on any exception
CORDBG_E_VARIABLE_IS_ACTUALLY_LITERAL0x80131334The 'variable' doesn't exist because it is a
CORDBG_E_PROCESS_DETACHED0x80131335Process has been detached from
CORDBG_E_ENC_METHOD_SIG_CHANGED0x80131336Not allowed to change the signature of an
CORDBG_E_ENC_METHOD_NO_LOCAL_SIG0x80131337Can't get the local signature for the method
CORDBG_E_ENC_CANT_ADD_FIELD_TO_VALUE_OR_LAYOUT_CLASS0x80131338Adding a field to a value or layout class is prohibitted,
CORDBG_E_ENC_CANT_CHANGE_FIELD0x80131339Once you've got a field, you're not allowed to change
CORDBG_E_ENC_CANT_ADD_NON_PRIVATE_MEMBER0x8013133AOnly support addition of private members.
CORDBG_E_FIELD_NOT_STATIC0x8013133BReturned if someone tries to call GetStaticFieldValue
CORDBG_E_FIELD_NOT_INSTANCE0x8013133CReturned if someone tries to call GetStaticFieldValue
CORDBG_E_ENC_ZAPPED_WITHOUT_ENC0x8013133DIf a zap file was created without the EnC flag set, then
CORDBG_E_ENC_BAD_METHOD_INFO0x8013133ELacking information about method.
CORDBG_E_ENC_JIT_CANT_UPDATE0x8013133FThe JIT is unable to update the method.
CORDBG_E_ENC_MISSING_CLASS0x80131340An internal structure about the class is missing
CORDBG_E_ENC_INTERNAL_ERROR0x80131341Generic message for "Something user doesn't control went wrong" message.
CORDBG_E_ENC_HANGING_FIELD0x80131342The field was added via enc after the class was loaded, and so instead of
CORDBG_E_MODULE_NOT_LOADED0x80131343If the module isn't loaded, including if it's been unloaded.
CORDBG_E_ENC_CANT_CHANGE_SUPERCLASS0x80131344Not allowed to change which class something inherits from
CORDBG_E_UNABLE_TO_SET_BREAKPOINT0x80131345Can't set a breakpoint here.
CORDBG_E_DEBUGGING_NOT_POSSIBLE0x80131346Debugging isn't possible due to an incompatability within the CLR implementation.
CORDBG_E_KERNEL_DEBUGGER_ENABLED0x80131347Debugging isn't possible because a kernel debugger is enabled on the system.
CORDBG_E_KERNEL_DEBUGGER_PRESENT0x80131348Debugging isn't possible because a kernel debugger is present on the system.
CORDBG_E_HELPER_THREAD_DEAD0x80131349The debugger's internal helper thread is dead.
CORDBG_E_INTERFACE_INHERITANCE_CANT_CHANGE0x8013134ANot allowed to change interface inheritance.
CORDBG_E_INCOMPATIBLE_PROTOCOL0x8013134BThe debugger's protocol is incompatible with the debuggee.
CORDBG_E_TOO_MANY_PROCESSES0x8013134CThe debugger can only handle a finite number of debuggees.
CORDBG_E_INTEROP_NOT_SUPPORTED0x8013134DInterop is not allowed on a win9x platform
CORDBG_E_NO_REMAP_BREAKPIONT0x8013134ECannot call RemapFunction until have received RemapBreakpoint
CORDBG_E_OBJECT_NEUTERED0x8013134FObject has been neutered (it's in a zombie state).
CORPROF_E_FUNCTION_NOT_COMPILED0x80131350Function not yet compiled.
CORPROF_E_DATAINCOMPLETE0x80131351The ID is not fully loaded/defined yet.
CORPROF_E_NOT_REJITABLE_METHODS0x80131352The Module is not configured for updateable methods.
CORPROF_E_CANNOT_UPDATE_METHOD0x80131353The Method could not be updated for re-jit.
CORPROF_E_FUNCTION_NOT_IL0x80131354The Method has no associated IL
CORPROF_E_NOT_MANAGED_THREAD0x80131355The thread has never run managed code before
CORPROF_E_CALL_ONLY_FROM_INIT0x80131356The function may only be called during profiler init
CORPROF_E_INPROC_NOT_ENABLED0x80131357Inprocess debugging must be enabled during init
CORPROF_E_JITMAPS_NOT_ENABLED0x80131358Can't get a JIT map becuase they are not enabled
CORPROF_E_INPROC_ALREADY_BEGUN0x80131359If a profiler tries to call BeginInprocDebugging more than
CORPROF_E_INPROC_NOT_AVAILABLE0x8013135AStates that inprocess debugging not allowed at this point
CORPROF_E_NOT_YET_AVAILABLE0x8013135BThis is a general error used to indicated that the information
CORPROF_E_TYPE_IS_PARAMETERIZED0x8013135CThe given type is a generic and cannot be used with this method.
CORPROF_E_FUNCTION_IS_PARAMETERIZED0x8013135DThe given function is a generic and cannot be used with this method.
CORPROF_E_STACKSNAPSHOT_INVALID_TGT_THREAD0x8013135EA profiler tried to walk the stack of an invalid thread
CORPROF_E_STACKSNAPSHOT_UNMANAGED_CTX0x8013135FA profiler can not walk a thread that is currently executing unmanaged code
CORPROF_E_STACKSNAPSHOT_UNSAFE0x80131360A stackwalk at this point may cause dead locks or data corruption
CORPROF_E_STACKSNAPSHOT_ABORTED0x80131361Stackwalking callback requested the walk to abort
CORPROF_E_LITERALS_HAVE_NO_ADDRESS0x80131362Returned when asked for the address of a static that is a literal.
CORPROF_E_UNSUPPORTED_CALL_SEQUENCE0x80131363A call was made at an unsupported time (e.g., API illegally called asynchronously)
CORPROF_E_ASYNCHRONOUS_UNSAFE0x80131364A legal asynchronous call was made at an unsafe time (e.g., CLR locks are held)
CORPROF_E_CLASSID_IS_ARRAY0x80131365The specified ClassID cannot be inspected by this function because it is an array
CORPROF_E_CLASSID_IS_COMPOSITE0x80131366The specified ClassID is a non-array composite type (e.g., ref) and cannot be inspected
SECURITY_E_XML_TO_ASN_ENCODING0x80131400Failed to convert XML to ASN
SECURITY_E_INCOMPATIBLE_SHARE0x80131401Loading this assembly would produce a different grant set from other instances
SECURITY_E_UNVERIFIABLE0x80131402Unverifable code failed policy check
SECURITY_E_INCOMPATIBLE_EVIDENCE0x80131403Assembly already loaded without additional security evidence.
CORSEC_E_DECODE_SET0x80131410Failure decoding permission set
CORSEC_E_ENCODE_SET0x80131411Failure encoding permission set
CORSEC_E_UNSUPPORTED_FORMAT0x80131412Unrecognized encoding format
CORSEC_E_CRYPTOAPI_CALL_FAILED0x80131413StrongName APIs not supported on system
CORSEC_E_NO_SUITABLE_CSP0x80131414StrongName APIs couldn't locate a matching CSP
CORSEC_E_INVALID_ATTR0x80131415Invalid security custom attribute
CORSEC_E_POLICY_EXCEPTION0x80131416PolicyException thrown
CORSEC_E_MIN_GRANT_FAIL0x80131417Failed to grant minimum permission requests
CORSEC_E_NO_EXEC_PERM0x80131418Failed to grant permission to execute
CORSEC_E_XMLSYNTAX0x80131419XML Syntax error
CORSEC_E_INVALID_STRONGNAME0x8013141AStrong name validation failed
CORSEC_E_MISSING_STRONGNAME0x8013141BAssembly is not strong named
CORSEC_E_CONTAINER_NOT_FOUND0x8013141CStrong name key container not found
CORSEC_E_INVALID_IMAGE_FORMAT0x8013141DInvalid assembly file format
CORSEC_E_INVALID_PUBLICKEY0x8013141EInvalid assembly public key
CORSEC_E_SIGNATURE_MISMATCH0x80131420Signature size mismatch
CORSEC_E_CRYPTO0x80131430generic CryptographicException
CORSEC_E_CRYPTO_UNEX_OPER0x80131431generic CryptographicUnexpectedOperationException
CORSECATTR_E_BAD_ATTRIBUTE0x8013143AGeneric problem with a custom attribute
CORSECATTR_E_MISSING_CONSTRUCTOR0x8013143BMissing a required constructor
CORSECATTR_E_FAILED_TO_CREATE_PERM0x8013143CUnable to create a permission for this attribute
CORSECATTR_E_BAD_ACTION_ASM0x8013143DSecurityAction type invalid on assembly
CORSECATTR_E_BAD_ACTION_OTHER0x8013143ESecurityAction type invalid on types and methods
CORSECATTR_E_BAD_PARENT0x8013143FSecurity custom attribute attached to invalid parent
CORSECATTR_E_TRUNCATED0x80131440Bad custom attribute serialized blob
CORSECATTR_E_BAD_VERSION0x80131441Bad custom attribute serialized blob version
CORSECATTR_E_BAD_ACTION0x80131442Invalid security action code
CORSECATTR_E_NO_SELF_REF0x80131443CA ref to CA def'd in same assembly
CORSECATTR_E_BAD_NONCAS0x80131444Use of non-CAS perm with invalid action
CORSECATTR_E_ASSEMBLY_LOAD_FAILED0x80131445Failed to load assembly containing CA (or req'd CA type)
CORSECATTR_E_ASSEMBLY_LOAD_FAILED_EX0x80131446Failed to load assembly containing CA (or req'd CA type)
CORSECATTR_E_TYPE_LOAD_FAILED0x80131447Failed to load CA type (or reqd CA type)
CORSECATTR_E_TYPE_LOAD_FAILED_EX0x80131448Failed to load CA type (or reqd CA type)
CORSECATTR_E_ABSTRACT0x80131449CA type is abstract
CORSECATTR_E_UNSUPPORTED_TYPE0x8013144AUnsupported type for field/property setter
CORSECATTR_E_UNSUPPORTED_ENUM_TYPE0x8013144BUnsupported base type for enum field/property
CORSECATTR_E_NO_FIELD0x8013144CCouldn't find a CA field
CORSECATTR_E_NO_PROPERTY0x8013144DCouldn't find a CA property
CORSECATTR_E_EXCEPTION0x8013144EUnexpected exception
CORSECATTR_E_EXCEPTION_HR0x8013144FUnexpected exception
ISS_E_ISOSTORE_START0x80131450
ISS_E_OPEN_STORE_FILE0x80131460
ISS_E_OPEN_FILE_MAPPING0x80131461
ISS_E_MAP_VIEW_OF_FILE0x80131462
ISS_E_GET_FILE_SIZE0x80131463
ISS_E_CREATE_MUTEX0x80131464
ISS_E_LOCK_FAILED0x80131465
ISS_E_FILE_WRITE0x80131466
ISS_E_SET_FILE_POINTER0x80131467
ISS_E_CREATE_DIR0x80131468
ISS_E_STORE_NOT_OPEN0x80131469
ISS_E_CORRUPTED_STORE_FILE0x80131480
ISS_E_STORE_VERSION0x80131481
ISS_E_FILE_NOT_MAPPED0x80131482
ISS_E_BLOCK_SIZE_TOO_SMALL0x80131483
ISS_E_ALLOC_TOO_LARGE0x80131484
ISS_E_USAGE_WILL_EXCEED_QUOTA0x80131485
ISS_E_TABLE_ROW_NOT_FOUND0x80131486
ISS_E_DEPRECATE0x801314A0
ISS_E_CALLER0x801314A1
ISS_E_PATH_LENGTH0x801314A2
ISS_E_MACHINE0x801314A3
ISS_E_MACHINE_DACL0x801314A4
ISS_E_ISOSTORE_END0x801314FF
COR_E_EXCEPTION0x80131500Base class for all exceptions in the runtime
COR_E_SYSTEM0x80131501The base class for the runtime's "less serious" exceptions
COR_E_ARGUMENTOUTOFRANGE0x80131502An argument was out of its legal range.
COR_E_ARRAYTYPEMISMATCH0x80131503Attempted to store an object of the wrong type in an array
COR_E_CONTEXTMARSHAL0x80131504
COR_E_TIMEOUT0x80131505
COR_E_EXECUTIONENGINE0x80131506An internal error happened in the Common Language Runtime's Execution Engine
COR_E_FIELDACCESS0x80131507Access to this field is denied.
COR_E_INDEXOUTOFRANGE0x80131508Attempted to access an element within an array by using an index that is not within the bound of that array.
COR_E_INVALIDOPERATION0x80131509An operation is not legal in the current state.
COR_E_SECURITY0x8013150AAn error relating to security occured.
COR_E_REMOTING0x8013150BAn error relating to remoting occurred.
COR_E_SERIALIZATION0x8013150C
COR_E_VERIFICATION0x8013150DA verification failure occurred
COR_E_SERVER0x8013150E
COR_E_SERVICEDCOMPONENT0x8013150FAn error relating to ServicedComponent occurred.
COR_E_METHODACCESS0x80131510Access to this method is denied.
COR_E_MISSINGFIELD0x80131511An attempt was made to dynamically access a field that does not exist.
COR_E_MISSINGMEMBER0x80131512An attempt was made to dynamically invoke or access a field or method that does not exist.
COR_E_MISSINGMETHOD0x80131513An attempt was made to dynamically invoke a method that does not exist
COR_E_MULTICASTNOTSUPPORTED0x80131514Attempted to combine delegates that are not multicast
COR_E_NOTSUPPORTED0x80131515The operation is not supported
COR_E_OVERFLOW0x80131516An arithmetic, casting, or conversion operation overflowed or underflowed.
COR_E_RANK0x80131517An array has the wrong number of dimensions for a particular operation.
COR_E_SYNCHRONIZATIONLOCK0x80131518Wait(), Notify() or NotifyAll() was called from an unsynchronized ** block of c
COR_E_THREADINTERRUPTED0x80131519Indicates that the thread was interrupted from a waiting state
COR_E_MEMBERACCESS0x8013151AAccess to this member is denied.
COR_E_THREADSTATE0x80131520Indicate that the Thread class is in an invalid state for the method call
COR_E_THREADSTOP0x80131521Thrown into a thread to cause it to stop. This exception is typically not caught
COR_E_TYPELOAD0x80131522Could not find or load a specific type (class, enum, etc).
COR_E_ENTRYPOINTNOTFOUND0x80131523Could not find the specified DllImport entry point
COR_E_DLLNOTFOUND0x80131524Could not find the specified DllImport DLL.
COR_E_THREADSTART0x80131525Indicate that a user thread fails to start.
COR_E_INVALIDCOMOBJECT0x80131527An invalid __ComObject has been used.
COR_E_NOTFINITENUMBER0x80131528Thrown if value (a floating point number) is either the not a number value (NaN) or +- infinity value VB needs this stuff
COR_E_DUPLICATEWAITOBJECT0x80131529An object appears more than once in the wait objects array.
COR_E_SEMAPHOREFULL0x8013152BAdding the given count to the semaphore would cause it to exceed its maximum count.
COR_E_WAITHANDLECANNOTBEOPENED0x8013152CNo Semaphore of the given name exists.
COR_E_ABANDONEDMUTEX0x8013152DThe wait completed due to an abandoned mutex.
COR_E_THREADABORTED0x80131530Thrown into a thread to cause it to abort. Not catchable.
COR_E_INVALIDOLEVARIANTTYPE0x80131531The type of an OLE variant that was passed into the runtime is invalid.
COR_E_MISSINGMANIFESTRESOURCE0x80131532An expected resource in the assembly manifest was missing.
COR_E_SAFEARRAYTYPEMISMATCH0x80131533A mismatch has occured between the runtime type of the array and the sub type recorded in the metadata.
COR_E_TYPEINITIALIZATION0x80131534An exception was thrown by a type's initializer (.cctor).
COR_E_MARSHALDIRECTIVE0x80131535The marshaling directives are invalid.
COR_E_MISSINGSATELLITEASSEMBLY0x80131536An expected satellite assembly containing the ultimate fallback resources for a given culture was not found or couldn't be loaded. Setup problem?
COR_E_FORMAT0x80131537The format of one arguments does not meet the contract of the method.
COR_E_SAFEARRAYRANKMISMATCH0x80131538A mismatch has occured between the runtime rank of the array and the rank recorded in the metadata.
COR_E_PLATFORMNOTSUPPORTED0x80131539The method is not supported on this platform
COR_E_INVALIDPROGRAM0x8013153AA program contained invalid IL or bad metadata. Usually this is a compiler bug.
COR_E_OPERATIONCANCELED0x8013153BThe operation was cancelled.
COR_E_INSUFFICIENTMEMORY0x8013153DNot enough memory was available for an operation. This may not be potentially fatal (vs. an OutOfMemoryException).
COR_E_RUNTIMEWRAPPED0x8013153EAn object that does not derive from System.Exception has been wrapped in a RuntimeWrappedException.
COR_E_DEVICESNOTSUPPORTED0x80131540
COR_E_DATAMISALIGNED0x80131541A datatype misalignment was detected in a load or store instruction.
COR_E_KEYNOTFOUND0x80131577
COR_E_APPLICATION0x80131600The base class for all "less serious" exceptions.
COR_E_INVALIDFILTERCRITERIA0x80131601The given filter criteria does not match the filter contract.
COR_E_REFLECTIONTYPELOAD0x80131602Could not find or load a specific class that was requested through Reflection
COR_E_TARGET0x80131603- If you attempt to invoke a non-static method with a null Object - If you atte
COR_E_TARGETINVOCATION0x80131604If the method called throws an exception
COR_E_CUSTOMATTRIBUTEFORMAT0x80131605If the binary format of a custom attribute is invalid.
COR_E_IO0x80131620Some sort of I/O error.
COR_E_FILELOAD0x80131621
COR_E_OBJECTDISPOSED0x80131622The object has already been disposed.
COR_E_FAILFAST0x80131623Runtime operation halted by call to System.Environment.FailFast().
COR_E_HOSTPROTECTION0x80131640Attempted to perform an operation that was forbidden by the host.
COR_E_ILLEGAL_REENTRANCY0x80131641Attempted to call into managed code when executing inside a low level extensibility point.
CLR_E_SHIM_RUNTIMELOAD0x80131700Failed to load the runtime
CLR_E_SHIM_RUNTIMEEXPORT0x80131701Failed to find a required export in the runtime
CLR_E_SHIM_INSTALLROOT0x80131702Install root is not defined
CLR_E_SHIM_INSTALLCOMP0x80131703Expected component of the runtime is not available
VER_E_HRESULT0x80131801
VER_E_OFFSET0x80131802
VER_E_OPCODE0x80131803
VER_E_OPERAND0x80131804
VER_E_TOKEN0x80131805
VER_E_EXCEPT0x80131806
VER_E_STACK_SLOT0x80131807
VER_E_LOC0x80131808
VER_E_ARG0x80131809
VER_E_FOUND0x8013180A
VER_E_EXPECTED0x8013180B
VER_E_LOC_BYNAME0x8013180C
VER_E_UNKNOWN_OPCODE0x80131810
VER_E_SIG_CALLCONV0x80131811
VER_E_SIG_ELEMTYPE0x80131812
VER_E_RET_SIG0x80131814
VER_E_FIELD_SIG0x80131815
VER_E_INTERNAL0x80131818
VER_E_STACK_TOO_LARGE0x80131819
VER_E_ARRAY_NAME_LONG0x8013181A
VER_E_FALLTHRU0x80131820
VER_E_TRY_GTEQ_END0x80131821
VER_E_TRYEND_GT_CS0x80131822
VER_E_HND_GTEQ_END0x80131823
VER_E_HNDEND_GT_CS0x80131824
VER_E_FLT_GTEQ_CS0x80131825
VER_E_TRY_START0x80131826
VER_E_HND_START0x80131827
VER_E_FLT_START0x80131828
VER_E_TRY_OVERLAP0x80131829
VER_E_TRY_EQ_HND_FIL0x8013182A
VER_E_TRY_SHARE_FIN_FAL0x8013182B
VER_E_HND_OVERLAP0x8013182C
VER_E_HND_EQ0x8013182D
VER_E_FIL_OVERLAP0x8013182E
VER_E_FIL_EQ0x8013182F
VER_E_FIL_CONT_TRY0x80131830
VER_E_FIL_CONT_HND0x80131831
VER_E_FIL_CONT_FIL0x80131832
VER_E_FIL_GTEQ_CS0x80131833
VER_E_FIL_START0x80131834
VER_E_FALLTHRU_EXCEP0x80131835
VER_E_FALLTHRU_INTO_HND0x80131836
VER_E_FALLTHRU_INTO_FIL0x80131837
VER_E_LEAVE0x80131838
VER_E_RETHROW0x80131839
VER_E_ENDFINALLY0x8013183A
VER_E_ENDFILTER0x8013183B
VER_E_ENDFILTER_MISSING0x8013183C
VER_E_BR_INTO_TRY0x8013183D
VER_E_BR_INTO_HND0x8013183E
VER_E_BR_INTO_FIL0x8013183F
VER_E_BR_OUTOF_TRY0x80131840
VER_E_BR_OUTOF_HND0x80131841
VER_E_BR_OUTOF_FIL0x80131842
VER_E_BR_OUTOF_FIN0x80131843
VER_E_RET_FROM_TRY0x80131844
VER_E_RET_FROM_HND0x80131845
VER_E_RET_FROM_FIL0x80131846
VER_E_BAD_JMP_TARGET0x80131847
VER_E_PATH_LOC0x80131848
VER_E_PATH_THIS0x80131849
VER_E_PATH_STACK0x8013184A
VER_E_PATH_STACK_DEPTH0x8013184B
VER_E_THIS0x8013184C
VER_E_THIS_UNINIT_EXCEP0x8013184D
VER_E_THIS_UNINIT_STORE0x8013184E
VER_E_THIS_UNINIT_RET0x8013184F
VER_E_THIS_UNINIT_V_RET0x80131850
VER_E_THIS_UNINIT_BR0x80131851
VER_E_LDFTN_CTOR0x80131852
VER_E_STACK_NOT_EQ0x80131853
VER_E_STACK_UNEXPECTED0x80131854
VER_E_STACK_EXCEPTION0x80131855
VER_E_STACK_OVERFLOW0x80131856
VER_E_STACK_UNDERFLOW0x80131857
VER_E_STACK_EMPTY0x80131858
VER_E_STACK_UNINIT0x80131859
VER_E_STACK_I_I4_I80x8013185A
VER_E_STACK_R_R4_R80x8013185B
VER_E_STACK_NO_R_I80x8013185C
VER_E_STACK_NUMERIC0x8013185D
VER_E_STACK_OBJREF0x8013185E
VER_E_STACK_P_OBJREF0x8013185F
VER_E_STACK_BYREF0x80131860
VER_E_STACK_METHOD0x80131861
VER_E_STACK_ARRAY_SD0x80131862
VER_E_STACK_VALCLASS0x80131863
VER_E_STACK_P_VALCLASS0x80131864
VER_E_STACK_NO_VALCLASS0x80131865
VER_E_LOC_DEAD0x80131866
VER_E_LOC_NUM0x80131867
VER_E_ARG_NUM0x80131868
VER_E_TOKEN_RESOLVE0x80131869
VER_E_TOKEN_TYPE0x8013186A
VER_E_TOKEN_TYPE_MEMBER0x8013186B
VER_E_TOKEN_TYPE_FIELD0x8013186C
VER_E_TOKEN_TYPE_SIG0x8013186D
VER_E_UNVERIFIABLE0x8013186E
VER_E_LDSTR_OPERAND0x8013186F
VER_E_RET_PTR_TO_STACK0x80131870
VER_E_RET_VOID0x80131871
VER_E_RET_MISSING0x80131872
VER_E_RET_EMPTY0x80131873
VER_E_RET_UNINIT0x80131874
VER_E_ARRAY_ACCESS0x80131875
VER_E_ARRAY_V_STORE0x80131876
VER_E_ARRAY_SD0x80131877
VER_E_ARRAY_SD_PTR0x80131878
VER_E_ARRAY_FIELD0x80131879
VER_E_ARGLIST0x8013187A
VER_E_VALCLASS0x8013187B
VER_E_METHOD_ACCESS0x8013187C
VER_E_FIELD_ACCESS0x8013187D
VER_E_DEAD0x8013187E
VER_E_FIELD_STATIC0x8013187F
VER_E_FIELD_NO_STATIC0x80131880
VER_E_ADDR0x80131881
VER_E_ADDR_BYREF0x80131882
VER_E_ADDR_LITERAL0x80131883
VER_E_INITONLY0x80131884
VER_E_THROW0x80131885
VER_E_CALLVIRT_VALCLASS0x80131886
VER_E_CALL_SIG0x80131887
VER_E_CALL_STATIC0x80131888
VER_E_CTOR0x80131889
VER_E_CTOR_VIRT0x8013188A
VER_E_CTOR_OR_SUPER0x8013188B
VER_E_CTOR_MUL_INIT0x8013188C
VER_E_SIG0x8013188D
VER_E_SIG_ARRAY0x8013188E
VER_E_SIG_ARRAY_PTR0x8013188F
VER_E_SIG_ARRAY_BYREF0x80131890
VER_E_SIG_ELEM_PTR0x80131891
VER_E_SIG_VARARG0x80131892
VER_E_SIG_VOID0x80131893
VER_E_SIG_BYREF_BYREF0x80131894
VER_E_CODE_SIZE_ZERO0x80131896
VER_E_BAD_VARARG0x80131897
VER_E_TAIL_CALL0x80131898
VER_E_TAIL_BYREF0x80131899
VER_E_TAIL_RET0x8013189A
VER_E_TAIL_RET_VOID0x8013189B
VER_E_TAIL_RET_TYPE0x8013189C
VER_E_TAIL_STACK_EMPTY0x8013189D
VER_E_METHOD_END0x8013189E
VER_E_BAD_BRANCH0x8013189F
VER_E_FIN_OVERLAP0x801318A0
VER_E_LEXICAL_NESTING0x801318A1
VER_E_VOLATILE0x801318A2
VER_E_UNALIGNED0x801318A3
VER_E_INNERMOST_FIRST0x801318A4
VER_E_CALLI_VIRTUAL0x801318A5
VER_E_CALL_ABSTRACT0x801318A6
VER_E_STACK_UNEXP_ARRAY0x801318A7
VER_E_NOT_IN_GC_HEAP0x801318A8
VER_E_TRY_N_EMPTY_STACK0x801318A9
VER_E_DLGT_CTOR0x801318AA
VER_E_DLGT_BB0x801318AB
VER_E_DLGT_PATTERN0x801318AC
VER_E_DLGT_LDFTN0x801318AD
VER_E_FTN_ABSTRACT0x801318AE
VER_E_SIG_C_VC0x801318AF
VER_E_SIG_VC_C0x801318B0
VER_E_BOX_PTR_TO_STACK0x801318B1
VER_E_SIG_BYREF_TB_AH0x801318B2
VER_E_SIG_ARRAY_TB_AH0x801318B3
VER_E_ENDFILTER_STACK0x801318B4
VER_E_DLGT_SIG_I0x801318B5
VER_E_DLGT_SIG_O0x801318B6
VER_E_RA_PTR_TO_STACK0x801318B7
VER_E_CATCH_VALUE_TYPE0x801318B8
VER_E_CATCH_BYREF0x801318B9
VER_E_FIL_PRECEED_HND0x801318BA
VER_E_LDVIRTFTN_STATIC0x801318BB
VER_E_CALLVIRT_STATIC0x801318BC
VER_E_INITLOCALS0x801318BD
VER_E_BR_TO_EXCEPTION0x801318BE
VER_E_CALL_CTOR0x801318BF
VER_E_VALCLASS_OBJREF_VAR0x801318C0
VER_E_STACK_P_VALCLASS_OBJREF_VAR0x801318C1
VER_E_SIG_VAR_PARAM0x801318C2
VER_E_SIG_MVAR_PARAM0x801318C3
VER_E_SIG_VAR_ARG0x801318C4
VER_E_SIG_MVAR_ARG0x801318C5
VER_E_SIG_GENERICINST0x801318C6
VER_E_SIG_METHOD_INST0x801318C7
VER_E_SIG_METHOD_PARENT_INST0x801318C8
VER_E_SIG_FIELD_PARENT_INST0x801318C9
VER_E_CALLCONV_NOT_GENERICINST0x801318CA
VER_E_TOKEN_BAD_METHOD_SPEC0x801318CB
VER_E_BAD_READONLY_PREFIX0x801318CC
VER_E_BAD_CONSTRAINED_PREFIX0x801318CD
VER_E_CIRCULAR_VAR_CONSTRAINTS0x801318CE
VER_E_CIRCULAR_MVAR_CONSTRAINTS0x801318CF
VER_E_UNSATISFIED_METHOD_INST0x801318D0
VER_E_UNSATISFIED_METHOD_PARENT_INST0x801318D1
VER_E_UNSATISFIED_FIELD_PARENT_INST0x801318D2
VER_E_UNSATISFIED_BOX_OPERAND0x801318D3
VER_E_CONSTRAINED_CALL_WITH_NON_BYREF_THIS0x801318D4
VER_E_CONSTRAINED_OF_NON_VARIABLE_TYPE0x801318D5
VER_E_READONLY_UNEXPECTED_CALLEE0x801318D6
VER_E_READONLY_ILLEGAL_WRITE0x801318D7
VER_E_READONLY_IN_MKREFANY0x801318D8
VER_E_UNALIGNED_ALIGNMENT0x801318D9
VER_E_TAILCALL_INSIDE_EH0x801318DA
VER_E_BACKWARD_BRANCH0x801318DB
VER_E_CALL_TO_VTYPE_BASE0x801318DC
VER_E_NEWOBJ_OF_ABSTRACT_CLASS0x801318DD
VER_E_UNMANAGED_POINTER0x801318DE
VER_E_LDFTN_NON_FINAL_VIRTUAL0x801318DF
VER_E_FIELD_OVERLAP0x801318E0
VER_E_THIS_MISMATCH0x801318E1
VER_E_STACK_I_I40x801318E2
VER_E_BAD_PE0x801318F0
VER_E_BAD_MD0x801318F1
VER_E_BAD_APPDOMAIN0x801318F2
VER_E_TYPELOAD0x801318F3
VER_E_PE_LOAD0x801318F4
VER_E_WRITE_RVA_STATIC0x801318F5
COR_E_SqlException0x80131904System.Data.SqlClient.SqlClientException
COR_E_Data0x80131920
COR_E_DataDeletedRowInaccessible0x80131921
COR_E_DataDuplicateName0x80131922
COR_E_DataInRowChangingEvent0x80131923
COR_E_DataInvalidConstraint0x80131924
COR_E_DataMissingPrimaryKey0x80131925
COR_E_DataNoNullAllowed0x80131926
COR_E_DataReadOnly0x80131927
COR_E_DataRowNotInTable0x80131928
COR_E_DataVersionNotFound0x80131929
COR_E_DataConstraint0x8013192A
COR_E_StrongTyping0x8013192B
COR_E_SqlType0x80131930
COR_E_SqlNullValue0x80131931
COR_E_SqlTruncate0x80131932
COR_E_AdapterMapping0x80131933
COR_E_DataAdapter0x80131934
COR_E_DBConcurrency0x80131935
COR_E_OperationAborted0x80131936
COR_E_OdbcException0x80131937System.Data.Odbc.OdbcException
COR_E_OracleException0x80131938System.Data.OracleClient.OracleException
COR_E_Xml0x80131940
COR_E_XmlSchema0x80131941
COR_E_XmlXslt0x80131942
COR_E_XmlXPath0x80131943
COR_E_XmlQuery0x80131944
VLDTR_E_IFACE_NOTIFACE0x80131B00Interface in InterfaceImpl is not marked tdInterface
VLDTR_E_FD_RVAHASNORVA0x80131B01Field marked fdHasFieldRVA but has no RVA rec
VLDTR_E_FD_RVAHASZERORVA0x80131B02Field marked fdHasFieldRVA has RVA =0
VLDTR_E_MD_RVAANDIMPLMAP0x80131B03Method has both RVA !=0 and ImplMap
VLDTR_E_TD_EXTRAFLAGS0x80131B04TypeDef has extraneous bits in flags
VLDTR_E_TD_EXTENDSITSELF0x80131B05TypeDef extends itself
VLDTR_E_TD_SYSVTNOTEXTOBJ0x80131B06System.ValueType does not extend System.Object
VLDTR_E_TD_EXTTYPESPEC0x80131B07Class extends TypeSpec (warning)
VLDTR_E_TD_VTNOSIZE0x80131B09Value Class has zero size
VLDTR_E_TD_IFACESEALED0x80131B0AInterface is sealed
VLDTR_E_NC_BADNESTED0x80131B0BBad "nested" token in NestedClass
VLDTR_E_NC_BADENCLOSER0x80131B0CBad "enclosing" token in NestedClass
VLDTR_E_NC_DUP0x80131B0DDuplicate NestedClass record
VLDTR_E_NC_DUPENCLOSER0x80131B0EDuplicate NestedClass with different encloser
VLDTR_E_FRVA_ZERORVA0x80131B0FRVA=0 in FieldRVA record
VLDTR_E_FRVA_BADFIELD0x80131B10Invalid field token in FieldRVA record
VLDTR_E_FRVA_DUPRVA0x80131B11Duplicate RVA in FieldRVA record
VLDTR_E_FRVA_DUPFIELD0x80131B12Duplicate field in FieldRVA record
VLDTR_E_EP_BADTOKEN0x80131B13Bad token as entry point in CLR header
VLDTR_E_EP_INSTANCE0x80131B14Entry point in CLR header is a token of instance method
VLDTR_E_TD_ENUMFLDBADTYPE0x80131B15Enum has non-integral underlying type
VLDTR_E_MD_BADRVA0x80131B16Method has bogus RVA
VLDTR_E_FD_LITERALNODEFAULT0x80131B17Literal field has no const value
VLDTR_E_IFACE_METHNOTIMPL0x80131B18Class implementing an interface doesn't impl.one of methods
VLDTR_E_CA_BADPARENT0x80131B19CA has invalid owner
VLDTR_E_CA_BADTYPE0x80131B1ACA has invalid type
VLDTR_E_CA_NOTCTOR0x80131B1BCA type is not .ctor
VLDTR_E_CA_BADSIG0x80131B1CCA type has bad signature
VLDTR_E_CA_NOSIG0x80131B1DCA type has no signature
VLDTR_E_CA_BADPROLOG0x80131B1ECA blob has bad prolog (not 0x01 0x00)
VLDTR_E_MD_BADLOCALSIGTOK0x80131B1FMethod has invalid LocalSig token
VLDTR_E_MD_BADHEADER0x80131B20Method has invalid header
VLDTR_E_EP_TOOMANYARGS0x80131B21Entry point has more than one arg
VLDTR_E_EP_BADRET0x80131B22Entry point has bad return type
VLDTR_E_EP_BADARG0x80131B23Entry point has bad argument
VLDTR_E_SIG_BADVOID0x80131B24Illegal "void" in signature
VLDTR_E_IFACE_METHMULTIMPL0x80131B25Multiple implementation of method
VLDTR_E_GP_NAMENULL0x80131B26GenericParam name is NULL
VLDTR_E_GP_OWNERNIL0x80131B27GenericParam has nil owner.
VLDTR_E_GP_DUPNAME0x80131B28GenericParam has duplicate by owner and name.
VLDTR_E_GP_DUPNUMBER0x80131B29GenericParam has duplicate by owner and number.
VLDTR_E_GP_NONSEQ_BY_OWNER0x80131B2AGenericParam is non sequential by owner
VLDTR_E_GP_NONSEQ_BY_NUMBER0x80131B2BGenericParam is non sequential by number
VLDTR_E_GP_UNEXPECTED_OWNER_FOR_VARIANT_VAR0x80131B2CGenericParam has variance but its owner is not an interface or delegate
VLDTR_E_GP_ILLEGAL_VARIANT_MVAR0x80131B2DGenericParam is a method type parameter and must be non-variant
VLDTR_E_GP_ILLEGAL_VARIANCE_FLAGS0x80131B2EGenericParam has illegal value for variance flags
VLDTR_E_GP_REFANDVALUETYPE0x80131B2FGenericParam has incompatible special constraints reference type and valuetype
VLDTR_E_GPC_OWNERNIL0x80131B30GenericParamConstraint has nil owner
VLDTR_E_GPC_DUP0x80131B31GenericParamConstraint has duplicate by owner and constraint
VLDTR_E_GPC_NONCONTIGUOUS0x80131B32GenericParamConstraint is non-contiguous with preceeding constraints for same owner
VLDTR_E_MS_METHODNIL0x80131B33MethodSpec has nil method
VLDTR_E_MS_DUP0x80131B34MethodSpec has duplicate based own method and instantiation
VLDTR_E_MS_BADCALLINGCONV0x80131B35MethodSpec signature has invalid calling convention
VLDTR_E_MS_MISSARITY0x80131B36MethodSpec signature is missing arity specification
VLDTR_E_MS_MISSARG0x80131B37MethodSpec signature is missing type argument
VLDTR_E_MS_ARITYMISMATCH0x80131B38MethodSpec arity of generic method and instantiation do not match
VLDTR_E_MS_METHODNOTGENERIC0x80131B39MethodSpec method is not generic
VLDTR_E_SIG_MISSARITY0x80131B3ASignature missing arity of instantiated generic type
VLDTR_E_SIG_ARITYMISMATCH0x80131B3BSignature has generic type of arity instantiated at different arity
VLDTR_E_MD_GENERIC_CCTOR0x80131B3CMethod cannot be both generic and a class constructor
VLDTR_E_MD_GENERIC_CTOR0x80131B3DMethod cannot be both generic and an instance constructor
VLDTR_E_MD_GENERIC_IMPORT0x80131B3EMethod cannot be both generic and defined on an imported type
VLDTR_E_MD_GENERIC_BADCALLCONV0x80131B3FMethod cannot be both generic and have non-default calling convention
VLDTR_E_EP_GENERIC_METHOD0x80131B40Entry point in CLR header is the token for a generic method
VLDTR_E_MD_MISSARITY0x80131B41Method signature is generic but is missing its arity
VLDTR_E_MD_ARITYZERO0x80131B42Method signature is generic but its arity is zero
VLDTR_E_SIG_ARITYZERO0x80131B43Signature has generic type instantiated at arity 0
VLDTR_E_MS_ARITYZERO0x80131B44MethodSpec signature has arity 0
VLDTR_E_MD_GPMISMATCH0x80131B45MethodDef signature has arity n but owns m GenericParams
VLDTR_E_EP_GENERIC_TYPE0x80131B46Entry point in CLR header is the token for a method in a generic type
VLDTR_E_MI_DECLNOTGENERIC0x80131B47MethodImpl overrides non-generic method with generic method
VLDTR_E_MI_IMPLNOTGENERIC0x80131B48MethodImpl overrides non-generic method with generic method
VLDTR_E_MI_ARITYMISMATCH0x80131B49MethodImpl overrides generic method of arity n with generic method of arity m
VLDTR_E_TD_EXTBADTYPESPEC0x80131B4ATypeDef extends a TypeSpec that is not an instantiated type
VLDTR_E_SIG_BYREFINST0x80131B4BSignature has type instantiated at byref at offset i
VLDTR_E_MS_BYREFINST0x80131B4CSignature has type instantiated at byref at offset i
VLDTR_E_TS_EMPTY0x80131B4DTypeSpec has empty signature
VLDTR_E_TS_HASSENTINALS0x80131B4ETypeSpec has signature containing one or more sentinals
VLDTR_E_TD_GENERICHASEXPLAYOUT0x80131B4FTypeDef is generic but has explicit layout
VLDTR_E_SIG_BADTOKTYPE0x80131B50Signature has token following ELEMENT_TYPE_CLASS (_VALUETYPE) that is not a TypeDef or TypeRef
VLDTR_E_IFACE_METHNOTIMPLTHISMOD0x80131B51Warn:Class doesn't implement interface method in this module
TLBX_E_CIRCULAR_EXPORT20x80131B52TypeLib export: attempt to export a CLB imported from a TLB.
CORDBG_E_THREAD_NOT_SCHEDULED0x80131C00Thread is not scheduled. Thus we may not have OSThreadId, handle, or context
CORDBG_E_HANDLE_HAS_BEEN_DISPOSED0x80131C01Handle has been disposed.
CORDBG_E_NONINTERCEPTABLE_EXCEPTION0x80131C02Cant intercept this exception.
CORDBG_E_CANT_UNWIND_ABOVE_CALLBACK0x80131C03When intercepting an exception, cannot intercept above the current frame.
CORDBG_E_INTERCEPT_FRAME_ALREADY_SET0x80131C04The intercept frame for this exception has already been set.
CORDBG_E_NO_NATIVE_PATCH_AT_ADDR0x80131C05there's no native patch at the given address.
CORDBG_E_MUST_BE_INTEROP_DEBUGGING0x80131C06This API is only allowed when interop debugging.
CORDBG_E_NATIVE_PATCH_ALREADY_AT_ADDR0x80131C07There's already a native patch at the address
CORDBG_E_TIMEOUT0x80131C08a wait timed out .. likely an indication of deadlock.
CORDBG_E_CANT_CALL_ON_THIS_THREAD0x80131C09Can't use the API on this thread.
CORDBG_E_ENC_INFOLESS_METHOD0x80131C0AMethod was not JITed in EnC mode
CORDBG_E_ENC_NESTED_HANLDERS0x80131C0BFrame cant be updated due to change in max nesting of handlers
CORDBG_E_ENC_IN_FUNCLET0x80131C0CMethod is in a callable handler/filter. Cant grow stack
CORDBG_E_ENC_LOCALLOC0x80131C0DFrame cant be updated due to localloc
CORDBG_E_ENC_EDIT_NOT_SUPPORTED0x80131C0EAttempt to perform unsupported edit
CORDBG_E_FEABORT_DELAYED_UNTIL_THREAD_RESUMED0x80131C0FAttempt to func eval abort on a suspended thread.
CORDBG_E_NOTREADY0x80131C10The LS is not in a good spot to perform the requested operation.
CORDBG_E_CANNOT_RESOLVE_ASSEMBLY0x80131C11We failed to resolve assembly given an AssemblyRef token. Assembly may be not loaded yet or not a valid token.
CORDBG_E_MUST_BE_IN_LOAD_MODULE0x80131C12Must be in context of LoadModule callback to perform requested operation
CORDBG_E_CANNOT_BE_ON_ATTACH0x80131C13Requested operation cannot be performed during an attach operation
CORDBG_E_NGEN_NOT_SUPPORTED0x80131C14NGEN must be supported to perform the requested operation
CORDBG_E_ILLEGAL_SHUTDOWN_ORDER0x80131C15Trying to shutdown out of order.
CORDBG_E_CANNOT_DEBUG_FIBER_PROCESS0x80131C16For Whidbey, we don't support debugging fiber mode managed process
CORDBG_E_MUST_BE_IN_CREATE_PROCESS0x80131C17Must be in context of CreateProcess callback to perform requested operation
CORDBG_E_DETACH_FAILED_OUTSTANDING_EVALS0x80131C18All outstanding func-evals have not completed, detaching is not allowed at this time.
CORDBG_E_DETACH_FAILED_OUTSTANDING_STEPPERS0x80131C19All outstanding steppers have not been closed, detaching is not allowed at this time.
CORDBG_E_CANT_INTEROP_STEP_OUT0x80131C20Can't have an ICorDebugStepper do a native step-out.
CORDBG_E_DETACH_FAILED_OUTSTANDING_BREAKPOINTS0x80131C21All outstanding breakpoints have not been closed, detaching is not allowed at this time.
CORDBG_E_ILLEGAL_IN_STACK_OVERFLOW0x80131C22the operation is illegal because of a stackoverflow.
CORDBG_E_ILLEGAL_AT_GC_UNSAFE_POINT0x80131C23The operation failed because it's a GC unsafe point.
CORDBG_E_ILLEGAL_IN_PROLOG0x80131C24The operation failed because the thread is in the prolog
CORDBG_E_ILLEGAL_IN_NATIVE_CODE0x80131C25The operation failed because the thread is in native code
CORDBG_E_ILLEGAL_IN_OPTIMIZED_CODE0x80131C26The operation failed because the thread is in optimized code.
CORDBG_E_MINIDUMP_UNSUPPORTED0x80131C27
CORDBG_E_APPDOMAIN_MISMATCH0x80131C28A supplied object or type belongs to the wrong AppDomain
CORDBG_E_CONTEXT_UNVAILABLE0x80131C29The thread's context is not available.
CORDBG_E_UNCOMPATIBLE_PLATFORMS0x80131C30The operation failed because debuggee and debugger are on incompatible platform
CORDBG_E_DEBUGGING_DISABLED0x80131C31The operation failed because the debugging has been disabled
CORDBG_E_DETACH_FAILED_ON_ENC0x80131C32Detach is illegal after a module has been EnCed.
CORDBG_E_CURRENT_EXCEPTION_IS_OUTSIDE_CURRENT_EXECUTION_SCOPE0x80131C33Interception of the current exception is not legal
CORDBG_E_HELPER_MAY_DEADLOCK0x80131C34Helper thread can not safely run code. The opereration may work at a later time.
PEFMT_E_NO_CONTENTS0x80131D00File is empty
PEFMT_E_NO_NTHEADERS0x80131D01File has no NT headers
PEFMT_E_64BIT0x80131D02File is PE32+
PEFMT_E_NO_CORHEADER0x80131D03File has no COR header
PEFMT_E_NOT_ILONLY0x80131D04Flag IL_ONLY not set
PEFMT_E_IMPORT_DLLS0x80131D05Bad import DLLs
PEFMT_E_EXE_NOENTRYPOINT0x80131D06EXE file has no mgd entry point
PEFMT_E_BASE_RELOCS0x80131D07Bad base relocations
PEFMT_E_ENTRYPOINT0x80131D08Bad managed entry point
PEFMT_E_ZERO_SIZEOFCODE0x80131D09OptHeader.SizeOfCode==0
PEFMT_E_BAD_CORHEADER0x80131D0AFile has invalid COR header
CLR_OPTSVC_E_CONTROLLER_INTERRUPT0x80131E00Service controller interrupted work
NGEN_FAILED_GET_DEPENDENCIES0x80131F00Service manager failed to get ICorSvcDependencies interface
NGEN_FAILED_NATIVE_IMAGE_DELETE0x80131F01Failed to delete native image
CLDB_E_INTERNALERROR0x80131FFF
1102 entries