summaryrefslogtreecommitdiff
path: root/src/inc/corerror.xml
diff options
context:
space:
mode:
Diffstat (limited to 'src/inc/corerror.xml')
-rw-r--r--src/inc/corerror.xml6993
1 files changed, 6993 insertions, 0 deletions
diff --git a/src/inc/corerror.xml b/src/inc/corerror.xml
new file mode 100644
index 0000000000..a859cfac5d
--- /dev/null
+++ b/src/inc/corerror.xml
@@ -0,0 +1,6993 @@
+<?xml version="1.0"?>
+<Root><xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
+ xmlns='xsdResources'
+ targetNamespace='xsdResources'>
+ <xs:element name="ResourceStrings">
+ <xs:complexType>
+ <xs:sequence>
+ <xs:element maxOccurs="unbounded" name="HRESULT">
+ <xs:complexType>
+ <xs:sequence>
+ <xs:element name="SymbolicName" type="xs:string" />
+ <xs:element minOccurs="0" name="Message" type="xs:string" />
+ <xs:element minOccurs="0" name="Comment" type="xs:string" />
+ </xs:sequence>
+ <xs:attribute name="NumericValue" type="xs:string" use="required" />
+ </xs:complexType>
+ </xs:element>
+ </xs:sequence>
+ </xs:complexType>
+ </xs:element>
+</xs:schema>
+
+<hc:ResourceStrings xmlns:hc="xsdResources">
+
+<!-- -->
+<!-- This XML file is used to generate the public header file corerror.h -->
+<!-- and resource file msgurt.rc. All new HRESULT declarations should be added to this XML. -->
+<!-- -->
+<!-- IMPORTANT***IMPORTANT***IMPORTANT -->
+<!-- -->
+<!-- All CLR errror codes should be in -->
+<!-- HRESULT NumericValue="0x......" format -->
+<!-- -->
+<!-- These HRESULTs are used for mapping managed exceptions to COM error codes -->
+<!-- and vice versa through COM Interop. For background on COM error codes see -->
+<!-- http://msdn.microsoft.com/library/default.asp?url=/library/en-us/com/error_9td2.asp. -->
+
+<!-- The range (0x8013xxxx) and (0x13xxxx) is reserved for the .NET Framework SDK teams. -->
+<!-- Within that range, the following subranges have been allocated for different feature areas: -->
+<!-- 0x10yy for Execution Engine -->
+<!-- 0x11yy for Metadata, TypeLib Export, and CLDB -->
+<!-- 0x12yy for MetaData Validator -->
+<!-- 0x13yy for Debugger and Profiler errors -->
+<!-- 0x14yy for Security -->
+<!-- 0x15yy for BCL-->
+<!-- 0x1600 - 0x161F for Reflection -->
+<!-- 0x1620 - 0x163F for System.IO -->
+<!-- 0x1640 - 0x165F for Security -->
+<!-- 0x1660 - 0x16FF for BCL -->
+<!-- 0x17yy for shim -->
+<!-- 0x18yy for IL Verifier -->
+<!-- 0x19yy for .NET Framework -->
+<!-- 0x1Ayy for .NET Framework -->
+<!-- 0x1Byy for MetaData Validator -->
+<!-- 0x1Cyy for more debugger errors -->
+<!-- 0x1Dyy for PE Format Validation -->
+<!-- 0x1Eyy for CLR Optimization Service errors -->
+<!-- 0x1Fyy for NGEN errors -->
+<!-- 0x30yy for VSA errors -->
+<!-- 0x31yy for NGEN errors -->
+<!-- 0x32yy for binder errors -->
+<!-- Base class library HRESULTs are copied from this file into many different -->
+<!-- files named __HResults.cs under the BCL directory. Frameworks HRESULTs are -->
+<!-- defined in src/main/HResults.cs. If you make any modifications to -->
+<!-- the range allocations described above, please make sure this xml file gets updated. -->
+<!-- -->
+
+
+<HRESULT NumericValue="0x131106">
+ <SymbolicName>CLDB_S_TRUNCATION</SymbolicName>
+ <Comment> STATUS: Data value was truncated. </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x131109">
+ <SymbolicName>CLDB_S_NULL</SymbolicName>
+ <Comment> NULL data value. </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x131125">
+ <SymbolicName>CLDB_S_INDEX_TABLESCANREQUIRED</SymbolicName>
+ <Comment> Table scan required to run query. </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x13116c">
+ <SymbolicName>TLBX_I_TYPEINFO_IMPORTED</SymbolicName>
+ <Comment> Typelib import: progress report. </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x13116d">
+ <SymbolicName>TLBX_I_PIA_REGISTERED_FOR_TLB</SymbolicName>
+ <Comment> Primary interop assembly '{0}' is already registered for type library '{1}'. </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x13116e">
+ <SymbolicName>TLBX_I_AGNOSTIC_ASSEMBLY</SymbolicName>
+ <Comment> Importing a type library into a platform agnostic assembly. This can cause errors if the type library is not truly platform agnostic. </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x13116f">
+ <SymbolicName>TLBX_I_USEIUNKNOWN</SymbolicName>
+ <Comment> Typelib export: substituted IUnknown for type. </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x131170">
+ <SymbolicName>TLBX_I_UNCONVERTABLE_ARGS</SymbolicName>
+ <Comment> Typelib import: signature can't be converted (eg, struct**) </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x131171">
+ <SymbolicName>TLBX_I_UNCONVERTABLE_FIELD</SymbolicName>
+ <Comment> Typelib import: signature can't be converted (eg, struct**) </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x131173">
+ <SymbolicName>TLBX_W_WARNING_MESSAGE</SymbolicName>
+ <Comment> Typelib export: Warning message wrapper. </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x131174">
+ <SymbolicName>TLBX_W_ASSEMBLY_HAS_EMBEDDED_TLB</SymbolicName>
+ <Comment> Type library is being exported for assembly '{0}' which already contains an embedded type library </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x131175">
+ <SymbolicName>TLBX_W_CROSS_COMPILE_NO_REFS</SymbolicName>
+ <Comment> When cross-compiling, all type library references should be included on the command line to ensure the correct bit-specific type libraries are loaded. </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x131176">
+ <SymbolicName>TLBX_W_PURE_CROSS_COMPILE</SymbolicName>
+ <Comment> Performing cross-compile of 32-bit non-agnostic assembly to 64-bit type library or 64-bit non-agnostic assembly to 32-bit type library. This is dangerous as pointer sizes and processor dependence will likely cause incompatibility between the assembly and resultant type library. </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x131179">
+ <SymbolicName>TLBX_I_TYPE_EXPORTED</SymbolicName>
+ <Comment> Typelib export: type exported </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x13117a">
+ <SymbolicName>TLBX_I_DUPLICATE_DISPID</SymbolicName>
+ <Comment> Typelib export: duplicate dispid -- auto corrected. </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x13117c">
+ <SymbolicName>TLBX_I_REF_TYPE_AS_STRUCT</SymbolicName>
+ <Comment> Typelib export: reference type had layout, exported as struct. </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x13117f">
+ <SymbolicName>TLBX_I_GENERIC_TYPE</SymbolicName>
+ <Comment> TypeLib export: generic type definition </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x131184">
+ <SymbolicName>TLBX_W_NON_INTEGRAL_CA_TYPE</SymbolicName>
+ <Comment> TypeLib import: Ignoring IDL custom attribute -- does not have an integral value. </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x131185">
+ <SymbolicName>TLBX_W_IENUM_CA_ON_IUNK</SymbolicName>
+ <Comment> TypeLib import: Ignoring IDL custom attribute -- using IEnum CA on an IUnknown derived interface. </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x131189">
+ <SymbolicName>META_S_PARAM_MISMATCH</SymbolicName>
+ <Comment> Merge: Parameter information mismatched. </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x131197">
+ <SymbolicName>META_S_DUPLICATE</SymbolicName>
+ <Comment> Attempt to define an object that already exists in valid scenerios. </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x1311ac">
+ <SymbolicName>TLBX_S_REFERENCED_TYPELIB</SymbolicName>
+ <Comment> TypeLib import: reference to an external typelib. </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x1311b3">
+ <SymbolicName>TLBX_S_NOSTDINTERFACE</SymbolicName>
+ <Comment> Typelib export: Found an interface marked as IID_IDispatch or IID_IUnknown. </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x1311b4">
+ <SymbolicName>TLBX_S_DUPLICATE_DISPID</SymbolicName>
+ <Comment> Typelib export: duplicate dispid found; ignored. </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x1311d5">
+ <SymbolicName>TLBX_W_ENUM_VALUE_TOOBIG</SymbolicName>
+ <Comment> Typelib export: The enum value is not legal for a typelib. </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x1311d9">
+ <SymbolicName>TLBX_W_EXPORTING_AUTO_LAYOUT</SymbolicName>
+ <Comment> TypeLib export: Exporting an auto-layout type. </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x1311db">
+ <SymbolicName>TLBX_W_DEFAULT_INTF_NOT_VISIBLE</SymbolicName>
+ <Comment> TypeLib export: ComDefaultInterface is not COMVisible. </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x1311de">
+ <SymbolicName>TLBX_W_BAD_SAFEARRAYFIELD_NO_ELEMENTVT</SymbolicName>
+ <Comment> TypeLib export: System.Array SAFEARRAY field without a SafeArraySubType. </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x1311df">
+ <SymbolicName>TLBX_W_LAYOUTCLASS_AS_INTERFACE</SymbolicName>
+ <Comment> TypeLib export: Class with layout parameter of field marked with UnmanagedType.Interface </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x1311e0">
+ <SymbolicName>TLBX_I_GENERIC_BASE_TYPE</SymbolicName>
+ <Comment> TypeLib export: type deriving from a generic type. </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x131200">
+ <SymbolicName>VLDTR_S_WRN</SymbolicName>
+ <Comment> Warnings found in the validator. </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x131201">
+ <SymbolicName>VLDTR_S_ERR</SymbolicName>
+ <Comment> Errors found in the validator. </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x131202">
+ <SymbolicName>VLDTR_S_WRNERR</SymbolicName>
+ <Comment> Warnings and errors found in the validator. </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x13130b">
+ <SymbolicName>CORDBG_S_BAD_START_SEQUENCE_POINT</SymbolicName>
+ <Comment> Attempt to SetIP not at a sequence point sequence point. </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x13130c">
+ <SymbolicName>CORDBG_S_BAD_END_SEQUENCE_POINT</SymbolicName>
+ <Comment> Attempt to SetIP when not going to a sequence point. If both this and CORDBG_E_BAD_START_SEQUENCE_POINT are true, only CORDBG_E_BAD_START_SEQUENCE_POINT will be reported.</Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x13130d">
+ <SymbolicName>CORDBG_S_INSUFFICIENT_INFO_FOR_SET_IP</SymbolicName>
+ <Comment> SetIP is possible, but the debugger doesn't have enough info to fix variable locations, GC refs, or anything else. Use at your own risk. </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x131316">
+ <SymbolicName>CORDBG_S_FUNC_EVAL_HAS_NO_RESULT</SymbolicName>
+ <Comment> Some Func evals will lack a return value, </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x131317">
+ <SymbolicName>CORDBG_S_VALUE_POINTS_TO_VOID</SymbolicName>
+ <Comment> The Debugging API doesn't support dereferencing void pointers. </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x131319">
+ <SymbolicName>CORDBG_S_FUNC_EVAL_ABORTED</SymbolicName>
+ <Comment> The func eval completed, but was aborted. </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x131324">
+ <SymbolicName>CORDBG_S_AT_END_OF_STACK</SymbolicName>
+ <Message>"The stack walk has reached the end of the stack. There are no more frames to walk."</Message>
+ <Comment> The stack walk has reached the end of the stack. There are no more frames to walk. </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x131c13">
+ <SymbolicName>CORDBG_S_NOT_ALL_BITS_SET</SymbolicName>
+ <Comment> Not all bits specified were successfully applied </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131000">
+ <SymbolicName>CEE_E_ENTRYPOINT</SymbolicName>
+ <Message>"Invalid entrypoint information."</Message>
+ <Comment> The entry point info is invalid. </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131001">
+ <SymbolicName>CEE_E_CVTRES_NOT_FOUND</SymbolicName>
+ <Message>"cvtres.exe not found."</Message>
+ <Comment> cannot find cvtres.exe </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131010">
+ <SymbolicName>MSEE_E_LOADLIBFAILED</SymbolicName>
+ <Message>"Failed to delayload a library."</Message>
+ <Comment> Failed to delay load library %s (Win32 error: %d). </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131011">
+ <SymbolicName>MSEE_E_GETPROCFAILED</SymbolicName>
+ <Message>"Failed to get dll entrypoint."</Message>
+ <Comment> Failed to get entry point %s (Win32 error: %d). </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131012">
+ <SymbolicName>MSEE_E_MULTCOPIESLOADED</SymbolicName>
+ <Message>"Multiple copies of mscoree.dll have been loaded into the same process."</Message>
+ <Comment> Multiple copies of MSCOREE.dll have been loaded by the same process. </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131013">
+ <SymbolicName>COR_E_TYPEUNLOADED</SymbolicName>
+ <Message>"Type has been unloaded."</Message>
+ <Comment> The type had been unloaded.</Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131014">
+ <SymbolicName>COR_E_APPDOMAINUNLOADED</SymbolicName>
+ <Message>"Attempted to access an unloaded appdomain."</Message>
+ <Comment> access unloaded appdomain </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131015">
+ <SymbolicName>COR_E_CANNOTUNLOADAPPDOMAIN</SymbolicName>
+ <Message>"Error while unloading appdomain."</Message>
+ <Comment> Error while unloading an appdomain </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131016">
+ <SymbolicName>MSEE_E_ASSEMBLYLOADINPROGRESS</SymbolicName>
+ <Message>"Assembly is still being loaded."</Message>
+ <Comment> Assembly is being currently being loaded </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131017">
+ <SymbolicName>MSEE_E_CANNOTCREATEAPPDOMAIN</SymbolicName>
+ <Message>"Attempt to create appdomain failed."</Message>
+ <Comment> Attempt to create appdomain failed </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131018">
+ <SymbolicName>COR_E_ASSEMBLYEXPECTED</SymbolicName>
+ <Message>"The module was expected to contain an assembly manifest."</Message>
+ <Comment> The module was expected to contain an assembly manifest.</Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131019">
+ <SymbolicName>COR_E_FIXUPSINEXE</SymbolicName>
+ <Message>"Attempt to load an unverifiable executable with fixups (IAT with more than 2 sections or a TLS section.)"</Message>
+ <Comment> Attempt to load an unverifiable exe with fixups (IAT with more than 2 sections or a TLS section) </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x8013101a">
+ <SymbolicName>COR_E_NO_LOADLIBRARY_ALLOWED</SymbolicName>
+ <Message>"Attempt to LoadLibrary a managed image in an improper way (only assemblies with EAT area allowed)."</Message>
+ <Comment> Attempt to LoadLibrary a managed image in an improper way (only assemblies with EAT's area allowed.) </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x8013101b">
+ <SymbolicName>COR_E_NEWER_RUNTIME</SymbolicName>
+ <Message>"This assembly is built by a runtime newer than the currently loaded runtime and cannot be loaded."</Message>
+ <Comment> The assembly is built by a runtime newer than the currently loaded runtime, and cannot be loaded. </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x8013101c">
+ <SymbolicName>COR_E_CANNOT_SET_POLICY</SymbolicName>
+ <Message>"Cannot set security policy under MultiDomain after non-GAC assemblies have been loaded in appdomain."</Message>
+ <Comment> Unable to set app domain security policy after non-GAC domain neutral assemblies are loaded </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x8013101d">
+ <SymbolicName>COR_E_CANNOT_SPECIFY_EVIDENCE</SymbolicName>
+ <Message>"Cannot specify assembly evidence under MultiDomain after non-GAC assemblies with default evidence have been loaded in appdomain."</Message>
+ <Comment> Unable to use assembly evidence after non-GAC domain neutral assemblies are loaded </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x8013101e">
+ <SymbolicName>COR_E_MULTIMODULEASSEMBLIESDIALLOWED</SymbolicName>
+ <Message>"The module cannot be loaded because only single file assemblies are supported."</Message>
+ <Comment> The module cannot be loaded because only single file assemblies are supported. </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131020">
+ <SymbolicName>HOST_E_DEADLOCK</SymbolicName>
+ <Message>"Host detected a deadlock on a blocking operation."</Message>
+ <Comment> Host detects deadlock on a blocking operation </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131021">
+ <SymbolicName>HOST_E_INTERRUPTED</SymbolicName>
+ <Message>"Host interrupted a wait."</Message>
+ <Comment> Host interrupts a wait, similar to APC </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131022">
+ <SymbolicName>HOST_E_INVALIDOPERATION</SymbolicName>
+ <Message>"Invalid operation."</Message>
+ <Comment> The operation is invalid </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131023">
+ <SymbolicName>HOST_E_CLRNOTAVAILABLE</SymbolicName>
+ <Message>"CLR has been disabled due to unrecoverable error."</Message>
+ <Comment> CLR has been disabled due to unrecoverable error </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131024">
+ <SymbolicName>HOST_E_TIMEOUT</SymbolicName>
+ <Message>"A wait has timed out."</Message>
+ <Comment> A wait times out </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131025">
+ <SymbolicName>HOST_E_NOT_OWNER</SymbolicName>
+ <Message>"The leave operation has been attempted on a synchronization primitive that is not owned by the current thread."</Message>
+ <Comment> </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131026">
+ <SymbolicName>HOST_E_ABANDONED</SymbolicName>
+ <Message>"An event has been abandoned."</Message>
+ <Comment> An event is abandoned </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131027">
+ <SymbolicName>HOST_E_EXITPROCESS_THREADABORT</SymbolicName>
+ <Message>"Process exited due to ThreadAbort escalation."</Message>
+ <Comment> ExitProcess due to ThreadAbort escalation </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131028">
+ <SymbolicName>HOST_E_EXITPROCESS_ADUNLOAD</SymbolicName>
+ <Message>"Process exited due to AD Unload escalation."</Message>
+ <Comment> ExitProcess due to AD Unload escalation </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131029">
+ <SymbolicName>HOST_E_EXITPROCESS_TIMEOUT</SymbolicName>
+ <Message>"Process exited due to Timeout escalation."</Message>
+ <Comment> ExitProcess due to Timeout escalation </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x8013102a">
+ <SymbolicName>HOST_E_EXITPROCESS_OUTOFMEMORY</SymbolicName>
+ <Message>"Process exited due to OutOfMemory escalation."</Message>
+ <Comment> ExitProcess due to OutOfMemory escalation </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x8013102b">
+ <SymbolicName>HOST_E_EXITPROCESS_STACKOVERFLOW</SymbolicName>
+ <Message>"Process exited due to StackOverflow escalation."</Message>
+ <Comment> ExitProcess due to StackOverflow escalation </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131039">
+ <SymbolicName>COR_E_MODULE_HASH_CHECK_FAILED</SymbolicName>
+ <Message>"The check of the module's hash failed."</Message>
+ <Comment> The check of the module's hash failed. </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131040">
+ <SymbolicName>FUSION_E_REF_DEF_MISMATCH</SymbolicName>
+ <Message>"The located assembly's manifest definition does not match the assembly reference."</Message>
+ <Comment> The located assembly's manifest definition does not match the assembly reference. </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131041">
+ <SymbolicName>FUSION_E_INVALID_PRIVATE_ASM_LOCATION</SymbolicName>
+ <Message>"The private assembly was located outside the appbase directory."</Message>
+ <Comment> The private assembly was located outside the appbase directory. </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131042">
+ <SymbolicName>FUSION_E_ASM_MODULE_MISSING</SymbolicName>
+ <Message>"A module specified in the manifest was not found."</Message>
+ <Comment> A module specified in the manifest was not found. </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131043">
+ <SymbolicName>FUSION_E_UNEXPECTED_MODULE_FOUND</SymbolicName>
+ <Message>"Modules which are not in the manifest were streamed in."</Message>
+ <Comment> Modules which are not in the manifest were streamed in. </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131044">
+ <SymbolicName>FUSION_E_PRIVATE_ASM_DISALLOWED</SymbolicName>
+ <Message>"A strongly-named assembly is required."</Message>
+ <Comment> A strongly-named assembly is required. </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131045">
+ <SymbolicName>FUSION_E_SIGNATURE_CHECK_FAILED</SymbolicName>
+ <Message>"Strong name signature could not be verified. The assembly may have been tampered with, or it was delay signed but not fully signed with the correct private key."</Message>
+ <Comment> The check of the signature failed. </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131046">
+ <SymbolicName>FUSION_E_DATABASE_ERROR</SymbolicName>
+ <Message>"An unexpected error was encountered in the Assembly Cache database."</Message>
+ <Comment> An unexpected error was encountered in the Assembly Cache database. </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131047">
+ <SymbolicName>FUSION_E_INVALID_NAME</SymbolicName>
+ <Message>"The given assembly name or codebase was invalid."</Message>
+ <Comment> The given assembly name or codebase was invalid. </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131048">
+ <SymbolicName>FUSION_E_CODE_DOWNLOAD_DISABLED</SymbolicName>
+ <Message>"HTTP download of assemblies has been disabled for this appdomain."</Message>
+ <Comment> HTTP download of assemblies has been disabled for this appdomain. </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131049">
+ <SymbolicName>FUSION_E_UNINSTALL_DISALLOWED</SymbolicName>
+ <Message>"Uninstall of given assembly is not allowed."</Message>
+ <Comment> Uninstall of given assembly is not allowed. </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x8013104A">
+ <SymbolicName>CLR_E_APP_CONFIG_NOT_ALLOWED_IN_APPX_PROCESS</SymbolicName>
+ <Message>"Application configuration file not allowed in AppX process."</Message>
+ <Comment> Application configuration file not allowed in AppX process. </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131050">
+ <SymbolicName>FUSION_E_HOST_GAC_ASM_MISMATCH</SymbolicName>
+ <Message>"Assembly in host store has a different signature than assembly in GAC."</Message>
+ <Comment> Assembly in host store has a different signature than assembly in GAC </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131051">
+ <SymbolicName>FUSION_E_LOADFROM_BLOCKED</SymbolicName>
+ <Message>"LoadFrom(), LoadFile(), Load(byte[]) and LoadModule() have been disabled by the host."</Message>
+ <Comment> Hosted environment doesn't permit loading by location </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131052">
+ <SymbolicName>FUSION_E_CACHEFILE_FAILED</SymbolicName>
+ <Message>"Failed to add file to AppDomain cache."</Message>
+ <Comment> Failed to add file to AppDomain cache </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131053">
+ <SymbolicName>FUSION_E_APP_DOMAIN_LOCKED</SymbolicName>
+ <Message>"The requested assembly version conflicts with what is already bound in the app domain or specified in the manifest."</Message>
+ <Comment> The requested assembly version conflicts with what is already bound in the app domain or specified in the manifest </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131054">
+ <SymbolicName>FUSION_E_CONFIGURATION_ERROR</SymbolicName>
+ <Message>"The requested assembly name was neither found in the GAC nor in the manifest or the manifest's specified location is wrong."</Message>
+ <Comment> The requested assembly name was neither found in the GAC nor in the manifest or the manifest's specified location is wrong </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131055">
+ <SymbolicName>FUSION_E_MANIFEST_PARSE_ERROR</SymbolicName>
+ <Message>"Unexpected error while parsing the specified manifest."</Message>
+ <Comment> Unexpected error while parsing the specified manifest </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131056">
+ <SymbolicName>FUSION_E_INVALID_ASSEMBLY_REFERENCE</SymbolicName>
+ <Message>"The given assembly name is invalid because a processor architecture is specified."</Message>
+ <Comment> The given assembly name is invalid because a processor architecture is specified </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131057">
+ <SymbolicName>COR_E_ASSEMBLY_NOT_EXPECTED</SymbolicName>
+ <Message>"The module was expected to not contain an assembly manifest."</Message>
+ <Comment> The module was expected to not contain an assembly manifest.</Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131058">
+ <SymbolicName>COR_E_LOADING_REFERENCE_ASSEMBLY</SymbolicName>
+ <Message>"Reference assemblies should not be loaded for execution. They can only be loaded in the Reflection-only loader context."</Message>
+ <Comment> Reference assemblies should not be loaded for execution. They can only be loaded in the Reflection-only loader context. </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131059">
+ <SymbolicName>COR_E_NI_AND_RUNTIME_VERSION_MISMATCH</SymbolicName>
+ <Message>"The native image could not be loaded, because it was generated for use by a different version of the runtime."</Message>
+ <Comment> The native image could not be loaded, because it was generated for use by a different version of the runtime. </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131069">
+ <SymbolicName>COR_E_LOADING_WINMD_REFERENCE_ASSEMBLY</SymbolicName>
+ <Message>"Contract Windows Runtime assemblies cannot be loaded for execution. Make sure your application only contains non-contract Windows Runtime assemblies."</Message>
+ <Comment> Contract Windows Runtime assemblies cannot be loaded for execution. Make sure your application only contains non-contract Windows Runtime assemblies </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131100">
+ <SymbolicName>CLDB_E_FILE_BADREAD</SymbolicName>
+ <Message>"Error occurred during a read."</Message>
+ <Comment> Error occurred during a read. </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131101">
+ <SymbolicName>CLDB_E_FILE_BADWRITE</SymbolicName>
+ <Message>"Error occurred during a write."</Message>
+ <Comment> Error occurred during a write. </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131103">
+ <SymbolicName>CLDB_E_FILE_READONLY</SymbolicName>
+ <Message>"File is read only."</Message>
+ <Comment> File is read only. </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131105">
+ <SymbolicName>CLDB_E_NAME_ERROR</SymbolicName>
+ <Message>"Ill-formed name."</Message>
+ <Comment> An ill-formed name was given. </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131106">
+ <SymbolicName>CLDB_E_TRUNCATION</SymbolicName>
+ <Message>"Data value was truncated."</Message>
+ <Comment> ERROR: Data value was truncated. </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131107">
+ <SymbolicName>CLDB_E_FILE_OLDVER</SymbolicName>
+ <Message>"Old version error."</Message>
+ <Comment> Old version error. </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131108">
+ <SymbolicName>CLDB_E_RELOCATED</SymbolicName>
+ <Message>"A shared memory open failed to open at the originally assigned memory address."</Message>
+ <Comment> A shared mem open failed to open at the originally </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x8013110a">
+ <SymbolicName>CLDB_E_SMDUPLICATE</SymbolicName>
+ <Message>"Create of shared memory failed. A memory mapping of the same name already exists."</Message>
+ <Comment> Create of shared memory failed. A memory mapping of the same name already exists. </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x8013110b">
+ <SymbolicName>CLDB_E_NO_DATA</SymbolicName>
+ <Message>"No .CLB data in the memory or stream."</Message>
+ <Comment> There isn't .CLB data in the memory or stream. </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x8013110c">
+ <SymbolicName>CLDB_E_READONLY</SymbolicName>
+ <Message>"Database is read only."</Message>
+ <Comment> Database is read only. </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x8013110d">
+ <SymbolicName>CLDB_E_INCOMPATIBLE</SymbolicName>
+ <Message>"Importing scope is not compatible with the emitting scope."</Message>
+ <Comment> The importing scope is not comptabile with the emitting scope </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x8013110e">
+ <SymbolicName>CLDB_E_FILE_CORRUPT</SymbolicName>
+ <Message>"File is corrupt."</Message>
+ <Comment> File is corrupt. </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x8013110f">
+ <SymbolicName>CLDB_E_SCHEMA_VERNOTFOUND</SymbolicName>
+ <Message>"Required version of schema not found."</Message>
+ <Comment> Version %d of schema '%s' not found. </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131110">
+ <SymbolicName>CLDB_E_BADUPDATEMODE</SymbolicName>
+ <Message>"Cannot open a incrementally build scope for full update."</Message>
+ <Comment> cannot open a incrementally build scope for full update </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131121">
+ <SymbolicName>CLDB_E_INDEX_NONULLKEYS</SymbolicName>
+ <Message>"Null value not allowed in unique index or primary key."</Message>
+ <Comment> Null value not allowed in unique index or primary key. </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131122">
+ <SymbolicName>CLDB_E_INDEX_DUPLICATE</SymbolicName>
+ <Message>"Index has been duplicated."</Message>
+ <Comment> Unique index %s has been violated. </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131123">
+ <SymbolicName>CLDB_E_INDEX_BADTYPE</SymbolicName>
+ <Message>"The columns data type is not allowed in an index."</Message>
+ <Comment> The columns data type is not allowed in an index. </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131124">
+ <SymbolicName>CLDB_E_INDEX_NOTFOUND</SymbolicName>
+ <Message>"Index not found."</Message>
+ <Comment> Index %s not found. </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131130">
+ <SymbolicName>CLDB_E_RECORD_NOTFOUND</SymbolicName>
+ <Message>"Record not found on lookup."</Message>
+ <Comment> Record wasn't found on lookup. </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131131">
+ <SymbolicName>CLDB_E_RECORD_OVERFLOW</SymbolicName>
+ <Message>"Too many records were returned for criteria."</Message>
+ <Comment> Too many records were returned for criteria. </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131132">
+ <SymbolicName>CLDB_E_RECORD_DUPLICATE</SymbolicName>
+ <Message>"Record is a duplicate."</Message>
+ <Comment> Record is a duplicate. </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131133">
+ <SymbolicName>CLDB_E_RECORD_PKREQUIRED</SymbolicName>
+ <Message>"Primary key value is required."</Message>
+ <Comment> Primary key value is required. </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131134">
+ <SymbolicName>CLDB_E_RECORD_DELETED</SymbolicName>
+ <Message>"Record is valid but deleted."</Message>
+ <Comment> Record is valid but deleted. </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131135">
+ <SymbolicName>CLDB_E_RECORD_OUTOFORDER</SymbolicName>
+ <Message>"Record is emitted out of order."</Message>
+ <Comment> Record is emitted out of order. </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131140">
+ <SymbolicName>CLDB_E_COLUMN_OVERFLOW</SymbolicName>
+ <Message>"Data too large."</Message>
+ <Comment> Data too large. </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131141">
+ <SymbolicName>CLDB_E_COLUMN_READONLY</SymbolicName>
+ <Message>"Column cannot be changed."</Message>
+ <Comment> Column cannot be changed. </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131142">
+ <SymbolicName>CLDB_E_COLUMN_SPECIALCOL</SymbolicName>
+ <Message>"Too many RID or primary key columns, 1 is max."</Message>
+ <Comment> Too many RID or primary key columns, 1 is max. </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131143">
+ <SymbolicName>CLDB_E_COLUMN_PKNONULLS</SymbolicName>
+ <Message>"Primary key column may not allow the null value."</Message>
+ <Comment> Primary key column %s may not allow the null value. </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131150">
+ <SymbolicName>CLDB_E_TABLE_CANTDROP</SymbolicName>
+ <Message>"Attempted auto-drop of table while open."</Message>
+ <Comment> Can't auto-drop table while open. </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131151">
+ <SymbolicName>CLDB_E_OBJECT_NOTFOUND</SymbolicName>
+ <Message>"Object not found in the database."</Message>
+ <Comment> Object was not found in the database. </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131152">
+ <SymbolicName>CLDB_E_OBJECT_COLNOTFOUND</SymbolicName>
+ <Message>"Column not found."</Message>
+ <Comment> The column was not found. </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131153">
+ <SymbolicName>CLDB_E_VECTOR_BADINDEX</SymbolicName>
+ <Message>"Invalid index."</Message>
+ <Comment> The index given was invalid. </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131154">
+ <SymbolicName>CLDB_E_TOO_BIG</SymbolicName>
+ <Message>"A blob or string was too big."</Message>
+ <Comment> A blob or string was too big. </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x8013115f">
+ <SymbolicName>META_E_INVALID_TOKEN_TYPE</SymbolicName>
+ <Message>"A token of the wrong type passed to a metadata function."</Message>
+ <Comment> A token of the wrong type passed to a metadata function. </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131160">
+ <SymbolicName>TLBX_E_INVALID_TYPEINFO</SymbolicName>
+ <Message>"Typelib import: Invalid type, not converted."</Message>
+ <Comment> Typelib import: invalid type, not converted. </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131161">
+ <SymbolicName>TLBX_E_INVALID_TYPEINFO_UNNAMED</SymbolicName>
+ <Message>"Typelib import: Invalid type, not converted - name unknown."</Message>
+ <Comment> Typelib import: invalid type, not converted -- name unknown. </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131162">
+ <SymbolicName>TLBX_E_CTX_NESTED</SymbolicName>
+ <Message>"Typelib export: TLBX_E_CTX_NESTED"</Message>
+ <Comment> Typelib export: Format string for nested contexts. </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131163">
+ <SymbolicName>TLBX_E_ERROR_MESSAGE</SymbolicName>
+ <Message>"Typelib export: General error. See IError info for more information."</Message>
+ <Comment> Typelib export: Error message wrapper. </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131164">
+ <SymbolicName>TLBX_E_CANT_SAVE</SymbolicName>
+ <Message>"Typelib export: SaveAllChanges() failed."</Message>
+ <Comment> Typelib export: cant "SaveAllChanges()" </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131165">
+ <SymbolicName>TLBX_W_LIBNOTREGISTERED</SymbolicName>
+ <Message>"Typelib export: Type library is not registered."</Message>
+ <Comment> Typelib export: type library is not registered. </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131166">
+ <SymbolicName>TLBX_E_CANTLOADLIBRARY</SymbolicName>
+ <Message>"Typelib export: Type library could not be loaded."</Message>
+ <Comment> Typelib export: type library cannot be loaded. </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131167">
+ <SymbolicName>TLBX_E_BAD_VT_TYPE</SymbolicName>
+ <Message>"Typelib import: Invalid vartype, not converted."</Message>
+ <Comment> Typelib import: invalid VT_*, not converted. </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131168">
+ <SymbolicName>TLBX_E_NO_MSCOREE_TLB</SymbolicName>
+ <Message>"Typelib export: Could not load mscoree.tlb."</Message>
+ <Comment> Typelib export: can't load mscoree.tlb </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131169">
+ <SymbolicName>TLBX_E_BAD_MSCOREE_TLB</SymbolicName>
+ <Message>"Typelib export: Could not get a required typeinfo from mscoree.tlb."</Message>
+ <Comment> Typelib export: can't get a required typeinfo from mscoree.tlb. </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x8013116a">
+ <SymbolicName>TLBX_E_TLB_EXCEPTION</SymbolicName>
+ <Message>"Typelib import: Fault reading a typelib."</Message>
+ <Comment> Typelib import: fault reading a typelib. </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x8013116b">
+ <SymbolicName>TLBX_E_MULTIPLE_LCIDS</SymbolicName>
+ <Message>"Typelib import: Multiple [lcid] parameters on a method."</Message>
+ <Comment> Typelib import: Multiple LCID's parameters on a method. </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x8013116d">
+ <SymbolicName>TLBX_E_AMBIGUOUS_RETURN</SymbolicName>
+ <Message>"Typelib import: Duplicate or ambiguous return types."</Message>
+ <Comment> Typelib import: duplicate or ambiguous return types. </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x8013116e">
+ <SymbolicName>TLBX_E_DUPLICATE_TYPE_NAME</SymbolicName>
+ <Message>"Typelib import: Duplicate name (due to user-defined name)."</Message>
+ <Comment> Typelib import: duplicate name (due to user-defined name). </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131172">
+ <SymbolicName>TLBX_I_NONSEQUENTIALSTRUCT</SymbolicName>
+ <Message>"Typelib export: Cannot convert non-sequential structs."</Message>
+ <Comment> Typelib export: Can't convert non-sequential structs. </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131174">
+ <SymbolicName>TLBX_I_RESOLVEREFFAILED</SymbolicName>
+ <Message>"Typelib import: The resolve ref call failed."</Message>
+ <Comment> Typelib import: The resolve ref call failed. </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131175">
+ <SymbolicName>TLBX_E_ASANY</SymbolicName>
+ <Message>"Typelib export: Encountered AsAny - ignored."</Message>
+ <Comment> Typelib export: Encounterd "AsAny" -- ignored. </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131176">
+ <SymbolicName>TLBX_E_INVALIDLCIDPARAM</SymbolicName>
+ <Message>"Typelib export: Encountered an [lcid] attribute set to an invalid parameter."</Message>
+ <Comment> Typelib export: Encounterd an LCID attribute set to an invalid param. </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131177">
+ <SymbolicName>TLBX_E_LCIDONDISPONLYITF</SymbolicName>
+ <Message>"Typelib export: Encountered an [lcid] attribute on a pure dispatch interface."</Message>
+ <Comment> Typelib export: Encounterd an LCID attribute on a disp only interface. </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131178">
+ <SymbolicName>TLBX_E_NONPUBLIC_FIELD</SymbolicName>
+ <Message>"Typelib export: Non-public field in public struct."</Message>
+ <Comment> Typelib export: Non-public field in public struct. </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x8013117b">
+ <SymbolicName>TLBX_E_BAD_NAMES</SymbolicName>
+ <Message>"Typelib export: Bad names list."</Message>
+ <Comment> Typelib export: bad names list. </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x8013117d">
+ <SymbolicName>TLBX_E_GENERICINST_SIGNATURE</SymbolicName>
+ <Message>"TypeLib export: generic type instance in signature."</Message>
+ <Comment> TypeLib export: generic type instance in signature. </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x8013117e">
+ <SymbolicName>TLBX_E_GENERICPAR_SIGNATURE</SymbolicName>
+ <Message>"TypeLib export: generic type parameter in signature."</Message>
+ <Comment> TypeLib export: generic type parameter in signature. </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131180">
+ <SymbolicName>META_E_DUPLICATE</SymbolicName>
+ <Message>"Attempted to define an object that already exists."</Message>
+ <Comment> Attempt to define an object that already exists. </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131181">
+ <SymbolicName>META_E_GUID_REQUIRED</SymbolicName>
+ <Message>"A guid was not provided where one was required."</Message>
+ <Comment> A guid was not provided where one was required. </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131182">
+ <SymbolicName>META_E_TYPEDEF_MISMATCH</SymbolicName>
+ <Message>"Merge: an import typedef matched ns.name, but not version and guid."</Message>
+ <Comment> Merge: an import typedef matched ns.name, but not version and guid. </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131183">
+ <SymbolicName>META_E_MERGE_COLLISION</SymbolicName>
+ <Message>"Merge: conflict between import and emit."</Message>
+ <Comment> Merge: conflict between import and emit </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131186">
+ <SymbolicName>TLBX_E_NO_SAFEHANDLE_ARRAYS</SymbolicName>
+ <Message>"TypeLib export: Detected array of SafeHandles."</Message>
+ <Comment> TypeLib export: detected array of SafeHandles </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131187">
+ <SymbolicName>META_E_METHD_NOT_FOUND</SymbolicName>
+ <Message>"Merge: Class already in emit scope, but member not found."</Message>
+ <Comment> Merge: Class already in emit scope, but member not found </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131188">
+ <SymbolicName>META_E_FIELD_NOT_FOUND</SymbolicName>
+ <Message>"Merge: Class already in emit scope, but member not found."</Message>
+ <Comment> Merge: Class already in emit scope, but member not found </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131189">
+ <SymbolicName>META_E_PARAM_MISMATCH</SymbolicName>
+ <Message>"Merge: Parameter information mismatched."</Message>
+ <Comment> Merge: Parameter information mismatched. </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x8013118a">
+ <SymbolicName>META_E_BADMETADATA</SymbolicName>
+ <Message>"Merge: Inconsistency in meta data import scope."</Message>
+ <Comment> Merge: Inconsistency in meta data import scope </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x8013118b">
+ <SymbolicName>META_E_INTFCEIMPL_NOT_FOUND</SymbolicName>
+ <Message>"Merge: Class already in emit scope, but interfaceimpl not found."</Message>
+ <Comment> Merge: Class already in emit scope, but interfaceimpl not found </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x8013118c">
+ <SymbolicName>TLBX_E_NO_CRITICALHANDLE_ARRAYS</SymbolicName>
+ <Message>"TypeLib export: Detected array of CriticalHandles."</Message>
+ <Comment> TypeLib export: detected array of CriticalHandles </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x8013118d">
+ <SymbolicName>META_E_CLASS_LAYOUT_INCONSISTENT</SymbolicName>
+ <Message>"Merge: Duplicate classes have inconsistent class layout information."</Message>
+ <Comment> Merge: Class is duplicated but class layout information is not consistent </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x8013118e">
+ <SymbolicName>META_E_FIELD_MARSHAL_NOT_FOUND</SymbolicName>
+ <Message>"Merge: Field is duplicated but no matching FieldMarshal information."</Message>
+ <Comment> Merge: Field is duplicated but we cannot find the matching FieldMarshal information </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x8013118f">
+ <SymbolicName>META_E_METHODSEM_NOT_FOUND</SymbolicName>
+ <Comment> Merge: </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131190">
+ <SymbolicName>META_E_EVENT_NOT_FOUND</SymbolicName>
+ <Message>"Merge: Method is duplicated but no matching event info."</Message>
+ <Comment> Merge: Method is duplicated but we cannot find the matching event info. </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131191">
+ <SymbolicName>META_E_PROP_NOT_FOUND</SymbolicName>
+ <Message>"Merge: Method is duplicated but no matching property info."</Message>
+ <Comment> Merge: Method is duplicated but we cannot find the maching property info. </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131192">
+ <SymbolicName>META_E_BAD_SIGNATURE</SymbolicName>
+ <Message>"Bad binary signature."</Message>
+ <Comment> Bad binary signature </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131193">
+ <SymbolicName>META_E_BAD_INPUT_PARAMETER</SymbolicName>
+ <Message>"Bad input parameters."</Message>
+ <Comment> Bad input parameters </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131194">
+ <SymbolicName>META_E_METHDIMPL_INCONSISTENT</SymbolicName>
+ <Message>"Merge: duplicated methods have inconsistent ImplFlags."</Message>
+ <Comment> Merge: duplicated methods have inconsistent ImplFlags </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131195">
+ <SymbolicName>META_E_MD_INCONSISTENCY</SymbolicName>
+ <Message>"Merge: Inconsistency in meta data."</Message>
+ <Comment> Merge: Inconsistency in meta data </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131196">
+ <SymbolicName>META_E_CANNOTRESOLVETYPEREF</SymbolicName>
+ <Message>"Cannot resolve typeref."</Message>
+ <Comment> Cannot resolve typeref </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131198">
+ <SymbolicName>META_E_STRINGSPACE_FULL</SymbolicName>
+ <Message>"No logical space left to create more user strings."</Message>
+ <Comment> No logical space left to create more user strings. </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131199">
+ <SymbolicName>META_E_UNEXPECTED_REMAP</SymbolicName>
+ <Message>"Unexpected TokenRemap."</Message>
+ <Comment> A TokenRemap occurred which we weren't prepared to handle. </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x8013119a">
+ <SymbolicName>META_E_HAS_UNMARKALL</SymbolicName>
+ <Message>"Unmark all has been called already."</Message>
+ <Comment> Unmark all has been called already </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x8013119b">
+ <SymbolicName>META_E_MUST_CALL_UNMARKALL</SymbolicName>
+ <Message>"Must call UnmarkAll first before marking."</Message>
+ <Comment> Must call UnmarkAll first before marking. </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x8013119c">
+ <SymbolicName>META_E_GENERICPARAM_INCONSISTENT</SymbolicName>
+ <Message>"Merge: duplicated types or methods have inconsistent GenericParams."</Message>
+ <Comment> Merge: duplicated types/methods have inconsistent GenericParams </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x8013119d">
+ <SymbolicName>META_E_EVENT_COUNTS</SymbolicName>
+ <Message>"Merge: different event counts in import and emit scopes."</Message>
+ <Comment> Merge: different event counts in import and emit scopes. </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x8013119e">
+ <SymbolicName>META_E_PROPERTY_COUNTS</SymbolicName>
+ <Message>"Merge: different property counts in import and emit scopes."</Message>
+ <Comment> Merge: different property counts in import and emit scopes. </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x8013119f">
+ <SymbolicName>META_E_TYPEDEF_MISSING</SymbolicName>
+ <Message>"Merge: An input scope has a TypeRef which does not have a matching TypeDef."</Message>
+ <Comment> Merge: An input scope has a TypeRef which should but doesn't have a matching TypeDef. </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x801311a0">
+ <SymbolicName>TLBX_E_CANT_LOAD_MODULE</SymbolicName>
+ <Message>"TypeLib export: cannot open the module to export."</Message>
+ <Comment> TypeLib export: can't open the module to export. </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x801311a1">
+ <SymbolicName>TLBX_E_CANT_LOAD_CLASS</SymbolicName>
+ <Message>"TypeLib export: cannot load a class."</Message>
+ <Comment> TypeLib export: can't load a class. </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x801311a2">
+ <SymbolicName>TLBX_E_NULL_MODULE</SymbolicName>
+ <Message>"TypeLib export: the hModule of a loaded class is 0; cannot export it."</Message>
+ <Comment> TypeLib export: the hMod of a loaded class is 0; can't export it. </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x801311a3">
+ <SymbolicName>TLBX_E_NO_CLSID_KEY</SymbolicName>
+ <Message>"TypeLib export: no CLSID or Interface subkey to HKCR."</Message>
+ <Comment> TypeLib export: no CLSID or Interface subkey to HKCR. </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x801311a4">
+ <SymbolicName>TLBX_E_CIRCULAR_EXPORT</SymbolicName>
+ <Message>"TypeLib export: attempted to export an Assembly imported from a TLB."</Message>
+ <Comment> TypeLib export: attempt to export a CLB imported from a TLB. </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x801311a5">
+ <SymbolicName>TLBX_E_CIRCULAR_IMPORT</SymbolicName>
+ <Message>"TypeLib import: attempted to import a TLB exported from an Assembly."</Message>
+ <Comment> TypeLib import: attempt to import a TLB exported from a CLB. </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x801311a6">
+ <SymbolicName>TLBX_E_BAD_NATIVETYPE</SymbolicName>
+ <Message>"TypeLib export: bad Native type in method signature."</Message>
+ <Comment> TypeLib export: bad Native type in method signature. </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x801311a7">
+ <SymbolicName>TLBX_E_BAD_VTABLE</SymbolicName>
+ <Message>"TypeLib import: non-increasing vtable (duplicate slots)."</Message>
+ <Comment> TypeLib import: non-increasing vtable (duplicate slots). </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x801311a8">
+ <SymbolicName>TLBX_E_CRM_NON_STATIC</SymbolicName>
+ <Message>"TypeLib export: the COM register method is non static."</Message>
+ <Comment> TypeLib export: the COM register method is non static. </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x801311a9">
+ <SymbolicName>TLBX_E_CRM_INVALID_SIG</SymbolicName>
+ <Message>"TypeLib export: the specified COM register method does not have the correct signature."</Message>
+ <Comment> TypeLib export: the specified COM register method does not have the correct signature. </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x801311aa">
+ <SymbolicName>TLBX_E_CLASS_LOAD_EXCEPTION</SymbolicName>
+ <Message>"TypeLib export: cannot load CLR type."</Message>
+ <Comment> TypeLib export: can't load, have the class load exception. </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x801311ab">
+ <SymbolicName>TLBX_E_UNKNOWN_SIGNATURE</SymbolicName>
+ <Message>"TypeLib export: unknown element in signature."</Message>
+ <Comment> TypeLib export: unknown element in signature. </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x801311ac">
+ <SymbolicName>TLBX_E_REFERENCED_TYPELIB</SymbolicName>
+ <Message>"TypeLib import: reference to an external typelib."</Message>
+ <Comment> TypeLib import: reference to an external typelib. </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x801311ad">
+ <SymbolicName>TLBX_E_INVALID_NAMESPACE</SymbolicName>
+ <Message>"TypeLib import: an imported typelib has an invalid namespace name."</Message>
+ <Comment> TypeLib import: an imported typelib has an invalid namespace name. </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x801311ae">
+ <SymbolicName>TLBX_E_LAYOUT_ERROR</SymbolicName>
+ <Message>"Typelib export: an error on Layout()"</Message>
+ <Comment> Typelib export: an error on Layout() </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x801311af">
+ <SymbolicName>TLBX_E_NOTIUNKNOWN</SymbolicName>
+ <Message>"Typelib import: Interface not derived from IUnknown."</Message>
+ <Comment> Typelib import: Interface not derived from IUnknown. </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x801311b0">
+ <SymbolicName>TLBX_E_NONVISIBLEVALUECLASS</SymbolicName>
+ <Message>"Typelib export: Non COM visible value type in method signature."</Message>
+ <Comment> Typelib export: Non COM visible value type in method signature. </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x801311b1">
+ <SymbolicName>TLBX_E_LPTSTR_NOT_ALLOWED</SymbolicName>
+ <Message>"Typelib export: Types which contain the native type NATIVE_TYPE_LPTSTR are not allowed to be exported to COM."</Message>
+ <Comment> Typelib export: Types which contain the native type NATIVE_TYPE_LPTSTR are not allowed to be exported to COM. </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x801311b2">
+ <SymbolicName>TLBX_E_AUTO_CS_NOT_ALLOWED</SymbolicName>
+ <Message>"Typelib export: Types with a charset of auto are not allowed to be exported to COM."</Message>
+ <Comment> Typelib export: Types with a char set of auto are not allowed to be exported to COM. </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x801311b5">
+ <SymbolicName>TLBX_E_ENUM_VALUE_INVALID</SymbolicName>
+ <Message>"Typelib export: The enum value is not legal for a typelib."</Message>
+ <Comment> Typelib export: The enum value is not legal for a typelib. </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x801311b6">
+ <SymbolicName>TLBX_E_DUPLICATE_IID</SymbolicName>
+ <Message>"Typelib export: Duplicate IID."</Message>
+ <Comment> Typelib export: Duplicate IID </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x801311b7">
+ <SymbolicName>TLBX_E_NO_NESTED_ARRAYS</SymbolicName>
+ <Message>"Typelib export: detected nested arrays."</Message>
+ <Comment> Tyeplib export: detected nested arrays. </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x801311b8">
+ <SymbolicName>TLBX_E_PARAM_ERROR_NAMED</SymbolicName>
+ <Message>"Typelib import: parameter type could not be converted."</Message>
+ <Comment> Typelib import: param type couldn't be converted. </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x801311b9">
+ <SymbolicName>TLBX_E_PARAM_ERROR_UNNAMED</SymbolicName>
+ <Message>"Typelib import: parameter type could not be converted - parameter name unknown."</Message>
+ <Comment> Typelib import: param type couldn't be converted -- param name unknown. </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x801311ba">
+ <SymbolicName>TLBX_E_AGNOST_SIGNATURE</SymbolicName>
+ <Message>"TypeLib export: size agnostic element in signature."</Message>
+ <Comment> TypeLib export: size agnostic element in signature. </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x801311bb">
+ <SymbolicName>TLBX_E_CONVERT_FAIL</SymbolicName>
+ <Message>"TypeLib export: exporter failed."</Message>
+ <Comment> TypeLib export: exporter failed. </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x801311bc">
+ <SymbolicName>TLBX_W_DUAL_NOT_DISPATCH</SymbolicName>
+ <Message>"Typelib import: [dual] interface not derived from IDispatch."</Message>
+ <Comment> Typelib import: [dual] interface not derived from IDispatch. </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x801311bd">
+ <SymbolicName>TLBX_E_BAD_SIGNATURE</SymbolicName>
+ <Message>"Typelib export: bad signature."</Message>
+ <Comment> Typelib export: unconvertable signature (use specific error for reporting!) </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x801311be">
+ <SymbolicName>TLBX_E_ARRAY_NEEDS_NT_FIXED</SymbolicName>
+ <Message>"Typelib export: non-fixed or non-safearray array in struct."</Message>
+ <Comment> Typelib export: non-fixed/non-safearray array in struct </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x801311bf">
+ <SymbolicName>TLBX_E_CLASS_NEEDS_NT_INTF</SymbolicName>
+ <Message>"Typelib export: non-interface class in struct."</Message>
+ <Comment> Typelib export: non-interface class in struct </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x801311c0">
+ <SymbolicName>META_E_CA_INVALID_TARGET</SymbolicName>
+ <Message>"Known custom attribute on invalid target."</Message>
+ <Comment> Known custom attribute on invalid target. </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x801311c1">
+ <SymbolicName>META_E_CA_INVALID_VALUE</SymbolicName>
+ <Message>"Known custom attribute had invalid value."</Message>
+ <Comment> Known custom attribute had invalid value. </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x801311c2">
+ <SymbolicName>META_E_CA_INVALID_BLOB</SymbolicName>
+ <Message>"Known custom attribute blob has bad format."</Message>
+ <Comment> Known custom attribute blob is bad format. </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x801311c3">
+ <SymbolicName>META_E_CA_REPEATED_ARG</SymbolicName>
+ <Message>"Known custom attribute blob has repeated named argument."</Message>
+ <Comment> Known custom attribute blob has repeated named argument. </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x801311c4">
+ <SymbolicName>META_E_CA_UNKNOWN_ARGUMENT</SymbolicName>
+ <Message>"Known custom attribute named argument not recognized."</Message>
+ <Comment> Known custom attrubte named arg not recognized. </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x801311c5">
+ <SymbolicName>META_E_CA_VARIANT_NYI</SymbolicName>
+ <Message>"Known attribute named argument does not support variant."</Message>
+ <Comment> Known attribute named argument doesn't support variant. </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x801311c6">
+ <SymbolicName>META_E_CA_ARRAY_NYI</SymbolicName>
+ <Message>"Known attribute named argument does not support array."</Message>
+ <Comment> Known attribute named argument doesn't support array. </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x801311c7">
+ <SymbolicName>META_E_CA_UNEXPECTED_TYPE</SymbolicName>
+ <Message>"Known attribute parser found unexpected type."</Message>
+ <Comment> Known attribute parser found unexpected type. </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x801311c8">
+ <SymbolicName>META_E_CA_INVALID_ARGTYPE</SymbolicName>
+ <Message>"Known attribute parser only handles fields, not properties."</Message>
+ <Comment> Known attribute parser only handles fields -- no properties. </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x801311c9">
+ <SymbolicName>META_E_CA_INVALID_ARG_FOR_TYPE</SymbolicName>
+ <Message>"Known attribute parser found an argument that is invalid for the object it is applied to."</Message>
+ <Comment> Known attribute parser found an argument that is invalid for the object it is applied to. </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x801311ca">
+ <SymbolicName>META_E_CA_INVALID_UUID</SymbolicName>
+ <Message>"The format of the UUID was invalid."</Message>
+ <Comment> The format of the UUID was invalid. </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x801311cb">
+ <SymbolicName>META_E_CA_INVALID_MARSHALAS_FIELDS</SymbolicName>
+ <Message>"The MarshalAs attribute has fields set that are not valid for the specified unmanaged type."</Message>
+ <Comment> The MarshalAs attribute has fields set that are not valid for the specified unmanaged type. </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x801311cc">
+ <SymbolicName>META_E_CA_NT_FIELDONLY</SymbolicName>
+ <Message>"The specified unmanaged type is only valid on fields."</Message>
+ <Comment> The specified unmanaged type is only valid on fields. </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x801311cd">
+ <SymbolicName>META_E_CA_NEGATIVE_PARAMINDEX</SymbolicName>
+ <Message>"The parameter index cannot be negative."</Message>
+ <Comment> The parameter index cannot be negative. </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x801311ce">
+ <SymbolicName>META_E_CA_NEGATIVE_MULTIPLIER</SymbolicName>
+ <Message>"The multiplier cannot be negative."</Message>
+ <Comment> The multiplier cannot be negative. </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x801311cf">
+ <SymbolicName>META_E_CA_NEGATIVE_CONSTSIZE</SymbolicName>
+ <Message>"The constant size cannot be negative."</Message>
+ <Comment> The constant size cannot be negative. </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x801311d0">
+ <SymbolicName>META_E_CA_FIXEDSTR_SIZE_REQUIRED</SymbolicName>
+ <Message>"A fixed string requires a size."</Message>
+ <Comment> A fixed string requires a size. </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x801311d1">
+ <SymbolicName>META_E_CA_CUSTMARSH_TYPE_REQUIRED</SymbolicName>
+ <Message>"A custom marshaler requires the custom marshaler type."</Message>
+ <Comment> A custom marshaler requires the custom marshaler type. </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x801311d2">
+ <SymbolicName>META_E_CA_FILENAME_REQUIRED</SymbolicName>
+ <Message>"A DllImport attribute requires a filename."</Message>
+ <Comment> A DllImport attribute requires a filename. </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x801311d3">
+ <SymbolicName>TLBX_W_NO_PROPS_IN_EVENTS</SymbolicName>
+ <Message>"TypeLib import: Detected properties in a source dispinterface."</Message>
+ <Comment> TypeLib import: Detected properties in a source dispinterface. </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x801311d4">
+ <SymbolicName>META_E_NOT_IN_ENC_MODE</SymbolicName>
+ <Message>"SaveDelta was called without being in EnC mode."</Message>
+ <Comment> SaveDelta was called without being in EnC mode </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x801311d6">
+ <SymbolicName>META_E_METHOD_COUNTS</SymbolicName>
+ <Message>"Merge: different method counts in import and emit scopes."</Message>
+ <Comment> Merge: different method counts in import and emit scopes. </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x801311d7">
+ <SymbolicName>META_E_FIELD_COUNTS</SymbolicName>
+ <Message>"Merge: different field counts in import and emit scopes."</Message>
+ <Comment> Merge: different field counts in import and emit scopes. </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x801311d8">
+ <SymbolicName>META_E_PARAM_COUNTS</SymbolicName>
+ <Message>"Merge: different parameter counts in import and emit scopes."</Message>
+ <Comment> Merge: different param counts in import and emit scopes. </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x801311da">
+ <SymbolicName>TLBX_E_TYPED_REF</SymbolicName>
+ <Message>"TypeLib export: Exporting a TypedReference."</Message>
+ <Comment> TypeLib export: Exporting a TypedReference. </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x801311e1">
+ <SymbolicName>TLBX_E_BITNESS_MISMATCH</SymbolicName>
+ <Message>"TypeLib export: bitness of assembly does not match bitness of output type library."</Message>
+ <Comment> TypeLib export: bitness of assembly doesn't match bitness of output type library </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x801311e2">
+ <SymbolicName>TLBX_E_EVENT_WITH_NEWENUM</SymbolicName>
+ <Comment> TypeLib import: source interface with NewEnum member. </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x801311e3">
+ <SymbolicName>TLBX_E_PROPGET_WITHOUT_RETURN</SymbolicName>
+ <Comment> TypeLib import: propget without return type </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x801311e4">
+ <SymbolicName>META_E_MISMATCHED_VISIBLITY</SymbolicName>
+ <Comment> Merge - Match found for type/method/etc but differs in visiblity </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x801311e5">
+ <SymbolicName>META_E_CA_BAD_FRIENDS_ARGS</SymbolicName>
+ <Message>"InternalsVisibleTo can't have a version, culture, or processor architecture."</Message>
+ <Comment> InternalsVisibleTo can't have a version, culture, or processor architecture. </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x801311e6">
+ <SymbolicName>META_E_CA_FRIENDS_SN_REQUIRED</SymbolicName>
+ <Comment> Strong-name signed assemblies can only grant friend access to strong name-signed assemblies </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131203">
+ <SymbolicName>VLDTR_E_RID_OUTOFRANGE</SymbolicName>
+ <Message>"Rid is out of range."</Message>
+ <Comment> Rid is out of range. </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131204">
+ <SymbolicName>VLDTR_E_CDTKN_OUTOFRANGE</SymbolicName>
+ <Message>"Coded token type is out of range."</Message>
+ <Comment> Coded token type is out of range. </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131205">
+ <SymbolicName>VLDTR_E_CDRID_OUTOFRANGE</SymbolicName>
+ <Message>"Coded rid is out of range."</Message>
+ <Comment> Coded rid is out of range. </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131206">
+ <SymbolicName>VLDTR_E_STRING_INVALID</SymbolicName>
+ <Message>"String offset is invalid."</Message>
+ <Comment> String offset is invalid. </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131207">
+ <SymbolicName>VLDTR_E_GUID_INVALID</SymbolicName>
+ <Message>"GUID offset is invalid."</Message>
+ <Comment> GUID offset is invalid. </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131208">
+ <SymbolicName>VLDTR_E_BLOB_INVALID</SymbolicName>
+ <Message>"Blob offset if invalid."</Message>
+ <Comment> Blob offset if invalid. </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131209">
+ <SymbolicName>VLDTR_E_MOD_MULTI</SymbolicName>
+ <Message>"Multiple module records found."</Message>
+ <Comment> Multiple module records found. </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x8013120a">
+ <SymbolicName>VLDTR_E_MOD_NULLMVID</SymbolicName>
+ <Message>"Module has null MVID."</Message>
+ <Comment> Module has null MVID. </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x8013120b">
+ <SymbolicName>VLDTR_E_TR_NAMENULL</SymbolicName>
+ <Message>"TypeRef name is NULL."</Message>
+ <Comment> TypeRef name is NULL. </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x8013120c">
+ <SymbolicName>VLDTR_E_TR_DUP</SymbolicName>
+ <Message>"TypeRef has a duplicate."</Message>
+ <Comment> TypeRef has a dup. </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x8013120d">
+ <SymbolicName>VLDTR_E_TD_NAMENULL</SymbolicName>
+ <Message>"TypeDef name is NULL."</Message>
+ <Comment> TypeDef name is NULL. </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x8013120e">
+ <SymbolicName>VLDTR_E_TD_DUPNAME</SymbolicName>
+ <Message>"TypeDef has a duplicate based on name+namespace."</Message>
+ <Comment> TypeDef has a dup based on name+namespace. </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x8013120f">
+ <SymbolicName>VLDTR_E_TD_DUPGUID</SymbolicName>
+ <Message>"TypeDef has a duplicate based on GUID."</Message>
+ <Comment> TypeDef has a dup based on GUID. </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131210">
+ <SymbolicName>VLDTR_E_TD_NOTIFACEOBJEXTNULL</SymbolicName>
+ <Message>"TypeDef that is not an Interface and not System.Object extends nil parent."</Message>
+ <Comment> TypeDef that's not an Interface and not System.Object extends nil parent. </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131211">
+ <SymbolicName>VLDTR_E_TD_OBJEXTENDSNONNULL</SymbolicName>
+ <Message>"System.Object extends a non-nil parent."</Message>
+ <Comment> System.Object extends a non-nil parent. </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131212">
+ <SymbolicName>VLDTR_E_TD_EXTENDSSEALED</SymbolicName>
+ <Message>"TypeDef extends sealed class."</Message>
+ <Comment> TypeDef extends sealed class. </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131213">
+ <SymbolicName>VLDTR_E_TD_DLTNORTSPCL</SymbolicName>
+ <Message>"TypeDef is Deleted but not marked with RTSpecialName."</Message>
+ <Comment> TypeDef is Deleted but not marked with RTSpecialName. </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131214">
+ <SymbolicName>VLDTR_E_TD_RTSPCLNOTDLT</SymbolicName>
+ <Message>"TypeDef is marked RTSpecialName, but is not a Deleted record."</Message>
+ <Comment> TypeDef is marked RTSpecialName, but is not a Deleted record. </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131215">
+ <SymbolicName>VLDTR_E_MI_DECLPRIV</SymbolicName>
+ <Message>"MethodImpl's Decl is private."</Message>
+ <Comment> MethodImpl's Decl is private </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131216">
+ <SymbolicName>VLDTR_E_AS_BADNAME</SymbolicName>
+ <Message>"Assembly [Ref] name has path and/or extension."</Message>
+ <Comment> Assembly [Ref] name has path and/or extension. </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131217">
+ <SymbolicName>VLDTR_E_FILE_SYSNAME</SymbolicName>
+ <Message>"File has a system name (con, com, aux, etc.)."</Message>
+ <Comment> File has a system name (con, com, aux, etc.). </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131218">
+ <SymbolicName>VLDTR_E_MI_BODYSTATIC</SymbolicName>
+ <Message>"MethodImpl's body is static."</Message>
+ <Comment> MethodImpl's body is static. </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131219">
+ <SymbolicName>VLDTR_E_TD_IFACENOTABS</SymbolicName>
+ <Message>"TypeDef is marked Interface but not Abstract."</Message>
+ <Comment> TypeDef is marked Interface but not Abstract. </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x8013121a">
+ <SymbolicName>VLDTR_E_TD_IFACEPARNOTNIL</SymbolicName>
+ <Message>"TypeDef is marked Interface but parent is not Nil."</Message>
+ <Comment> TypeDef is marked Interface but parent is not Nil. </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x8013121b">
+ <SymbolicName>VLDTR_E_TD_IFACEGUIDNULL</SymbolicName>
+ <Message>"TypeDef is marked Interface but GUID is NULL."</Message>
+ <Comment> TypeDef is marked Interface but GUID is NULL. </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x8013121c">
+ <SymbolicName>VLDTR_E_MI_DECLFINAL</SymbolicName>
+ <Message>"TMethodImpl's Decl is final."</Message>
+ <Comment> TMethodImpl's Decl is final. </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x8013121d">
+ <SymbolicName>VLDTR_E_TD_VTNOTSEAL</SymbolicName>
+ <Message>"TypeDef is marked ValueType but not marked Sealed."</Message>
+ <Comment> TypeDef is marked ValueType but not marked Sealed. </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x8013121e">
+ <SymbolicName>VLDTR_E_PD_BADFLAGS</SymbolicName>
+ <Message>"Parameter has extra bits in flags."</Message>
+ <Comment> Param has extra bits in flags. </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x8013121f">
+ <SymbolicName>VLDTR_E_IFACE_DUP</SymbolicName>
+ <Message>"InterfaceImpl has a duplicate."</Message>
+ <Comment> InterfaceImpl has a dup. </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131220">
+ <SymbolicName>VLDTR_E_MR_NAMENULL</SymbolicName>
+ <Message>"MemberRef name is NULL."</Message>
+ <Comment> MemberRef name is NULL. </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131221">
+ <SymbolicName>VLDTR_E_MR_VTBLNAME</SymbolicName>
+ <Message>"MemberRef has an invalid name, _VtblGap*."</Message>
+ <Comment> MemberRef has an invalid name, _VtblGap*. </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131222">
+ <SymbolicName>VLDTR_E_MR_DELNAME</SymbolicName>
+ <Message>"MemberRef has an invalid name, _Deleted*."</Message>
+ <Comment> MemberRef has an invalid name, _Deleted*. </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131223">
+ <SymbolicName>VLDTR_E_MR_PARNIL</SymbolicName>
+ <Message>"MemberRef parent Nil in a PE file."</Message>
+ <Comment> MemberRef parent Nil in a PE file. </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131224">
+ <SymbolicName>VLDTR_E_MR_BADCALLINGCONV</SymbolicName>
+ <Message>"MemberRef has invalid calling convention."</Message>
+ <Comment> MemberRef has invalid calling convention. </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131225">
+ <SymbolicName>VLDTR_E_MR_NOTVARARG</SymbolicName>
+ <Message>"MemberRef has Method parent but calling convention is not VARARG."</Message>
+ <Comment> MemberRef has Method parent but calling convention is not VARARG. </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131226">
+ <SymbolicName>VLDTR_E_MR_NAMEDIFF</SymbolicName>
+ <Message>"MemberRef name different from parent MethodDef."</Message>
+ <Comment> MemberRef name different from parent MethodDef. </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131227">
+ <SymbolicName>VLDTR_E_MR_SIGDIFF</SymbolicName>
+ <Message>"MemberRef signature different from parent MethodDef."</Message>
+ <Comment> MemberRef signature different from parent MethodDef. </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131228">
+ <SymbolicName>VLDTR_E_MR_DUP</SymbolicName>
+ <Message>"MemberRef has a duplicate."</Message>
+ <Comment> MemberRef has a dup. </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131229">
+ <SymbolicName>VLDTR_E_CL_TDAUTO</SymbolicName>
+ <Message>"ClassLayout parent TypeDef is marked AutoLayout."</Message>
+ <Comment> ClassLayout parent TypeDef is marked AutoLayout. </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x8013122a">
+ <SymbolicName>VLDTR_E_CL_BADPCKSZ</SymbolicName>
+ <Message>"ClassLayout has bad PackingSize."</Message>
+ <Comment> ClassLayout has bad PackingSize. </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x8013122b">
+ <SymbolicName>VLDTR_E_CL_DUP</SymbolicName>
+ <Message>"ClassLayout has a duplicate."</Message>
+ <Comment> ClassLayout has dup. </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x8013122c">
+ <SymbolicName>VLDTR_E_FL_BADOFFSET</SymbolicName>
+ <Message>"FieldLayout2 has bad offset."</Message>
+ <Comment> FieldLayout2 has bad offset. </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x8013122d">
+ <SymbolicName>VLDTR_E_FL_TDNIL</SymbolicName>
+ <Message>"FieldLayout2 has field with nil parent."</Message>
+ <Comment> FieldLayout2 has field with nil parent. </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x8013122e">
+ <SymbolicName>VLDTR_E_FL_NOCL</SymbolicName>
+ <Message>"FieldLayout2 has no ClassLayout record."</Message>
+ <Comment> FieldLayout2 has no ClassLayout record. </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x8013122f">
+ <SymbolicName>VLDTR_E_FL_TDNOTEXPLCT</SymbolicName>
+ <Message>"FieldLayout2 parent TypeDef is not marked with ExplicitLayout."</Message>
+ <Comment> FieldLayout2 parent TypeDef is not marked with ExplicitLayout. </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131230">
+ <SymbolicName>VLDTR_E_FL_FLDSTATIC</SymbolicName>
+ <Message>"FieldLayout2 has field marked Static."</Message>
+ <Comment> FieldLayout2 has field marked Static. </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131231">
+ <SymbolicName>VLDTR_E_FL_DUP</SymbolicName>
+ <Message>"FieldLayout2 has a duplicate."</Message>
+ <Comment> FieldLayout2 has a dup. </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131232">
+ <SymbolicName>VLDTR_E_MODREF_NAMENULL</SymbolicName>
+ <Message>"ModuleRef name is NULL."</Message>
+ <Comment> ModuleRef name is NULL. </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131233">
+ <SymbolicName>VLDTR_E_MODREF_DUP</SymbolicName>
+ <Message>"ModuleRef has a duplicate."</Message>
+ <Comment> ModuleRef has a dup. </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131234">
+ <SymbolicName>VLDTR_E_TR_BADSCOPE</SymbolicName>
+ <Message>"TypeRef has a bad resolution scope."</Message>
+ <Comment> TypeRef has a bad resolution scope. </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131235">
+ <SymbolicName>VLDTR_E_TD_NESTEDNOENCL</SymbolicName>
+ <Message>"TypeDef marked nested has no encloser."</Message>
+ <Comment> TypeDef marked nested has no encloser. </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131236">
+ <SymbolicName>VLDTR_E_TD_EXTTRRES</SymbolicName>
+ <Message>"TypeDef extends a TypeRef which resolves to a TypeDef in the same module."</Message>
+ <Comment> TypeDef extends a TypeRef which resolves to a TypeDef in the same module. </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131237">
+ <SymbolicName>VLDTR_E_SIGNULL</SymbolicName>
+ <Message>"Signature specified is zero-sized."</Message>
+ <Comment> Signature specified is zero-sized. </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131238">
+ <SymbolicName>VLDTR_E_SIGNODATA</SymbolicName>
+ <Message>"Signature does not have enough data at specified byte."</Message>
+ <Comment> Signature does not have enough data at specified byte. </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131239">
+ <SymbolicName>VLDTR_E_MD_BADCALLINGCONV</SymbolicName>
+ <Message>"Method signature has invalid calling convention."</Message>
+ <Comment> Method signature has invalid calling convention. </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x8013123a">
+ <SymbolicName>VLDTR_E_MD_THISSTATIC</SymbolicName>
+ <Message>"Method is marked static but has HASTHIS/EXPLICITTHIS set on the calling convention."</Message>
+ <Comment> Method is marked static but has HASTHIS/EXPLICITTHIS set on the calling convention. </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x8013123b">
+ <SymbolicName>VLDTR_E_MD_NOTTHISNOTSTATIC</SymbolicName>
+ <Message>"Method is not marked static but is not HASTHIS or EXPLICITTHIS."</Message>
+ <Comment> Method is not marked static but is not HASTHIS/EXPLICITTHIS. </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x8013123c">
+ <SymbolicName>VLDTR_E_MD_NOARGCNT</SymbolicName>
+ <Message>"Method signature is missing the argument count."</Message>
+ <Comment> Method signature is missing the argument count. </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x8013123d">
+ <SymbolicName>VLDTR_E_SIG_MISSELTYPE</SymbolicName>
+ <Message>"Signature missing element type."</Message>
+ <Comment> Signature missing element type. </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x8013123e">
+ <SymbolicName>VLDTR_E_SIG_MISSTKN</SymbolicName>
+ <Message>"Signature missing token."</Message>
+ <Comment> Signature missing token. </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x8013123f">
+ <SymbolicName>VLDTR_E_SIG_TKNBAD</SymbolicName>
+ <Message>"Signature has bad token."</Message>
+ <Comment> Signature has bad token. </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131240">
+ <SymbolicName>VLDTR_E_SIG_MISSFPTR</SymbolicName>
+ <Message>"Signature is missing function pointer."</Message>
+ <Comment> Signature is missing function pointer. </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131241">
+ <SymbolicName>VLDTR_E_SIG_MISSFPTRARGCNT</SymbolicName>
+ <Message>"Signature has function pointer missing argument count."</Message>
+ <Comment> Signature has function pointer missing argument count. </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131242">
+ <SymbolicName>VLDTR_E_SIG_MISSRANK</SymbolicName>
+ <Message>"Signature is missing rank specification."</Message>
+ <Comment> Signature is missing rank specification. </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131243">
+ <SymbolicName>VLDTR_E_SIG_MISSNSIZE</SymbolicName>
+ <Message>"Signature is missing count of sized dimensions."</Message>
+ <Comment> Signature is missing count of sized dimensions. </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131244">
+ <SymbolicName>VLDTR_E_SIG_MISSSIZE</SymbolicName>
+ <Message>"Signature is missing size of dimension."</Message>
+ <Comment> Signature is missing size of dimension. </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131245">
+ <SymbolicName>VLDTR_E_SIG_MISSNLBND</SymbolicName>
+ <Message>"Signature is missing count of lower bounds."</Message>
+ <Comment> Signature is missing count of lower bounds. </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131246">
+ <SymbolicName>VLDTR_E_SIG_MISSLBND</SymbolicName>
+ <Message>"Signature is missing a lower bound."</Message>
+ <Comment> Signature is missing a lower bound. </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131247">
+ <SymbolicName>VLDTR_E_SIG_BADELTYPE</SymbolicName>
+ <Message>"Signature has bad element type."</Message>
+ <Comment> Signature has bad element type. </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131248">
+ <SymbolicName>VLDTR_E_SIG_MISSVASIZE</SymbolicName>
+ <Message>"Signature has value array missing size."</Message>
+ <Comment> Signature has value array missing size. </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131249">
+ <SymbolicName>VLDTR_E_FD_BADCALLINGCONV</SymbolicName>
+ <Message>"Field signature has invalid calling convention."</Message>
+ <Comment> Field signature has invalid calling convention. </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x8013124a">
+ <SymbolicName>VLDTR_E_MD_NAMENULL</SymbolicName>
+ <Message>"Method name is NULL."</Message>
+ <Comment> Method name is NULL. </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x8013124b">
+ <SymbolicName>VLDTR_E_MD_PARNIL</SymbolicName>
+ <Message>"Method has parent NIL."</Message>
+ <Comment> Method has parent NIL. </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x8013124c">
+ <SymbolicName>VLDTR_E_MD_DUP</SymbolicName>
+ <Message>"Method has a duplicate."</Message>
+ <Comment> Method has dup. </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x8013124d">
+ <SymbolicName>VLDTR_E_FD_NAMENULL</SymbolicName>
+ <Message>"Field name is NULL."</Message>
+ <Comment> Field name is NULL. </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x8013124e">
+ <SymbolicName>VLDTR_E_FD_PARNIL</SymbolicName>
+ <Message>"Field parent is Nil."</Message>
+ <Comment> Field parent is Nil. </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x8013124f">
+ <SymbolicName>VLDTR_E_FD_DUP</SymbolicName>
+ <Message>"Field has a duplicate."</Message>
+ <Comment> Field has dup. </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131250">
+ <SymbolicName>VLDTR_E_AS_MULTI</SymbolicName>
+ <Message>"Multiple Assembly records found."</Message>
+ <Comment> Multiple Assembly records found. </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131251">
+ <SymbolicName>VLDTR_E_AS_NAMENULL</SymbolicName>
+ <Message>"Assembly name is NULL."</Message>
+ <Comment> Assembly name is NULL. </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131252">
+ <SymbolicName>VLDTR_E_SIG_TOKTYPEMISMATCH</SymbolicName>
+ <Message>"E_T_VALUETYPE&lt;class token&gt; or E_T_CLASS&lt;vtype token&gt;."</Message>
+ <Comment> E_T_VALUETYPE&lt;class token&gt; or E_T_CLASS&lt;vtype token&gt;. </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131253">
+ <SymbolicName>VLDTR_E_CL_TDINTF</SymbolicName>
+ <Message>"Class layout on an Interface."</Message>
+ <Comment> Class layout on an Interface. </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131254">
+ <SymbolicName>VLDTR_E_ASOS_OSPLTFRMIDINVAL</SymbolicName>
+ <Message>"AssemblyOS platform ID invalid."</Message>
+ <Comment> AssemblyOS platform ID invalid. </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131255">
+ <SymbolicName>VLDTR_E_AR_NAMENULL</SymbolicName>
+ <Message>"AssemblyRef name is NULL."</Message>
+ <Comment> AssemblyRef name is NULL. </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131256">
+ <SymbolicName>VLDTR_E_TD_ENCLNOTNESTED</SymbolicName>
+ <Message>"TypeDef not nested has encloser."</Message>
+ <Comment> TypeDef not nested has encloser. </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131257">
+ <SymbolicName>VLDTR_E_AROS_OSPLTFRMIDINVAL</SymbolicName>
+ <Message>"AssemblyRefOS has invalid platform ID."</Message>
+ <Comment> AssemblyRefOS has invalid platform ID. </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131258">
+ <SymbolicName>VLDTR_E_FILE_NAMENULL</SymbolicName>
+ <Message>"File name is NULL."</Message>
+ <Comment> File name is NULL. </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131259">
+ <SymbolicName>VLDTR_E_CT_NAMENULL</SymbolicName>
+ <Message>"ExportedType name is NULL."</Message>
+ <Comment> ExportedType name is NULL. </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x8013125a">
+ <SymbolicName>VLDTR_E_TD_EXTENDSCHILD</SymbolicName>
+ <Message>"TypeDef extends its own child."</Message>
+ <Comment> TypeDef extends its own child. </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x8013125b">
+ <SymbolicName>VLDTR_E_MAR_NAMENULL</SymbolicName>
+ <Message>"ManifestResource name is NULL."</Message>
+ <Comment> ManifestResource name is NULL. </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x8013125c">
+ <SymbolicName>VLDTR_E_FILE_DUP</SymbolicName>
+ <Message>"File has a duplicate."</Message>
+ <Comment> File has dup. </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x8013125d">
+ <SymbolicName>VLDTR_E_FILE_NAMEFULLQLFD</SymbolicName>
+ <Message>"File name is fully qualified."</Message>
+ <Comment> File name is fully qualified. </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x8013125e">
+ <SymbolicName>VLDTR_E_CT_DUP</SymbolicName>
+ <Message>"ExportedType has a duplicate."</Message>
+ <Comment> ExportedType has dup. </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x8013125f">
+ <SymbolicName>VLDTR_E_MAR_DUP</SymbolicName>
+ <Message>"ManifestResource has a duplicate."</Message>
+ <Comment> ManifestResource has dup. </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131260">
+ <SymbolicName>VLDTR_E_MAR_NOTPUBPRIV</SymbolicName>
+ <Message>"ManifestResource is neither Public nor Private."</Message>
+ <Comment> ManifestResource is neither Public not Private. </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131261">
+ <SymbolicName>VLDTR_E_TD_ENUMNOVALUE</SymbolicName>
+ <Message>"Enum has no value__ field."</Message>
+ <Comment> Enum has no "value__" field. </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131262">
+ <SymbolicName>VLDTR_E_TD_ENUMVALSTATIC</SymbolicName>
+ <Message>"Enum's value__ field is static."</Message>
+ <Comment> Enum's "value__" field is static. </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131263">
+ <SymbolicName>VLDTR_E_TD_ENUMVALNOTSN</SymbolicName>
+ <Message>"Enum's value__ field is not SpecialName."</Message>
+ <Comment> Enum's "value__" field is not SpecialName. </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131264">
+ <SymbolicName>VLDTR_E_TD_ENUMFLDNOTST</SymbolicName>
+ <Message>"Enum's field is not static."</Message>
+ <Comment> Enum's field is not static. </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131265">
+ <SymbolicName>VLDTR_E_TD_ENUMFLDNOTLIT</SymbolicName>
+ <Message>"Enum's field is not literal."</Message>
+ <Comment> Enum's field is not literal. </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131266">
+ <SymbolicName>VLDTR_E_TD_ENUMNOLITFLDS</SymbolicName>
+ <Message>"Enum has no literal fields."</Message>
+ <Comment> Enum has no literal fields. </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131267">
+ <SymbolicName>VLDTR_E_TD_ENUMFLDSIGMISMATCH</SymbolicName>
+ <Message>"Enum's field signature does not match value__ signature."</Message>
+ <Comment> Enum's field sig does not match value__ sig. </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131268">
+ <SymbolicName>VLDTR_E_TD_ENUMVALNOT1ST</SymbolicName>
+ <Message>"Enum's value__ field is not first."</Message>
+ <Comment> Enum's "value__" field is not first. </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131269">
+ <SymbolicName>VLDTR_E_FD_NOTVALUERTSN</SymbolicName>
+ <Message>"Field is RTSpecialName but name is not value__."</Message>
+ <Comment> Field is RTSpecialName but name is not "value__". </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x8013126a">
+ <SymbolicName>VLDTR_E_FD_VALUEPARNOTENUM</SymbolicName>
+ <Message>"Field value__ in not Enum class."</Message>
+ <Comment> Field "value__" in not Enum class. </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x8013126b">
+ <SymbolicName>VLDTR_E_FD_INSTINIFACE</SymbolicName>
+ <Message>"Instance field in interface."</Message>
+ <Comment> Instance field in interface. </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x8013126c">
+ <SymbolicName>VLDTR_E_FD_NOTPUBINIFACE</SymbolicName>
+ <Message>"Non-public field in interface."</Message>
+ <Comment> Non-public field in interface. </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x8013126d">
+ <SymbolicName>VLDTR_E_FMD_GLOBALNOTPUBPRIVSC</SymbolicName>
+ <Message>"Global field or method is neither Public nor PrivateScope."</Message>
+ <Comment> Global field/method neither Public nor PrivateScope. </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x8013126e">
+ <SymbolicName>VLDTR_E_FMD_GLOBALNOTSTATIC</SymbolicName>
+ <Message>"Global field or method is not static."</Message>
+ <Comment> Global field/method not static. </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x8013126f">
+ <SymbolicName>VLDTR_E_FD_GLOBALNORVA</SymbolicName>
+ <Message>"Global field has no RVA."</Message>
+ <Comment> Global field has no RVA. </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131270">
+ <SymbolicName>VLDTR_E_MD_CTORZERORVA</SymbolicName>
+ <Message>".ctor or .cctor has zero RVA."</Message>
+ <Comment> .ctor,.cctor has zero RVA. </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131271">
+ <SymbolicName>VLDTR_E_FD_MARKEDNOMARSHAL</SymbolicName>
+ <Message>"Field is marked marshaled but has no marshaling record."</Message>
+ <Comment> Field is marked marshaled but has no marshaling rec. </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131272">
+ <SymbolicName>VLDTR_E_FD_MARSHALNOTMARKED</SymbolicName>
+ <Message>"Field has marshaling record but is not marked marshaled."</Message>
+ <Comment> Field has marshaling rec but is not marked marshaled. </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131273">
+ <SymbolicName>VLDTR_E_FD_MARKEDNODEFLT</SymbolicName>
+ <Message>"Field is marked HasDefault but has no const value."</Message>
+ <Comment> Field is marked HasDefault but has no const value. </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131274">
+ <SymbolicName>VLDTR_E_FD_DEFLTNOTMARKED</SymbolicName>
+ <Message>"Field has const value record but is not marked HasDefault."</Message>
+ <Comment> Field has const value rec but is not marked HasDefault. </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131275">
+ <SymbolicName>VLDTR_E_FMD_MARKEDNOSECUR</SymbolicName>
+ <Message>"Field or method is marked HasSecurity but has no security record."</Message>
+ <Comment> Field/method is marked HasSecurity but has no security rec. </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131276">
+ <SymbolicName>VLDTR_E_FMD_SECURNOTMARKED</SymbolicName>
+ <Message>"Field or method has security record but is not marked HasSecurity."</Message>
+ <Comment> Field/method has security rec but is not marked HasSecurity. </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131277">
+ <SymbolicName>VLDTR_E_FMD_PINVOKENOTSTATIC</SymbolicName>
+ <Message>"Field or method is PInvoke but is not marked Static."</Message>
+ <Comment> Field/method is PInvoke but is not marked Static. </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131278">
+ <SymbolicName>VLDTR_E_FMD_MARKEDNOPINVOKE</SymbolicName>
+ <Message>"Field or method is marked PInvoke but has no ImplMap."</Message>
+ <Comment> Field/method is marked PInvoke but has no ImplMap. </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131279">
+ <SymbolicName>VLDTR_E_FMD_PINVOKENOTMARKED</SymbolicName>
+ <Message>"Field or method has ImplMap but is not marked PInvoke."</Message>
+ <Comment> Field/method has ImplMap but is not marked PInvoke. </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x8013127a">
+ <SymbolicName>VLDTR_E_FMD_BADIMPLMAP</SymbolicName>
+ <Message>"Field or method has invalid ImplMap."</Message>
+ <Comment> Field/method has invalid ImplMap </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x8013127b">
+ <SymbolicName>VLDTR_E_IMAP_BADMODREF</SymbolicName>
+ <Message>"ImplMap has invalid ModuleRef."</Message>
+ <Comment> ImplMap has invalid ModuleRef </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x8013127c">
+ <SymbolicName>VLDTR_E_IMAP_BADMEMBER</SymbolicName>
+ <Message>"ImplMap has invalid MemberForwarded."</Message>
+ <Comment> ImplMap has invalid MemberForwarded </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x8013127d">
+ <SymbolicName>VLDTR_E_IMAP_BADIMPORTNAME</SymbolicName>
+ <Message>"ImplMap has invalid ImportName."</Message>
+ <Comment> ImplMap has invalid ImportName </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x8013127e">
+ <SymbolicName>VLDTR_E_IMAP_BADCALLCONV</SymbolicName>
+ <Message>"ImplMap has invalid call conv."</Message>
+ <Comment> ImplMap has invalid call conv </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x8013127f">
+ <SymbolicName>VLDTR_E_FMD_BADACCESSFLAG</SymbolicName>
+ <Message>"Field or method has invalid access flag."</Message>
+ <Comment> Field/method has invalid access flag </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131280">
+ <SymbolicName>VLDTR_E_FD_INITONLYANDLITERAL</SymbolicName>
+ <Message>"Field is InitOnly and Literal."</Message>
+ <Comment> Field is InitOnly and Literal </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131281">
+ <SymbolicName>VLDTR_E_FD_LITERALNOTSTATIC</SymbolicName>
+ <Message>"Field is Literal but not Static."</Message>
+ <Comment> Field is Literal but not Static </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131282">
+ <SymbolicName>VLDTR_E_FMD_RTSNNOTSN</SymbolicName>
+ <Message>"Field or method is RTSpec.Name but not Spec.Name."</Message>
+ <Comment> Field/method is RTSpec.Name but not Spec.Name </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131283">
+ <SymbolicName>VLDTR_E_MD_ABSTPARNOTABST</SymbolicName>
+ <Message>"Method is abstract, parent is not."</Message>
+ <Comment> Method is abstract, parent is not </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131284">
+ <SymbolicName>VLDTR_E_MD_NOTSTATABSTININTF</SymbolicName>
+ <Message>"Method not static or abstract in interface."</Message>
+ <Comment> Method not static or abstract in interface </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131285">
+ <SymbolicName>VLDTR_E_MD_NOTPUBININTF</SymbolicName>
+ <Message>"Method not public in interface."</Message>
+ <Comment> Method not public in interface </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131286">
+ <SymbolicName>VLDTR_E_MD_CTORININTF</SymbolicName>
+ <Message>".ctor in interface."</Message>
+ <Comment> ctor in interface </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131287">
+ <SymbolicName>VLDTR_E_MD_GLOBALCTORCCTOR</SymbolicName>
+ <Message>"global .ctor or .cctor."</Message>
+ <Comment> global ctor or cctor </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131288">
+ <SymbolicName>VLDTR_E_MD_CTORSTATIC</SymbolicName>
+ <Message>"static .ctor."</Message>
+ <Comment> static ctor </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131289">
+ <SymbolicName>VLDTR_E_MD_CTORNOTSNRTSN</SymbolicName>
+ <Message>".ctor or .cctor not marked SpecialName or RTSpecialName."</Message>
+ <Comment> ctor,cctor not marked SpecialName,RTSpecialName </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x8013128a">
+ <SymbolicName>VLDTR_E_MD_CTORVIRT</SymbolicName>
+ <Message>"virtual .ctor or .cctor."</Message>
+ <Comment> virtual ctor,cctor </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x8013128b">
+ <SymbolicName>VLDTR_E_MD_CTORABST</SymbolicName>
+ <Message>"abstract .ctor or .cctor."</Message>
+ <Comment> abstract ctor,cctor </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x8013128c">
+ <SymbolicName>VLDTR_E_MD_CCTORNOTSTATIC</SymbolicName>
+ <Message>"instance .cctor."</Message>
+ <Comment> instance cctor </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x8013128d">
+ <SymbolicName>VLDTR_E_MD_ZERORVA</SymbolicName>
+ <Message>"RVA set to zero, but method not abstract or pinvoke or runtime, or reverse."</Message>
+ <Comment> RVA=0, method not abstract or pinvoke or runtime, or reverse </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x8013128e">
+ <SymbolicName>VLDTR_E_MD_FINNOTVIRT</SymbolicName>
+ <Message>"Method is final and not virtual."</Message>
+ <Comment> Method is final and not virtual </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x8013128f">
+ <SymbolicName>VLDTR_E_MD_STATANDFINORVIRT</SymbolicName>
+ <Message>"Method is static and final or virtual."</Message>
+ <Comment> Method is static and final or virtual </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131290">
+ <SymbolicName>VLDTR_E_MD_ABSTANDFINAL</SymbolicName>
+ <Message>"Method is abstract and final."</Message>
+ <Comment> Method is abstract and final </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131291">
+ <SymbolicName>VLDTR_E_MD_ABSTANDIMPL</SymbolicName>
+ <Message>"Method is abstract and implemented."</Message>
+ <Comment> Method is abstract and implemented </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131292">
+ <SymbolicName>VLDTR_E_MD_ABSTANDPINVOKE</SymbolicName>
+ <Message>"Method is abstract and pinvoke."</Message>
+ <Comment> Method is abstract and pinvoke </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131293">
+ <SymbolicName>VLDTR_E_MD_ABSTNOTVIRT</SymbolicName>
+ <Message>"Method is abstract and not virtual."</Message>
+ <Comment> Method is abstract and not virtual </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131294">
+ <SymbolicName>VLDTR_E_MD_NOTABSTNOTIMPL</SymbolicName>
+ <Message>"Method is not abstract and not implemented."</Message>
+ <Comment> Method is not abstract and not implemented </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131295">
+ <SymbolicName>VLDTR_E_MD_NOTABSTBADFLAGSRVA</SymbolicName>
+ <Message>"Method is not abstract and not (non-zero RVA or PInvoke or runtime)."</Message>
+ <Comment> Method is not abstract and not (RVA!=0 or pinvoke or runtime) </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131296">
+ <SymbolicName>VLDTR_E_MD_PRIVSCOPENORVA</SymbolicName>
+ <Message>"Method is PrivateScope and has RVA set to zero."</Message>
+ <Comment> Method is PrivateScope and has RVA==0 </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131297">
+ <SymbolicName>VLDTR_E_MD_GLOBALABSTORVIRT</SymbolicName>
+ <Message>"Global method is abstract or virtual."</Message>
+ <Comment> Global method is abstract or virtual </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131298">
+ <SymbolicName>VLDTR_E_SIG_LONGFORM</SymbolicName>
+ <Message>"Signature uses long form."</Message>
+ <Comment> Signature uses long form </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131299">
+ <SymbolicName>VLDTR_E_MD_MULTIPLESEMANTICS</SymbolicName>
+ <Message>"Method has multiple semantics (warning)."</Message>
+ <Comment> Method has multiple semantics (warning) </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x8013129a">
+ <SymbolicName>VLDTR_E_MD_INVALIDSEMANTICS</SymbolicName>
+ <Message>"Method has invalid semantics (not event or property.)"</Message>
+ <Comment> Method has invalid semantics (not event or prop) </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x8013129b">
+ <SymbolicName>VLDTR_E_MD_SEMANTICSNOTEXIST</SymbolicName>
+ <Message>"Method has semantics association that does not exist."</Message>
+ <Comment> Method has semantics assoc that does not exist </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x8013129c">
+ <SymbolicName>VLDTR_E_MI_DECLNOTVIRT</SymbolicName>
+ <Message>"MethodImpl's Decl is not virtual."</Message>
+ <Comment> MethodImpl's Decl is not virtual </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x8013129d">
+ <SymbolicName>VLDTR_E_FMD_GLOBALITEM</SymbolicName>
+ <Message>"Global field or method (warning, CLS)."</Message>
+ <Comment> Global field/method (warning,CLS) </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x8013129e">
+ <SymbolicName>VLDTR_E_MD_MULTSEMANTICFLAGS</SymbolicName>
+ <Message>"Method has multiple semantic flags set."</Message>
+ <Comment> Method has multiple semantic flags set </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x8013129f">
+ <SymbolicName>VLDTR_E_MD_NOSEMANTICFLAGS</SymbolicName>
+ <Message>"Method has no semantic flags set."</Message>
+ <Comment> Method has no semantic flags set </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x801312a0">
+ <SymbolicName>VLDTR_E_FD_FLDINIFACE</SymbolicName>
+ <Message>"Field in Interface (warning, CLS)."</Message>
+ <Comment> Field in Interface (warning, CLS) </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x801312a1">
+ <SymbolicName>VLDTR_E_AS_HASHALGID</SymbolicName>
+ <Message>"Unrecognized Hash Alg ID (warning)."</Message>
+ <Comment> Unrecognized Hash Alg ID (warning) </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x801312a2">
+ <SymbolicName>VLDTR_E_AS_PROCID</SymbolicName>
+ <Message>"Unrecognized Processor ID in Assembly(warning)."</Message>
+ <Comment> Unrecognized Processor ID in Assembly(warning) </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x801312a3">
+ <SymbolicName>VLDTR_E_AR_PROCID</SymbolicName>
+ <Message>"Unrecognized Processor ID in AssemblyRef(warning)."</Message>
+ <Comment> Unrecognized Processor ID in AssemblyRef(warning) </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x801312a4">
+ <SymbolicName>VLDTR_E_CN_PARENTRANGE</SymbolicName>
+ <Message>"Constant: parent token out of range."</Message>
+ <Comment> Constant: parent token out of range </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x801312a5">
+ <SymbolicName>VLDTR_E_AS_BADFLAGS</SymbolicName>
+ <Message>"Invalid flags in Assembly."</Message>
+ <Comment> Invalid flags in Assembly </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x801312a6">
+ <SymbolicName>VLDTR_E_TR_HASTYPEDEF</SymbolicName>
+ <Message>"There is TypeDef with same name as TypeRef (warning)."</Message>
+ <Comment> There is TypeDef with same name as TypeRef (warning) </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x801312a7">
+ <SymbolicName>VLDTR_E_IFACE_BADIMPL</SymbolicName>
+ <Message>"In InterfaceImpl, the implementing token is not TypeDef."</Message>
+ <Comment> In InterfaceImpl, the implementing token is not TypeDef </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x801312a8">
+ <SymbolicName>VLDTR_E_IFACE_BADIFACE</SymbolicName>
+ <Message>"In InterfaceImpl, the implemented token is not TypeDef or TypeRef."</Message>
+ <Comment> In InterfaceImpl, the implemented token is not TypeDef or TypeRef </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x801312a9">
+ <SymbolicName>VLDTR_E_TD_SECURNOTMARKED</SymbolicName>
+ <Message>"TypeDef has security record but it is not marked HasSecurity."</Message>
+ <Comment> TypeDef has security rec but not marked HasSecurity </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x801312aa">
+ <SymbolicName>VLDTR_E_TD_MARKEDNOSECUR</SymbolicName>
+ <Message>"TypeDef marked HasSecurity but has no security record."</Message>
+ <Comment> TypeDef marked HasSecurity but has no security rec </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x801312ab">
+ <SymbolicName>VLDTR_E_MD_CCTORHASARGS</SymbolicName>
+ <Message>".cctor has arguments."</Message>
+ <Comment> .cctor has arguments </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x801312ac">
+ <SymbolicName>VLDTR_E_CT_BADIMPL</SymbolicName>
+ <Message>"ExportedType has invalid Implementation."</Message>
+ <Comment> ExportedType has invalid Implementation </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x801312ad">
+ <SymbolicName>VLDTR_E_MI_ALIENBODY</SymbolicName>
+ <Message>"MethodImpl has body from other class."</Message>
+ <Comment> MethodImpl has body from other class </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x801312ae">
+ <SymbolicName>VLDTR_E_MD_CCTORCALLCONV</SymbolicName>
+ <Message>".cctor has invalid calling convention."</Message>
+ <Comment> .cctor has invalid calling convention </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x801312af">
+ <SymbolicName>VLDTR_E_MI_BADCLASS</SymbolicName>
+ <Message>"MethodImpl has invalid Class token."</Message>
+ <Comment> MethodImpl has invalid Class token </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x801312b0">
+ <SymbolicName>VLDTR_E_MI_CLASSISINTF</SymbolicName>
+ <Message>"MethodImpl declared in Interface."</Message>
+ <Comment> MethodImpl declared in Interface </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x801312b1">
+ <SymbolicName>VLDTR_E_MI_BADDECL</SymbolicName>
+ <Message>"MethodImpl has invalid MethodDeclaration token."</Message>
+ <Comment> MethodImpl has invalid MethodDeclaration token </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x801312b2">
+ <SymbolicName>VLDTR_E_MI_BADBODY</SymbolicName>
+ <Message>"MethodImpl has invalid MethodBody token."</Message>
+ <Comment> MethodImpl has invalid MethodBody token </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x801312b3">
+ <SymbolicName>VLDTR_E_MI_DUP</SymbolicName>
+ <Message>"MethodImpl has duplicate."</Message>
+ <Comment> MethodImpl has duplicate </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x801312b4">
+ <SymbolicName>VLDTR_E_FD_BADPARENT</SymbolicName>
+ <Message>"Bad field parent."</Message>
+ <Comment> Bad field parent </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x801312b5">
+ <SymbolicName>VLDTR_E_MD_PARAMOUTOFSEQ</SymbolicName>
+ <Message>"Parameter out of sequence (warning)."</Message>
+ <Comment> Param out of sequence (warning) </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x801312b6">
+ <SymbolicName>VLDTR_E_MD_PARASEQTOOBIG</SymbolicName>
+ <Message>"Parameter's sequence number exceeds number of arguments."</Message>
+ <Comment> Param's sequence num exceeds num of args </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x801312b7">
+ <SymbolicName>VLDTR_E_MD_PARMMARKEDNOMARSHAL</SymbolicName>
+ <Message>"Parameter marked HasMarshal, has no marshaling info."</Message>
+ <Comment> Param marked HasMarshal, has no marshaling info </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x801312b8">
+ <SymbolicName>VLDTR_E_MD_PARMMARSHALNOTMARKED</SymbolicName>
+ <Message>"Parameter has marshaling info, not marked HasMarshal."</Message>
+ <Comment> Param has marshaling info, not marked HasMarshal </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x801312ba">
+ <SymbolicName>VLDTR_E_MD_PARMMARKEDNODEFLT</SymbolicName>
+ <Message>"Parameter marked HasDefault, has no const value."</Message>
+ <Comment> Param marked HasDefault, has no const value </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x801312bb">
+ <SymbolicName>VLDTR_E_MD_PARMDEFLTNOTMARKED</SymbolicName>
+ <Message>"Parameter has const value, not marked HasDefault."</Message>
+ <Comment> Param has const value, not marked HasDefault </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x801312bc">
+ <SymbolicName>VLDTR_E_PR_BADSCOPE</SymbolicName>
+ <Message>"Property has invalid scope."</Message>
+ <Comment> Prop has invalid scope </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x801312bd">
+ <SymbolicName>VLDTR_E_PR_NONAME</SymbolicName>
+ <Message>"Property has no name."</Message>
+ <Comment> Prop has no name </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x801312be">
+ <SymbolicName>VLDTR_E_PR_NOSIG</SymbolicName>
+ <Message>"Property has no signature."</Message>
+ <Comment> Prop has no signature </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x801312bf">
+ <SymbolicName>VLDTR_E_PR_DUP</SymbolicName>
+ <Message>"Property has a duplicate."</Message>
+ <Comment> Prop has a duplicate </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x801312c0">
+ <SymbolicName>VLDTR_E_PR_BADCALLINGCONV</SymbolicName>
+ <Message>"Property has bad calling convention."</Message>
+ <Comment> Prop has bad calling convention </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x801312c1">
+ <SymbolicName>VLDTR_E_PR_MARKEDNODEFLT</SymbolicName>
+ <Message>"Property marked HasDefault, has no const value."</Message>
+ <Comment> Prop marked HasDefault, has no const value </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x801312c2">
+ <SymbolicName>VLDTR_E_PR_DEFLTNOTMARKED</SymbolicName>
+ <Message>"Property has const value, not marked HasDefault."</Message>
+ <Comment> Prop has const value, not marked HasDefault </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x801312c3">
+ <SymbolicName>VLDTR_E_PR_BADSEMANTICS</SymbolicName>
+ <Message>"Property has method that is neither a Setter nor a Getter."</Message>
+ <Comment> Prop has method not (Setter,Getter, or Other) </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x801312c4">
+ <SymbolicName>VLDTR_E_PR_BADMETHOD</SymbolicName>
+ <Message>"Property has method with invalid token."</Message>
+ <Comment> Prop has method with invalid token </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x801312c5">
+ <SymbolicName>VLDTR_E_PR_ALIENMETHOD</SymbolicName>
+ <Message>"Property has method from another class."</Message>
+ <Comment> Prop has method from another class </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x801312c6">
+ <SymbolicName>VLDTR_E_CN_BLOBNOTNULL</SymbolicName>
+ <Message>"Const has non-null blob when it should not."</Message>
+ <Comment> Const has non-null blob when it should not </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x801312c7">
+ <SymbolicName>VLDTR_E_CN_BLOBNULL</SymbolicName>
+ <Message>"Const has null value blob."</Message>
+ <Comment> Const has null value blob </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x801312c8">
+ <SymbolicName>VLDTR_E_EV_BADSCOPE</SymbolicName>
+ <Message>"Event has invalid scope."</Message>
+ <Comment> Event has invalid scope </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x801312ca">
+ <SymbolicName>VLDTR_E_EV_NONAME</SymbolicName>
+ <Message>"Event has no name."</Message>
+ <Comment> Event has no name </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x801312cb">
+ <SymbolicName>VLDTR_E_EV_DUP</SymbolicName>
+ <Message>"Event has a duplicate."</Message>
+ <Comment> Event has a duplicate </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x801312cc">
+ <SymbolicName>VLDTR_E_EV_BADEVTYPE</SymbolicName>
+ <Message>"Event has invalid EventType."</Message>
+ <Comment> Event has invalid EventType </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x801312cd">
+ <SymbolicName>VLDTR_E_EV_EVTYPENOTCLASS</SymbolicName>
+ <Message>"Event's EventType is not a class."</Message>
+ <Comment> Event's EventType is not a class </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x801312ce">
+ <SymbolicName>VLDTR_E_EV_BADSEMANTICS</SymbolicName>
+ <Message>"Event has method not (AddOn,RemoveOn,Fire,Other)."</Message>
+ <Comment> Event has method not (AddOn,RemoveOn,Fire,Other) </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x801312cf">
+ <SymbolicName>VLDTR_E_EV_BADMETHOD</SymbolicName>
+ <Message>"Event has method with invalid token."</Message>
+ <Comment> Event has method with invalid token </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x801312d0">
+ <SymbolicName>VLDTR_E_EV_ALIENMETHOD</SymbolicName>
+ <Message>"Event has method from another class."</Message>
+ <Comment> Event has method from another class </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x801312d1">
+ <SymbolicName>VLDTR_E_EV_NOADDON</SymbolicName>
+ <Message>"Event has no AddOn method."</Message>
+ <Comment> Event has no AddOn method </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x801312d2">
+ <SymbolicName>VLDTR_E_EV_NOREMOVEON</SymbolicName>
+ <Message>"Event has no RemoveOn method."</Message>
+ <Comment> Event has no RemoveOn method </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x801312d3">
+ <SymbolicName>VLDTR_E_CT_DUPTDNAME</SymbolicName>
+ <Message>"ExportedType has same name as TypeDef."</Message>
+ <Comment> ExportedType has same name as TypeDef </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x801312d4">
+ <SymbolicName>VLDTR_E_MAR_BADOFFSET</SymbolicName>
+ <Message>"MRes refers to non-PE file with non-zero offset."</Message>
+ <Comment> MRes refers to non-PE file with offset !=0 </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x801312d5">
+ <SymbolicName>VLDTR_E_DS_BADOWNER</SymbolicName>
+ <Message>"Declarative security has invalid owner token."</Message>
+ <Comment> Decl.security has invalid owner token </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x801312d6">
+ <SymbolicName>VLDTR_E_DS_BADFLAGS</SymbolicName>
+ <Message>"Declarative security has invalid action flags."</Message>
+ <Comment> Decl.security has invalid action flags </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x801312d7">
+ <SymbolicName>VLDTR_E_DS_NOBLOB</SymbolicName>
+ <Message>"Declarative security has no permission blob."</Message>
+ <Comment> Decl.security has no permission blob </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x801312d8">
+ <SymbolicName>VLDTR_E_MAR_BADIMPL</SymbolicName>
+ <Message>"Manifest resource has invalid Implementation."</Message>
+ <Comment> Manifest resource has invalid Implementation </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x801312da">
+ <SymbolicName>VLDTR_E_MR_VARARGCALLINGCONV</SymbolicName>
+ <Message>"MemberRef has VARARG calling conv. (CLS warning)."</Message>
+ <Comment> MemberRef has VARARG calling conv. (CLS warning) </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x801312db">
+ <SymbolicName>VLDTR_E_MD_CTORNOTVOID</SymbolicName>
+ <Message>".ctor or .cctor returns something other than void."</Message>
+ <Comment> .ctor,.cctor returning not void </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x801312dc">
+ <SymbolicName>VLDTR_E_EV_FIRENOTVOID</SymbolicName>
+ <Message>"Fire method returns something other than void."</Message>
+ <Comment> Fire method returning not void </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x801312dd">
+ <SymbolicName>VLDTR_E_AS_BADLOCALE</SymbolicName>
+ <Message>"Invalid locale."</Message>
+ <Comment> Invalid locale </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x801312de">
+ <SymbolicName>VLDTR_E_CN_PARENTTYPE</SymbolicName>
+ <Message>"Constant has parent of invalid type."</Message>
+ <Comment> Constant has parent of invalid type </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x801312df">
+ <SymbolicName>VLDTR_E_SIG_SENTINMETHODDEF</SymbolicName>
+ <Message>"E_T_SENTINEL in MethodDef signature."</Message>
+ <Comment> E_T_SENTINEL in MethodDef signature </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x801312e0">
+ <SymbolicName>VLDTR_E_SIG_SENTMUSTVARARG</SymbolicName>
+ <Message>"E_T_SENTINEL &lt;=&gt; VARARG."</Message>
+ <Comment> E_T_SENTINEL &lt;=&gt; VARARG </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x801312e1">
+ <SymbolicName>VLDTR_E_SIG_MULTSENTINELS</SymbolicName>
+ <Message>"Multiple E_T_SENTINELs."</Message>
+ <Comment> Multiple E_T_SENTINELs </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x801312e2">
+ <SymbolicName>VLDTR_E_SIG_LASTSENTINEL</SymbolicName>
+ <Message>"E_T_SENTINEL not followed by type."</Message>
+ <Comment> E_T_SENTINEL not followed by type </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x801312e3">
+ <SymbolicName>VLDTR_E_SIG_MISSARG</SymbolicName>
+ <Message>"Signature missing argument."</Message>
+ <Comment> Signature missing argument </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x801312e4">
+ <SymbolicName>VLDTR_E_SIG_BYREFINFIELD</SymbolicName>
+ <Message>"Field of ByRef type."</Message>
+ <Comment> Field of ByRef type </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x801312e5">
+ <SymbolicName>VLDTR_E_MD_SYNCMETHODINVTYPE</SymbolicName>
+ <Message>"Synchronized method in value class."</Message>
+ <Comment> Synchronized method in value class </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x801312e6">
+ <SymbolicName>VLDTR_E_TD_NAMETOOLONG</SymbolicName>
+ <Message>"TypeDef name too long."</Message>
+ <Comment> TypeDef name too long </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x801312e7">
+ <SymbolicName>VLDTR_E_AS_PROCDUP</SymbolicName>
+ <Message>"Duplicate Assembly Processor."</Message>
+ <Comment> Duplicate Assembly Processor </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x801312e8">
+ <SymbolicName>VLDTR_E_ASOS_DUP</SymbolicName>
+ <Message>"Duplicate Assembly OS (ID+ver.major+ver.minor)."</Message>
+ <Comment> Duplicate Assembly OS (ID+ver.major+ver.minor) </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x801312e9">
+ <SymbolicName>VLDTR_E_MAR_BADFLAGS</SymbolicName>
+ <Message>"Manifest Resource has bad flags."</Message>
+ <Comment> Manifest Resource has bad flags </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x801312ea">
+ <SymbolicName>VLDTR_E_CT_NOTYPEDEFID</SymbolicName>
+ <Message>"ExportedType has nil TypeDefId."</Message>
+ <Comment> ExportedType has nil TypeDefId </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x801312eb">
+ <SymbolicName>VLDTR_E_FILE_BADFLAGS</SymbolicName>
+ <Message>"File has bad flags."</Message>
+ <Comment> File has bad flags </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x801312ec">
+ <SymbolicName>VLDTR_E_FILE_NULLHASH</SymbolicName>
+ <Message>"File has no hash blob."</Message>
+ <Comment> File has no hash blob </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x801312ed">
+ <SymbolicName>VLDTR_E_MOD_NONAME</SymbolicName>
+ <Message>"Module has no name."</Message>
+ <Comment> Module has no name </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x801312ee">
+ <SymbolicName>VLDTR_E_MOD_NAMEFULLQLFD</SymbolicName>
+ <Message>"Module has fully-qualified name."</Message>
+ <Comment> Module has fully-qualified name </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x801312ef">
+ <SymbolicName>VLDTR_E_TD_RTSPCLNOTSPCL</SymbolicName>
+ <Message>"TypeDef is tdRTSpecialName but not tdSpecialName."</Message>
+ <Comment> TypeDef is tdRTSpecialName but not tdSpecialName </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x801312f0">
+ <SymbolicName>VLDTR_E_TD_EXTENDSIFACE</SymbolicName>
+ <Message>"TypeDef extends interface."</Message>
+ <Comment> TypeDef extends interface </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x801312f1">
+ <SymbolicName>VLDTR_E_MD_CTORPINVOKE</SymbolicName>
+ <Message>".ctor or .cctor is PInvokeImpl."</Message>
+ <Comment> .ctor,.cctor is PInvokeImpl </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x801312f2">
+ <SymbolicName>VLDTR_E_TD_SYSENUMNOTCLASS</SymbolicName>
+ <Message>"System.Enum is not a class."</Message>
+ <Comment> System.Enum is not a class </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x801312f3">
+ <SymbolicName>VLDTR_E_TD_SYSENUMNOTEXTVTYPE</SymbolicName>
+ <Message>"System.Enum extends not System.ValueType."</Message>
+ <Comment> System.Enum extends not System.ValueType </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x801312f4">
+ <SymbolicName>VLDTR_E_MI_SIGMISMATCH</SymbolicName>
+ <Message>"MethodImpl's Decl and Body signatures mismatch."</Message>
+ <Comment> MethodImpl's Decl and Body signatures mismatch </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x801312f5">
+ <SymbolicName>VLDTR_E_TD_ENUMHASMETHODS</SymbolicName>
+ <Message>"TypeDef extends System.Enum but has methods."</Message>
+ <Comment> TypeDef extends System.Enum but has methods </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x801312f6">
+ <SymbolicName>VLDTR_E_TD_ENUMIMPLIFACE</SymbolicName>
+ <Message>"TypeDef extends System.Enum but implements an interface."</Message>
+ <Comment> TypeDef extends System.Enum but impls interface(s) </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x801312f7">
+ <SymbolicName>VLDTR_E_TD_ENUMHASPROP</SymbolicName>
+ <Message>"TypeDef extends System.Enum but has a property."</Message>
+ <Comment> TypeDef extends System.Enum but has prop(s) </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x801312f8">
+ <SymbolicName>VLDTR_E_TD_ENUMHASEVENT</SymbolicName>
+ <Message>"TypeDef extends System.Enum but has an event."</Message>
+ <Comment> TypeDef extends System.Enum but has event(s) </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x801312f9">
+ <SymbolicName>VLDTR_E_TD_BADMETHODLST</SymbolicName>
+ <Message>"TypeDef has MethodList &gt; Nmethods+1."</Message>
+ <Comment> TypeDef has MethodList &gt; Nmethods+1 </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x801312fa">
+ <SymbolicName>VLDTR_E_TD_BADFIELDLST</SymbolicName>
+ <Message>"TypeDef has FieldList &gt; Nfields+1."</Message>
+ <Comment> TypeDef has FieldList &gt; Nfields+1 </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x801312fb">
+ <SymbolicName>VLDTR_E_CN_BADTYPE</SymbolicName>
+ <Message>"Constant has wrong type."</Message>
+ <Comment> Constant has wrong type </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x801312fc">
+ <SymbolicName>VLDTR_E_TD_ENUMNOINSTFLD</SymbolicName>
+ <Message>"Enum has no instance fields."</Message>
+ <Comment> Enum has no instance fields </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x801312fd">
+ <SymbolicName>VLDTR_E_TD_ENUMMULINSTFLD</SymbolicName>
+ <Message>"Enum has multiple instance fields."</Message>
+ <Comment> Enum has multiple instance fields </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x801312fe">
+ <SymbolicName>VLDTR_E_INTERRUPTED</SymbolicName>
+ <Message>"Validator has been interrupted by the VEHandler."</Message>
+ <Comment> Validator has been interrupted by the VEHandler. </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x801312ff">
+ <SymbolicName>VLDTR_E_NOTINIT</SymbolicName>
+ <Message>"Validator failed to initialize correctly."</Message>
+ <Comment> Validator failed to initialize correctly. </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131300">
+ <SymbolicName>CORDBG_E_UNRECOVERABLE_ERROR</SymbolicName>
+ <Message>"Unrecoverable API error."</Message>
+ <Comment> Unrecoverable API error. </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131301">
+ <SymbolicName>CORDBG_E_PROCESS_TERMINATED</SymbolicName>
+ <Message>"Process was terminated."</Message>
+ <Comment> Process was terminated. </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131302">
+ <SymbolicName>CORDBG_E_PROCESS_NOT_SYNCHRONIZED</SymbolicName>
+ <Message>"Process not synchronized."</Message>
+ <Comment> Process not synchronized. </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131303">
+ <SymbolicName>CORDBG_E_CLASS_NOT_LOADED</SymbolicName>
+ <Message>"A class is not loaded."</Message>
+ <Comment> A class is not loaded. </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131304">
+ <SymbolicName>CORDBG_E_IL_VAR_NOT_AVAILABLE</SymbolicName>
+ <Message>"An IL variable is not available at the current native IP."</Message>
+ <Comment> An IL variable is not available at the </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131305">
+ <SymbolicName>CORDBG_E_BAD_REFERENCE_VALUE</SymbolicName>
+ <Message>"A reference value was found to be bad during dereferencing."</Message>
+ <Comment> A reference value was found to be bad </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131306">
+ <SymbolicName>CORDBG_E_FIELD_NOT_AVAILABLE</SymbolicName>
+ <Message>"A field in a class is not available, because the runtime optimized it away."</Message>
+ <Comment> A field in a class is not available, </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131307">
+ <SymbolicName>CORDBG_E_NON_NATIVE_FRAME</SymbolicName>
+ <Message>"'Native-frame-only' operation on non-native frame."</Message>
+ <Comment> "Native frame only" operation on </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131308">
+ <SymbolicName>CORDBG_E_NONCONTINUABLE_EXCEPTION</SymbolicName>
+ <Message>"Cannot Continue on non-continuable exception."</Message>
+ <Comment> Continue on non-continuable exception </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131309">
+ <SymbolicName>CORDBG_E_CODE_NOT_AVAILABLE</SymbolicName>
+ <Message>"The code is currently unavailable."</Message>
+ <Comment> The code is currently unavailable </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x8013130a">
+ <SymbolicName>CORDBG_E_FUNCTION_NOT_IL</SymbolicName>
+ <Message>"Attempt to get a ICorDebugFunction for a function that is not IL."</Message>
+ <Comment> Attempt to get a ICorDebugFunction for </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x8013130e">
+ <SymbolicName>CORDBG_E_CANT_SET_IP_INTO_FINALLY</SymbolicName>
+ <Message>"SetIP is not possible because SetIP would move EIP from outside of an exception handling finally clause to a point inside of one."</Message>
+ <Comment> SetIP isn't possible, because SetIP would </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x8013130f">
+ <SymbolicName>CORDBG_E_CANT_SET_IP_OUT_OF_FINALLY</SymbolicName>
+ <Message>"SetIP is not possible because it would move EIP from within an exception handling finally clause to a point outside of one."</Message>
+ <Comment> SetIP isn't possible because it would move </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131310">
+ <SymbolicName>CORDBG_E_CANT_SET_IP_INTO_CATCH</SymbolicName>
+ <Message>"SetIP is not possible, because SetIP would move EIP from outside of an exception handling catch clause to a point inside of one."</Message>
+ <Comment> SetIP isn't possible, because SetIP would </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131311">
+ <SymbolicName>CORDBG_E_SET_IP_NOT_ALLOWED_ON_NONLEAF_FRAME</SymbolicName>
+ <Message>"SetIP cannot be done on any frame except the leaf frame."</Message>
+ <Comment> Setip cannot be done on any frame except </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131312">
+ <SymbolicName>CORDBG_E_SET_IP_IMPOSSIBLE</SymbolicName>
+ <Message>"SetIP is not allowed."</Message>
+ <Comment> SetIP isn't allowed. For example, there is </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131313">
+ <SymbolicName>CORDBG_E_FUNC_EVAL_BAD_START_POINT</SymbolicName>
+ <Message>"Func eval cannot work. Bad starting point."</Message>
+ <Comment> Func eval can't work if we're, for example, </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131314">
+ <SymbolicName>CORDBG_E_INVALID_OBJECT</SymbolicName>
+ <Message>"This object value is no longer valid."</Message>
+ <Comment> This object value is no longer valid. </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131315">
+ <SymbolicName>CORDBG_E_FUNC_EVAL_NOT_COMPLETE</SymbolicName>
+ <Message>"CordbEval::GetResult called before func eval has finished."</Message>
+ <Comment> If you call CordbEval::GetResult before the </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131318">
+ <SymbolicName>CORDBG_E_INPROC_NOT_IMPL</SymbolicName>
+ <Message>"The in-process version of the debugging API does not support this function."</Message>
+ <Comment> The inproc version of the debugging API </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x8013131a">
+ <SymbolicName>CORDBG_E_STATIC_VAR_NOT_AVAILABLE</SymbolicName>
+ <Message>"A static variable is not available because it has not been initialized yet."</Message>
+ <Comment> A static variable isn't available because </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x8013131b">
+ <SymbolicName>CORDBG_E_OBJECT_IS_NOT_COPYABLE_VALUE_CLASS</SymbolicName>
+ <Message>"Cannot copy a VC with object refs in it."</Message>
+ <Comment> Can't copy a VC with object refs in it. </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x8013131c">
+ <SymbolicName>CORDBG_E_CANT_SETIP_INTO_OR_OUT_OF_FILTER</SymbolicName>
+ <Message>"SetIP cannot leave or enter a filter."</Message>
+ <Comment> SetIP can't leave or enter a filter </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x8013131d">
+ <SymbolicName>CORDBG_E_CANT_CHANGE_JIT_SETTING_FOR_ZAP_MODULE</SymbolicName>
+ <Message>"JIT settings for ZAP modules cannot be changed."</Message>
+ <Comment> You can't change JIT settings for ZAP </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x8013131e">
+ <SymbolicName>CORDBG_E_CANT_SET_IP_OUT_OF_FINALLY_ON_WIN64</SymbolicName>
+ <Message>"SetIP is not possible because it would move EIP from within a finally clause to a point outside of one on WIN64 platforms."</Message>
+ <Comment> SetIP isn't possible because it would move </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x8013131f">
+ <SymbolicName>CORDBG_E_CANT_SET_IP_OUT_OF_CATCH_ON_WIN64</SymbolicName>
+ <Message>"SetIP is not possible because it would move EIP from within a catch clause to a point outside of one on WIN64 platforms."</Message>
+ <Comment> SetIP isn't possible because it would move </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131320">
+ <SymbolicName>CORDBG_E_REMOTE_CONNECTION_CONN_RESET</SymbolicName>
+ <Message>"The remote device closed the connection."</Message>
+ <Comment> The remote device closed the connection. </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131321">
+ <SymbolicName>CORDBG_E_REMOTE_CONNECTION_KEEP_ALIVE</SymbolicName>
+ <Message>"The connection was closed due to a keep-alive failure."</Message>
+ <Comment> The connection was closed due to akeep alive failure. </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131322">
+ <SymbolicName>CORDBG_E_REMOTE_CONNECTION_FATAL_ERROR</SymbolicName>
+ <Message>"Generic error that the device connection has been broken with no chance for recovery."</Message>
+ <Comment> Generic error that the device connection has been broken with no chance for recovery. </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131323">
+ <SymbolicName>CORDBG_E_CANT_SET_TO_JMC</SymbolicName>
+ <Message>"Cannot use JMC on this code (likely wrong JIT settings)."</Message>
+ <Comment> Can't use JMC on this code (likely wrong jit settings). </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131325">
+ <SymbolicName>CORDBG_E_NO_CONTEXT_FOR_INTERNAL_FRAME</SymbolicName>
+ <Message>"Internal frame markers have no associated context."</Message>
+ <Comment> Internal frame markers have no associated context. </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131326">
+ <SymbolicName>CORDBG_E_NOT_CHILD_FRAME</SymbolicName>
+ <Message>"The current frame is not a child frame."</Message>
+ <Comment> The current frame is not a child frame. </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131327">
+ <SymbolicName>CORDBG_E_NON_MATCHING_CONTEXT</SymbolicName>
+ <Message>"The provided CONTEXT does not match the specified thread."</Message>
+ <Comment> The provided CONTEXT does not match the specified thread.
+ The stack pointer in the provided CONTEXT must match the cached stack base and stack limit of the thread.
+ </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131328">
+ <SymbolicName>CORDBG_E_PAST_END_OF_STACK</SymbolicName>
+ <Message>"The stackwalker is now past the end of stack. No information is available."</Message>
+ <Comment> The stackwalker is now past the end of stack. No information is available. </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131329">
+ <SymbolicName>CORDBG_E_FUNC_EVAL_CANNOT_UPDATE_REGISTER_IN_NONLEAF_FRAME</SymbolicName>
+ <Message>"Func eval cannot update a variable stored in a register on a non-leaf frame. The most likely cause is that such a variable is passed as a ref/out argument."</Message>
+ <Comment> Func eval cannot update a variable stored in a register on a non-leaf frame. The most likely cause is that such a variable is passed as a ref/out argument. </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x8013132d">
+ <SymbolicName>CORDBG_E_BAD_THREAD_STATE</SymbolicName>
+ <Message>"The state of the thread is invalid."</Message>
+ <Comment> The state of the thread is invalid. </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x8013132e">
+ <SymbolicName>CORDBG_E_DEBUGGER_ALREADY_ATTACHED</SymbolicName>
+ <Message>"This process has already been attached."</Message>
+ <Comment> This process has already been attached to </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x8013132f">
+ <SymbolicName>CORDBG_E_SUPERFLOUS_CONTINUE</SymbolicName>
+ <Message>"Returned from a call to Continue that was not matched with a stopping event."</Message>
+ <Comment> Returned from a call to Continue that was </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131330">
+ <SymbolicName>CORDBG_E_SET_VALUE_NOT_ALLOWED_ON_NONLEAF_FRAME</SymbolicName>
+ <Message>"Cannot perfrom SetValue on non-leaf frames."</Message>
+ <Comment> Can't perfrom SetValue on non-leaf frames. </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131331">
+ <SymbolicName>CORDBG_E_ENC_EH_MAX_NESTING_LEVEL_CANT_INCREASE</SymbolicName>
+ <Message>"When doing Edit and Continue, some JITs do not allow increasing the maximum level to which exception handling can be nested."</Message>
+ <Comment> When doing EnC, some JITters don't let you </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131332">
+ <SymbolicName>CORDBG_E_ENC_MODULE_NOT_ENC_ENABLED</SymbolicName>
+ <Message>"Tried to do Edit and Continue on a module that was not started in Edit and Continue mode."</Message>
+ <Comment> Tried to do EnC on a module that wasn't </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131333">
+ <SymbolicName>CORDBG_E_SET_IP_NOT_ALLOWED_ON_EXCEPTION</SymbolicName>
+ <Message>"SetIP cannot be done on any exception."</Message>
+ <Comment> Setip cannot be done on any exception </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131334">
+ <SymbolicName>CORDBG_E_VARIABLE_IS_ACTUALLY_LITERAL</SymbolicName>
+ <Message>"The 'variable' does not exist because it is a literal optimized away by the compiler."</Message>
+ <Comment> The 'variable' doesn't exist because it is a </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131335">
+ <SymbolicName>CORDBG_E_PROCESS_DETACHED</SymbolicName>
+ <Message>"Process has been detached."</Message>
+ <Comment> Process has been detached from </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131336">
+ <SymbolicName>CORDBG_E_ENC_METHOD_SIG_CHANGED</SymbolicName>
+ <Message>"Not allowed to change the signature of an existing method."</Message>
+ <Comment> Not allowed to change the signature of an </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131337">
+ <SymbolicName>CORDBG_E_ENC_METHOD_NO_LOCAL_SIG</SymbolicName>
+ <Message>"Cannot get the local signature for the method."</Message>
+ <Comment> Can't get the local signature for the method </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131338">
+ <SymbolicName>CORDBG_E_ENC_CANT_ADD_FIELD_TO_VALUE_OR_LAYOUT_CLASS</SymbolicName>
+ <Message>"Adding a field to a value or layout class is prohibited."</Message>
+ <Comment> Adding a field to a value or layout class is prohibitted, </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131339">
+ <SymbolicName>CORDBG_E_ENC_CANT_CHANGE_FIELD</SymbolicName>
+ <Message>"Cannot change field after adding."</Message>
+ <Comment> Once you've got a field, you're not allowed to change </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x8013133a">
+ <SymbolicName>CORDBG_E_ENC_CANT_ADD_NON_PRIVATE_MEMBER</SymbolicName>
+ <Message>"Only support addition of private members."</Message>
+ <Comment> Only support addition of private members. </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x8013133b">
+ <SymbolicName>CORDBG_E_FIELD_NOT_STATIC</SymbolicName>
+ <Message>"GetStaticFieldValue called on a non-static field."</Message>
+ <Comment> Returned if someone tries to call GetStaticFieldValue </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x8013133c">
+ <SymbolicName>CORDBG_E_FIELD_NOT_INSTANCE</SymbolicName>
+ <Message>"Returned if someone tries to call GetStaticFieldValue on a non-instance field."</Message>
+ <Comment> Returned if someone tries to call GetStaticFieldValue </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x8013133d">
+ <SymbolicName>CORDBG_E_ENC_ZAPPED_WITHOUT_ENC</SymbolicName>
+ <Message>"If a zap file was created without the Edit and Continue flag set, then we cannot do Edit and Continue on it, no matter what."</Message>
+ <Comment> If a zap file was created without the EnC flag set, then </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x8013133e">
+ <SymbolicName>CORDBG_E_ENC_BAD_METHOD_INFO</SymbolicName>
+ <Message>"Lacking information about method."</Message>
+ <Comment> Lacking information about method. </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x8013133f">
+ <SymbolicName>CORDBG_E_ENC_JIT_CANT_UPDATE</SymbolicName>
+ <Message>"The JIT is unable to update the method."</Message>
+ <Comment> The JIT is unable to update the method. </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131340">
+ <SymbolicName>CORDBG_E_ENC_MISSING_CLASS</SymbolicName>
+ <Message>"An internal structure about the class is missing."</Message>
+ <Comment> An internal structure about the class is missing </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131341">
+ <SymbolicName>CORDBG_E_ENC_INTERNAL_ERROR</SymbolicName>
+ <Message>"Internal Runtime Error while doing Edit-and-Continue."</Message>
+ <Comment> Generic message for "Something user doesn't control went wrong" message. </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131342">
+ <SymbolicName>CORDBG_E_ENC_HANGING_FIELD</SymbolicName>
+ <Message>"The field was added via Edit and Continue after the class was loaded."</Message>
+ <Comment> The field was added via EnC after the class was loaded, and so instead of the the field being contiguous with the other fields, it's 'hanging' off the instance or type. This error is used to indicate that either the storage for this field is not yet available and so the field value cannot be read, or the debugger needs to use an EnC specific code path to get the value.</Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131343">
+ <SymbolicName>CORDBG_E_MODULE_NOT_LOADED</SymbolicName>
+ <Message>"Module not loaded."</Message>
+ <Comment> If the module isn't loaded, including if it's been unloaded. </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131344">
+ <SymbolicName>CORDBG_E_ENC_CANT_CHANGE_SUPERCLASS</SymbolicName>
+ <Message>"Not allowed to change base class."</Message>
+ <Comment> Not allowed to change which class something inherits from </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131345">
+ <SymbolicName>CORDBG_E_UNABLE_TO_SET_BREAKPOINT</SymbolicName>
+ <Message>"Cannot set a breakpoint here."</Message>
+ <Comment> Can't set a breakpoint here. </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131346">
+ <SymbolicName>CORDBG_E_DEBUGGING_NOT_POSSIBLE</SymbolicName>
+ <Message>"Debugging is not possible due to an incompatibility within the CLR implementation."</Message>
+ <Comment> Debugging isn't possible due to an incompatibility within the CLR implementation. </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131347">
+ <SymbolicName>CORDBG_E_KERNEL_DEBUGGER_ENABLED</SymbolicName>
+ <Message>"A kernel debugger is enabled on the system. User-mode debugging will trap to the kernel debugger."</Message>
+ <Comment> Debugging isn't possible because a kernel debugger is enabled on the system. </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131348">
+ <SymbolicName>CORDBG_E_KERNEL_DEBUGGER_PRESENT</SymbolicName>
+ <Message>"A kernel debugger is present on the system. User-mode debugging will trap to the kernel debugger."</Message>
+ <Comment> Debugging isn't possible because a kernel debugger is present on the system. </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131349">
+ <SymbolicName>CORDBG_E_HELPER_THREAD_DEAD</SymbolicName>
+ <Message>"The debugger's internal helper thread is dead."</Message>
+ <Comment> The debugger's internal helper thread is dead. </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x8013134a">
+ <SymbolicName>CORDBG_E_INTERFACE_INHERITANCE_CANT_CHANGE</SymbolicName>
+ <Message>"Not allowed to change interface inheritance."</Message>
+ <Comment> Not allowed to change interface inheritance. </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x8013134b">
+ <SymbolicName>CORDBG_E_INCOMPATIBLE_PROTOCOL</SymbolicName>
+ <Message>"The debugger's protocol is incompatible with the debuggee."</Message>
+ <Comment> The debugger's protocol is incompatible with the debuggee. </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x8013134c">
+ <SymbolicName>CORDBG_E_TOO_MANY_PROCESSES</SymbolicName>
+ <Message>"The debugger can only handle a finite number of debuggees."</Message>
+ <Comment> The debugger can only handle a finite number of debuggees. </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x8013134d">
+ <SymbolicName>CORDBG_E_INTEROP_NOT_SUPPORTED</SymbolicName>
+ <Message>"Interop debugging is not supported."</Message>
+ <Comment> Interop debugging is not supported </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x8013134e">
+ <SymbolicName>CORDBG_E_NO_REMAP_BREAKPIONT</SymbolicName>
+ <Message>"Cannot call RemapFunction until have received RemapBreakpoint."</Message>
+ <Comment> Cannot call RemapFunction until have received RemapBreakpoint </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x8013134f">
+ <SymbolicName>CORDBG_E_OBJECT_NEUTERED</SymbolicName>
+ <Message>"Object is in a zombie state."</Message>
+ <Comment> Object has been neutered (it's in a zombie state). </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131350">
+ <SymbolicName>CORPROF_E_FUNCTION_NOT_COMPILED</SymbolicName>
+ <Message>"Function not yet compiled."</Message>
+ <Comment> Function not yet compiled. </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131351">
+ <SymbolicName>CORPROF_E_DATAINCOMPLETE</SymbolicName>
+ <Message>"The ID is not fully loaded/defined yet."</Message>
+ <Comment> The ID is not fully loaded/defined yet. </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131352">
+ <SymbolicName>CORPROF_E_NOT_REJITABLE_METHODS</SymbolicName>
+ <Message>"The Module is not configured for updateable methods."</Message>
+ <Comment> The Module is not configured for updateable methods. </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131353">
+ <SymbolicName>CORPROF_E_CANNOT_UPDATE_METHOD</SymbolicName>
+ <Message>"The Method could not be updated for re-JIT."</Message>
+ <Comment> The Method could not be updated for re-jit. </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131354">
+ <SymbolicName>CORPROF_E_FUNCTION_NOT_IL</SymbolicName>
+ <Message>"The Method has no associated IL."</Message>
+ <Comment> The Method has no associated IL </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131355">
+ <SymbolicName>CORPROF_E_NOT_MANAGED_THREAD</SymbolicName>
+ <Message>"The thread has never run managed code before."</Message>
+ <Comment> The thread has never run managed code before </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131356">
+ <SymbolicName>CORPROF_E_CALL_ONLY_FROM_INIT</SymbolicName>
+ <Message>"The function may only be called during profiler initialization."</Message>
+ <Comment> The function may only be called during profiler init </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131357">
+ <SymbolicName>CORPROF_E_INPROC_NOT_ENABLED</SymbolicName>
+ <Message>"In-process debugging must be enabled during initialization."</Message>
+ <Comment> Inprocess debugging must be enabled during init </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131358">
+ <SymbolicName>CORPROF_E_JITMAPS_NOT_ENABLED</SymbolicName>
+ <Message>"Cannot get a JIT map becuase they are not enabled."</Message>
+ <Comment> Can't get a JIT map becuase they are not enabled </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131359">
+ <SymbolicName>CORPROF_E_INPROC_ALREADY_BEGUN</SymbolicName>
+ <Message>"BeginInprocDebugging already called."</Message>
+ <Comment> If a profiler tries to call BeginInprocDebugging more than </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x8013135a">
+ <SymbolicName>CORPROF_E_INPROC_NOT_AVAILABLE</SymbolicName>
+ <Message>"In-process debugging not allowed at this point."</Message>
+ <Comment> States that inprocess debugging not allowed at this point </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x8013135b">
+ <SymbolicName>CORPROF_E_NOT_YET_AVAILABLE</SymbolicName>
+ <Message>"Requested information is not yet available."</Message>
+ <Comment> This is a general error used to indicated that the information </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x8013135c">
+ <SymbolicName>CORPROF_E_TYPE_IS_PARAMETERIZED</SymbolicName>
+ <Message>"The given type is a generic and cannot be used with this method."</Message>
+ <Comment> The given type is a generic and cannot be used with this method. </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x8013135d">
+ <SymbolicName>CORPROF_E_FUNCTION_IS_PARAMETERIZED</SymbolicName>
+ <Message>"The given function is a generic and cannot be used with this method."</Message>
+ <Comment> The given function is a generic and cannot be used with this method. </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x8013135e">
+ <SymbolicName>CORPROF_E_STACKSNAPSHOT_INVALID_TGT_THREAD</SymbolicName>
+ <Comment> A profiler tried to walk the stack of an invalid thread </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x8013135f">
+ <SymbolicName>CORPROF_E_STACKSNAPSHOT_UNMANAGED_CTX</SymbolicName>
+ <Comment> A profiler can not walk a thread that is currently executing unmanaged code </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131360">
+ <SymbolicName>CORPROF_E_STACKSNAPSHOT_UNSAFE</SymbolicName>
+ <Comment> A stackwalk at this point may cause dead locks or data corruption </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131361">
+ <SymbolicName>CORPROF_E_STACKSNAPSHOT_ABORTED</SymbolicName>
+ <Comment> Stackwalking callback requested the walk to abort </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131362">
+ <SymbolicName>CORPROF_E_LITERALS_HAVE_NO_ADDRESS</SymbolicName>
+ <Comment> Returned when asked for the address of a static that is a literal. </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131363">
+ <SymbolicName>CORPROF_E_UNSUPPORTED_CALL_SEQUENCE</SymbolicName>
+ <Comment> A call was made at an unsupported time. Examples include illegally calling a profiling API method asynchronously, calling a method that might trigger a GC at an unsafe time, and calling a method at a time that could cause locks to be taken out of order. </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131364">
+ <SymbolicName>CORPROF_E_ASYNCHRONOUS_UNSAFE</SymbolicName>
+ <Comment> A legal asynchronous call was made at an unsafe time (e.g., CLR locks are held) </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131365">
+ <SymbolicName>CORPROF_E_CLASSID_IS_ARRAY</SymbolicName>
+ <Comment> The specified ClassID cannot be inspected by this function because it is an array </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131366">
+ <SymbolicName>CORPROF_E_CLASSID_IS_COMPOSITE</SymbolicName>
+ <Comment> The specified ClassID is a non-array composite type (e.g., ref) and cannot be inspected </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131367">
+ <SymbolicName>CORPROF_E_PROFILER_DETACHING</SymbolicName>
+ <Comment> The profiler's call into the CLR is disallowed because the profiler is attempting to detach. </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131368">
+ <SymbolicName>CORPROF_E_PROFILER_NOT_ATTACHABLE</SymbolicName>
+ <Comment> The profiler does not support attaching to a live process. </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131369">
+ <SymbolicName>CORPROF_E_UNRECOGNIZED_PIPE_MSG_FORMAT</SymbolicName>
+ <Comment> The message sent on the profiling API attach pipe is in an unrecognized format. </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x8013136A">
+ <SymbolicName>CORPROF_E_PROFILER_ALREADY_ACTIVE</SymbolicName>
+ <Comment> The request to attach a profiler was denied because a profiler is already loaded. </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x8013136B">
+ <SymbolicName>CORPROF_E_PROFILEE_INCOMPATIBLE_WITH_TRIGGER</SymbolicName>
+ <Comment> Unable to request a profiler attach because the target profilee's runtime is of a version incompatible with the current process calling AttachProfiler(). </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x8013136C">
+ <SymbolicName>CORPROF_E_IPC_FAILED</SymbolicName>
+ <Comment> AttachProfiler() encountered an error while communicating on the pipe to the target profilee. This is often caused by a target profilee that is shutting down or killed while AttachProfiler() is reading or writing the pipe. </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x8013136D">
+ <SymbolicName>CORPROF_E_PROFILEE_PROCESS_NOT_FOUND</SymbolicName>
+ <Comment> AttachProfiler() was unable to find a profilee with the specified process ID. </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x8013136E">
+ <SymbolicName>CORPROF_E_CALLBACK3_REQUIRED</SymbolicName>
+ <Comment> Profiler must implement ICorProfilerCallback3 interface for this call to be supported. </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x8013136F">
+ <SymbolicName>CORPROF_E_UNSUPPORTED_FOR_ATTACHING_PROFILER</SymbolicName>
+ <Comment> This call was attempted by a profiler that attached to the process after startup, but this call is only supported by profilers that are loaded into the process on startup.</Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131370">
+ <SymbolicName>CORPROF_E_IRREVERSIBLE_INSTRUMENTATION_PRESENT</SymbolicName>
+ <Comment> Detach is impossible because the profiler has either instrumented IL or inserted enter/leave hooks. Detach was not attempted; the profiler is still fully attached. </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131371">
+ <SymbolicName>CORPROF_E_RUNTIME_UNINITIALIZED</SymbolicName>
+ <Comment> The profiler called a function that cannot complete because the CLR is not yet fully initialized. The profiler may try again once the CLR has fully started. </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131372">
+ <SymbolicName>CORPROF_E_IMMUTABLE_FLAGS_SET</SymbolicName>
+ <Comment> Detach is impossible because immutable flags were set by the profiler at startup. Detach was not attempted; the profiler is still fully attached. </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131373">
+ <SymbolicName>CORPROF_E_PROFILER_NOT_YET_INITIALIZED</SymbolicName>
+ <Comment> The profiler called a function that cannot complete because the profiler is not yet fully initialized. </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131374">
+ <SymbolicName>CORPROF_E_INCONSISTENT_WITH_FLAGS</SymbolicName>
+ <Comment> The profiler called a function that first requires additional flags to be set in the event mask. This HRESULT may also indicate that the profiler called a function that first requires that some of the flags currently set in the event mask be reset. </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131375">
+ <SymbolicName>CORPROF_E_PROFILER_CANCEL_ACTIVATION</SymbolicName>
+ <Comment> The profiler has requested that the CLR instance not load the profiler into this process. </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131376">
+ <SymbolicName>CORPROF_E_CONCURRENT_GC_NOT_PROFILABLE</SymbolicName>
+ <Comment> Concurrent GC mode is enabled, which prevents use of COR_PRF_MONITOR_GC </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131377">
+ <SymbolicName>CORPROF_E_INCONSISTENT_FLAGS_WITH_HOST_PROTECTION_SETTING</SymbolicName>
+ <Comment> Host enforces host protection attributes, which prevents use of COR_PRF_USE_PROFILE_IMAGES, COR_PRF_MONITOR_CODE_TRANSITIONS, and COR_PRF_MONITOR_ENTERLEAVE </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131378">
+ <SymbolicName>CORPROF_E_DEBUGGING_DISABLED</SymbolicName>
+ <Comment> This functionality requires CoreCLR debugging to be enabled. </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131379">
+ <SymbolicName>CORPROF_E_TIMEOUT_WAITING_FOR_CONCURRENT_GC</SymbolicName>
+ <Comment> Timed out on waiting for concurrent GC to finish during attach. </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x8013137A">
+ <SymbolicName>CORPROF_E_MODULE_IS_DYNAMIC</SymbolicName>
+ <Comment> The specified module was dynamically generated (e.g., via Reflection.Emit API), and is thus not supported by this API method. </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x8013137B">
+ <SymbolicName>CORPROF_E_CALLBACK4_REQUIRED</SymbolicName>
+ <Comment> Profiler must implement ICorProfilerCallback4 interface for this call to be supported. </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x8013137C">
+ <SymbolicName>CORPROF_E_REJIT_NOT_ENABLED</SymbolicName>
+ <Comment> This call is not supported unless ReJIT is first enabled during initialization by setting COR_PRF_ENABLE_REJIT via SetEventMask. </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x8013137D">
+ <SymbolicName>CORPROF_E_ACTIVE_REJIT_REQUEST_NOT_FOUND</SymbolicName>
+ <Comment> Could not revert the specified method, because a corresponding active ReJIT request was not found. Either the method was never requested to be reJITted OR the method was already reverted. </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x8013137E">
+ <SymbolicName>CORPROF_E_FUNCTION_IS_COLLECTIBLE</SymbolicName>
+ <Comment> The specified function is instantiated into a collectible assembly, and is thus not supported by this API method. </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x8013137F">
+ <SymbolicName>CORPROF_E_REJIT_REQUIRES_DISABLE_NGEN</SymbolicName>
+ <Comment> If the profiler specifies COR_PRF_ENABLE_REJIT to SetEventMask, it must also specify COR_PRF_DISABLE_ALL_NGEN_IMAGES. </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131380">
+ <SymbolicName>CORPROF_E_CALLBACK6_REQUIRED</SymbolicName>
+ <Comment> Profiler must implement ICorProfilerCallback6 interface for this call to be supported. </Comment>
+</HRESULT>
+
+<!-- This HRESULT is used only internally by our rejit implementation right now. If it ever appears in
+ a public API HRESULT it is a bug. It is included here to prevent anyone else from defining
+ a new failure with the same value and causing confusion.
+<HRESULT NumericValue="0x80131381">
+ <SymbolicName>CORPROF_E_RUNTIME_SUSPEND_REQUIRED</SymbolicName>
+ <Comment> This call can't be completed safely because the runtime is not suspended </Comment>
+</HRESULT>
+-->
+
+<HRESULT NumericValue="0x80131382">
+ <SymbolicName>CORPROF_E_CALLBACK7_REQUIRED</SymbolicName>
+ <Comment> Profiler must implement ICorProfilerCallback7 interface for this call to be supported. </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131400">
+ <SymbolicName>SECURITY_E_XML_TO_ASN_ENCODING</SymbolicName>
+ <Message>"Failed to convert XML to ASN."</Message>
+ <Comment> Failed to convert XML to ASN </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131401">
+ <SymbolicName>SECURITY_E_INCOMPATIBLE_SHARE</SymbolicName>
+ <Message>"Loading this assembly would produce a different grant set from other instances."</Message>
+ <Comment> Loading this assembly would produce a different grant set from other instances </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131402">
+ <SymbolicName>SECURITY_E_UNVERIFIABLE</SymbolicName>
+ <Message>"Unverifiable code failed policy check."</Message>
+ <Comment> Unverifable code failed policy check </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131403">
+ <SymbolicName>SECURITY_E_INCOMPATIBLE_EVIDENCE</SymbolicName>
+ <Message>"Assembly already loaded without additional security evidence."</Message>
+ <Comment> Assembly already loaded without additional security evidence. </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131410">
+ <SymbolicName>CORSEC_E_DECODE_SET</SymbolicName>
+ <Message>"Failure decoding permission set."</Message>
+ <Comment> Failure decoding permission set </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131411">
+ <SymbolicName>CORSEC_E_ENCODE_SET</SymbolicName>
+ <Message>"Failure encoding permission set."</Message>
+ <Comment> Failure encoding permission set </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131412">
+ <SymbolicName>CORSEC_E_UNSUPPORTED_FORMAT</SymbolicName>
+ <Message>"Unrecognized encoding format."</Message>
+ <Comment> Unrecognized encoding format </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131413">
+ <SymbolicName>SN_CRYPTOAPI_CALL_FAILED</SymbolicName>
+ <Comment> StrongName APIs not supported on system </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131413">
+ <SymbolicName>CORSEC_E_CRYPTOAPI_CALL_FAILED</SymbolicName>
+ <Message>"StrongName APIs not supported on system."</Message>
+ <Comment> StrongName APIs not supported on system </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131414">
+ <SymbolicName>SN_NO_SUITABLE_CSP</SymbolicName>
+ <Comment> StrongName APIs couldn't locate a matching CSP </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131414">
+ <SymbolicName>CORSEC_E_NO_SUITABLE_CSP</SymbolicName>
+ <Message>"StrongName APIs could not locate a matching CSP."</Message>
+ <Comment> StrongName APIs couldn't locate a matching CSP </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131415">
+ <SymbolicName>CORSEC_E_INVALID_ATTR</SymbolicName>
+ <Message>"Invalid security custom attribute."</Message>
+ <Comment> Invalid security custom attribute </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131416">
+ <SymbolicName>CORSEC_E_POLICY_EXCEPTION</SymbolicName>
+ <Message>"PolicyException thrown."</Message>
+ <Comment> PolicyException thrown </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131417">
+ <SymbolicName>CORSEC_E_MIN_GRANT_FAIL</SymbolicName>
+ <Message>"Failed to grant minimum permission requests."</Message>
+ <Comment> Failed to grant minimum permission requests </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131418">
+ <SymbolicName>CORSEC_E_NO_EXEC_PERM</SymbolicName>
+ <Message>"Failed to grant permission to execute."</Message>
+ <Comment> Failed to grant permission to execute </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131419">
+ <SymbolicName>CORSEC_E_XMLSYNTAX</SymbolicName>
+ <Message>"XML Syntax error."</Message>
+ <Comment> XML Syntax error </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x8013141a">
+ <SymbolicName>CORSEC_E_INVALID_STRONGNAME</SymbolicName>
+ <Message>"Strong name validation failed."</Message>
+ <Comment> Strong name validation failed </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x8013141b">
+ <SymbolicName>CORSEC_E_MISSING_STRONGNAME</SymbolicName>
+ <Message>"Assembly is not strong named."</Message>
+ <Comment> Assembly is not strong named </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x8013141c">
+ <SymbolicName>CORSEC_E_CONTAINER_NOT_FOUND</SymbolicName>
+ <Message>"Strong name key container not found."</Message>
+ <Comment> Strong name key container not found </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x8013141d">
+ <SymbolicName>CORSEC_E_INVALID_IMAGE_FORMAT</SymbolicName>
+ <Message>"Invalid assembly file format."</Message>
+ <Comment> Invalid assembly file format </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x8013141e">
+ <SymbolicName>CORSEC_E_INVALID_PUBLICKEY</SymbolicName>
+ <Message>"Invalid assembly public key."</Message>
+ <Comment> Invalid assembly public key </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131420">
+ <SymbolicName>CORSEC_E_SIGNATURE_MISMATCH</SymbolicName>
+ <Message>"Signature size mismatch."</Message>
+ <Comment> Signature size mismatch </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131421">
+ <SymbolicName>SN_E_PUBLICKEY_MISMATCH</SymbolicName>
+ <Message>"Public key of assembly did not match signing public key."</Message>
+ <Comment> Public key of assembly did not match signing public key </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131422">
+ <SymbolicName>CORSEC_E_INVALID_SIGNATUREKEY</SymbolicName>
+ <Message>"Invalid signature public key specified in AssemblySignatureKeyAttribute."</Message>
+ <Comment> Invalid signature key (or invalid key format) specified in the assembly's attribute </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131423">
+ <SymbolicName>CORSEC_E_INVALID_COUNTERSIGNATURE</SymbolicName>
+ <Message>"Invalid countersignature specified in AssemblySignatureKeyAttribute."</Message>
+ <Comment> Invalid signature (or invalid signature format) specified in the assembly's attribute </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131430">
+ <SymbolicName>CORSEC_E_CRYPTO</SymbolicName>
+ <Message>"Failure during Cryptographic operation."</Message>
+ <Comment> generic CryptographicException </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131431">
+ <SymbolicName>CORSEC_E_CRYPTO_UNEX_OPER</SymbolicName>
+ <Message>"Unexpected Cryptographic operation."</Message>
+ <Comment> generic CryptographicUnexpectedOperationException </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x8013143a">
+ <SymbolicName>CORSECATTR_E_BAD_ATTRIBUTE</SymbolicName>
+ <Message>"Generic problem with a custom attribute."</Message>
+ <Comment> Generic problem with a custom attribute </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x8013143b">
+ <SymbolicName>CORSECATTR_E_MISSING_CONSTRUCTOR</SymbolicName>
+ <Message>"Missing a required constructor."</Message>
+ <Comment> Missing a required constructor </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x8013143c">
+ <SymbolicName>CORSECATTR_E_FAILED_TO_CREATE_PERM</SymbolicName>
+ <Message>"Unable to create a permission for this attribute."</Message>
+ <Comment> Unable to create a permission for this attribute </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x8013143d">
+ <SymbolicName>CORSECATTR_E_BAD_ACTION_ASM</SymbolicName>
+ <Message>"SecurityAction type invalid on assembly."</Message>
+ <Comment> SecurityAction type invalid on assembly </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x8013143e">
+ <SymbolicName>CORSECATTR_E_BAD_ACTION_OTHER</SymbolicName>
+ <Message>"SecurityAction type invalid on types and methods."</Message>
+ <Comment> SecurityAction type invalid on types and methods </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x8013143f">
+ <SymbolicName>CORSECATTR_E_BAD_PARENT</SymbolicName>
+ <Message>"Security custom attribute attached to invalid parent."</Message>
+ <Comment> Security custom attribute attached to invalid parent </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131440">
+ <SymbolicName>CORSECATTR_E_TRUNCATED</SymbolicName>
+ <Message>"Bad custom attribute serialized blob."</Message>
+ <Comment> Bad custom attribute serialized blob </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131441">
+ <SymbolicName>CORSECATTR_E_BAD_VERSION</SymbolicName>
+ <Message>"Bad custom attribute serialized blob version."</Message>
+ <Comment> Bad custom attribute serialized blob version </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131442">
+ <SymbolicName>CORSECATTR_E_BAD_ACTION</SymbolicName>
+ <Message>"Invalid security action code."</Message>
+ <Comment> Invalid security action code </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131443">
+ <SymbolicName>CORSECATTR_E_NO_SELF_REF</SymbolicName>
+ <Message>"CA reference to CA definition in same assembly."</Message>
+ <Comment> CA ref to CA def'd in same assembly </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131444">
+ <SymbolicName>CORSECATTR_E_BAD_NONCAS</SymbolicName>
+ <Message>"Use of non-CAS permission with invalid action."</Message>
+ <Comment> Use of non-CAS perm with invalid action </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131445">
+ <SymbolicName>CORSECATTR_E_ASSEMBLY_LOAD_FAILED</SymbolicName>
+ <Message>"Failed to load assembly containing CA (or required CA type)."</Message>
+ <Comment> Failed to load assembly containing CA (or req'd CA type) </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131446">
+ <SymbolicName>CORSECATTR_E_ASSEMBLY_LOAD_FAILED_EX</SymbolicName>
+ <Message>"Failed to load assembly containing CA (or required CA type)."</Message>
+ <Comment> Failed to load assembly containing CA (or req'd CA type) </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131447">
+ <SymbolicName>CORSECATTR_E_TYPE_LOAD_FAILED</SymbolicName>
+ <Message>"Failed to load CA type (or required CA type)."</Message>
+ <Comment> Failed to load CA type (or reqd CA type) </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131448">
+ <SymbolicName>CORSECATTR_E_TYPE_LOAD_FAILED_EX</SymbolicName>
+ <Message>"Failed to load CA type (or required CA type)."</Message>
+ <Comment> Failed to load CA type (or reqd CA type) </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131449">
+ <SymbolicName>CORSECATTR_E_ABSTRACT</SymbolicName>
+ <Message>"CA type is abstract."</Message>
+ <Comment> CA type is abstract </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x8013144a">
+ <SymbolicName>CORSECATTR_E_UNSUPPORTED_TYPE</SymbolicName>
+ <Message>"Security custom attributes do not support array or Type fields and properties."</Message>
+ <Comment> Security custom attributes do not support array or Type fields and properties </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x8013144b">
+ <SymbolicName>CORSECATTR_E_UNSUPPORTED_ENUM_TYPE</SymbolicName>
+ <Message>"Unsupported base type for enum field or property."</Message>
+ <Comment> Unsupported base type for enum field/property </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x8013144c">
+ <SymbolicName>CORSECATTR_E_NO_FIELD</SymbolicName>
+ <Message>"Could not find a CA field."</Message>
+ <Comment> Couldn't find a CA field </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x8013144d">
+ <SymbolicName>CORSECATTR_E_NO_PROPERTY</SymbolicName>
+ <Message>"Could not find a CA property."</Message>
+ <Comment> Couldn't find a CA property </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x8013144e">
+ <SymbolicName>CORSECATTR_E_EXCEPTION</SymbolicName>
+ <Message>"Unexpected exception."</Message>
+ <Comment> Unexpected exception </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x8013144f">
+ <SymbolicName>CORSECATTR_E_EXCEPTION_HR</SymbolicName>
+ <Message>"Unexpected exception."</Message>
+ <Comment> Unexpected exception </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131450">
+ <SymbolicName>ISS_E_ISOSTORE_START</SymbolicName>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131450">
+ <SymbolicName>ISS_E_ISOSTORE</SymbolicName>
+ <Message>"IsolatedStorage operation failed."</Message>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131460">
+ <SymbolicName>ISS_E_OPEN_STORE_FILE</SymbolicName>
+ <Message>"Unable to open the store."</Message>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131461">
+ <SymbolicName>ISS_E_OPEN_FILE_MAPPING</SymbolicName>
+ <Message>"Unable to create store file mapping."</Message>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131462">
+ <SymbolicName>ISS_E_MAP_VIEW_OF_FILE</SymbolicName>
+ <Message>"Unable to map the store file."</Message>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131463">
+ <SymbolicName>ISS_E_GET_FILE_SIZE</SymbolicName>
+ <Message>"Unable to determine store file size."</Message>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131464">
+ <SymbolicName>ISS_E_CREATE_MUTEX</SymbolicName>
+ <Message>"Unable to create mutex."</Message>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131465">
+ <SymbolicName>ISS_E_LOCK_FAILED</SymbolicName>
+ <Message>"Unable to lock the store."</Message>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131466">
+ <SymbolicName>ISS_E_FILE_WRITE</SymbolicName>
+ <Message>"File Write failed."</Message>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131467">
+ <SymbolicName>ISS_E_SET_FILE_POINTER</SymbolicName>
+ <Message>"Cannot set file pointer."</Message>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131468">
+ <SymbolicName>ISS_E_CREATE_DIR</SymbolicName>
+ <Message>"Unable to create the store directory."</Message>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131469">
+ <SymbolicName>ISS_E_STORE_NOT_OPEN</SymbolicName>
+ <Message>"Store must be open for this operation."</Message>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131480">
+ <SymbolicName>ISS_E_CORRUPTED_STORE_FILE</SymbolicName>
+ <Message>"Store file is corrupt."</Message>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131481">
+ <SymbolicName>ISS_E_STORE_VERSION</SymbolicName>
+ <Message>"Store version is not supported."</Message>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131482">
+ <SymbolicName>ISS_E_FILE_NOT_MAPPED</SymbolicName>
+ <Message>"Store file is not mapped."</Message>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131483">
+ <SymbolicName>ISS_E_BLOCK_SIZE_TOO_SMALL</SymbolicName>
+ <Message>"Block size is too small."</Message>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131484">
+ <SymbolicName>ISS_E_ALLOC_TOO_LARGE</SymbolicName>
+ <Message>"Allocation size is too large."</Message>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131485">
+ <SymbolicName>ISS_E_USAGE_WILL_EXCEED_QUOTA</SymbolicName>
+ <Message>"Allowed quota is fully used."</Message>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131486">
+ <SymbolicName>ISS_E_TABLE_ROW_NOT_FOUND</SymbolicName>
+ <Message>"Row not found."</Message>
+</HRESULT>
+
+<HRESULT NumericValue="0x801314a0">
+ <SymbolicName>ISS_E_DEPRECATE</SymbolicName>
+ <Message>"Unable to deprecate old store."</Message>
+</HRESULT>
+
+<HRESULT NumericValue="0x801314a1">
+ <SymbolicName>ISS_E_CALLER</SymbolicName>
+ <Message>"Unable to determine the caller."</Message>
+</HRESULT>
+
+<HRESULT NumericValue="0x801314a2">
+ <SymbolicName>ISS_E_PATH_LENGTH</SymbolicName>
+ <Message>"Path length is too long."</Message>
+</HRESULT>
+
+<HRESULT NumericValue="0x801314a3">
+ <SymbolicName>ISS_E_MACHINE</SymbolicName>
+ <Message>"Machine Store is not supported."</Message>
+</HRESULT>
+
+<HRESULT NumericValue="0x801314a4">
+ <SymbolicName>ISS_E_MACHINE_DACL</SymbolicName>
+ <Message>"The DACL for the machine store is incorrect or could not be created."</Message>
+</HRESULT>
+
+<HRESULT NumericValue="0x801314ff">
+ <SymbolicName>ISS_E_ISOSTORE_END</SymbolicName>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131500">
+ <SymbolicName>COR_E_EXCEPTION</SymbolicName>
+ <Message>"General Exception"</Message>
+ <Comment> Base class for all exceptions in the runtime</Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131501">
+ <SymbolicName>COR_E_SYSTEM</SymbolicName>
+ <Message>"System.Exception"</Message>
+ <Comment> The base class for the runtime's "less serious" exceptions</Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131502">
+ <SymbolicName>COR_E_ARGUMENTOUTOFRANGE</SymbolicName>
+ <Message>"An argument was out of its legal range."</Message>
+ <Comment> An argument was out of its legal range.</Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131503">
+ <SymbolicName>COR_E_ARRAYTYPEMISMATCH</SymbolicName>
+ <Message>"Attempted to store an object of the wrong type in an array."</Message>
+ <Comment> Attempted to store an object of the wrong type in an array</Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131504">
+ <SymbolicName>COR_E_CONTEXTMARSHAL</SymbolicName>
+ <Message>"Attempted to marshal an object across a context boundary."</Message>
+ <Comment></Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131505">
+ <SymbolicName>COR_E_TIMEOUT</SymbolicName>
+ <Message>"Operation timed out."</Message>
+ <Comment></Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131506">
+ <SymbolicName>COR_E_EXECUTIONENGINE</SymbolicName>
+ <Message>"Internal CLR error."</Message>
+ <Comment> An internal error happened in the Common Language Runtime's Execution Engine</Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131507">
+ <SymbolicName>COR_E_FIELDACCESS</SymbolicName>
+ <Message>"Access to this field is denied."</Message>
+ <Comment> Access to this field is denied.</Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131508">
+ <SymbolicName>COR_E_INDEXOUTOFRANGE</SymbolicName>
+ <Message>"Array subscript out of range."</Message>
+ <Comment> Attempted to access an element within an array by using an index that is</Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131509">
+ <SymbolicName>COR_E_INVALIDOPERATION</SymbolicName>
+ <Message>"An operation is not legal in the current state."</Message>
+ <Comment> An operation is not legal in the current state.</Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x8013150a">
+ <SymbolicName>COR_E_SECURITY</SymbolicName>
+ <Message>"An error relating to security occurred."</Message>
+ <Comment> An error relating to security occurred.</Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x8013150b">
+ <SymbolicName>COR_E_REMOTING</SymbolicName>
+ <Message>"An error relating to remoting occurred."</Message>
+ <Comment> An error relating to remoting occurred.</Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x8013150c">
+ <SymbolicName>COR_E_SERIALIZATION</SymbolicName>
+ <Message>"An error relating to serialization occurred."</Message>
+ <Comment> An error relating to serialization has occurred.</Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x8013150d">
+ <SymbolicName>COR_E_VERIFICATION</SymbolicName>
+ <Message>"A verification failure has occurred."</Message>
+ <Comment> A verification failure occurred</Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x8013150e">
+ <SymbolicName>COR_E_SERVER</SymbolicName>
+ <Message>"An error relating to remoting occurred."</Message>
+</HRESULT>
+
+<HRESULT NumericValue="0x8013150f">
+ <SymbolicName>COR_E_SERVICEDCOMPONENT</SymbolicName>
+ <Message>"An error relating to ServicedComponent occurred."</Message>
+ <Comment> An error relating to ServicedComponent occurred.</Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131510">
+ <SymbolicName>COR_E_METHODACCESS</SymbolicName>
+ <Message>"Access to this method is denied."</Message>
+ <Comment> Access to this method is denied.</Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131511">
+ <SymbolicName>COR_E_MISSINGFIELD</SymbolicName>
+ <Message>"Field does not exist."</Message>
+ <Comment> An attempt was made to dynamically access a field that does not exist.</Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131512">
+ <SymbolicName>COR_E_MISSINGMEMBER</SymbolicName>
+ <Message>"Member does not exist."</Message>
+ <Comment> An attempt was made to dynamically invoke or access a field or method</Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131513">
+ <SymbolicName>COR_E_MISSINGMETHOD</SymbolicName>
+ <Message>"Method does not exist."</Message>
+ <Comment> An attempt was made to dynamically invoke a method that does not exist</Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131514">
+ <SymbolicName>COR_E_MULTICASTNOTSUPPORTED</SymbolicName>
+ <Message>"Attempt to combine delegates that are not multicast."</Message>
+ <Comment> Attempted to combine delegates that are not multicast</Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131515">
+ <SymbolicName>COR_E_NOTSUPPORTED</SymbolicName>
+ <Message>"Operation is not supported."</Message>
+ <Comment> The operation is not supported</Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131516">
+ <SymbolicName>COR_E_OVERFLOW</SymbolicName>
+ <Message>"Arithmetic, casting or conversion operation overflowed or underflowed."</Message>
+ <Comment> An arithmetic, casting, or conversion operation overflowed or underflowed.</Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131517">
+ <SymbolicName>COR_E_RANK</SymbolicName>
+ <Message>"An array has the wrong number of dimensions for a particular operation."</Message>
+ <Comment> An array has the wrong number of dimensions for a particular operation.</Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131518">
+ <SymbolicName>COR_E_SYNCHRONIZATIONLOCK</SymbolicName>
+ <Message>"This operation must be called from a synchronized block."</Message>
+ <Comment> Wait(), Notify() or NotifyAll() was called from an unsynchronized ** block of c</Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131519">
+ <SymbolicName>COR_E_THREADINTERRUPTED</SymbolicName>
+ <Message>"Thread was interrupted from a waiting state."</Message>
+ <Comment> Indicates that the thread was interrupted from a waiting state</Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x8013151a">
+ <SymbolicName>COR_E_MEMBERACCESS</SymbolicName>
+ <Message>"Access to this member is denied."</Message>
+ <Comment> Access to this member is denied.</Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131520">
+ <SymbolicName>COR_E_THREADSTATE</SymbolicName>
+ <Message>"Thread is in an invalid state for this operation."</Message>
+ <Comment> Indicate that the Thread class is in an invalid state for the method call</Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131521">
+ <SymbolicName>COR_E_THREADSTOP</SymbolicName>
+ <Message>"Thread is stopping."</Message>
+ <Comment> Thrown into a thread to cause it to stop. This exception is typically not caught</Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131522">
+ <SymbolicName>COR_E_TYPELOAD</SymbolicName>
+ <Message>"Could not find or load a type."</Message>
+ <Comment> Could not find or load a specific type (class, enum, etc).</Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131523">
+ <SymbolicName>COR_E_ENTRYPOINTNOTFOUND</SymbolicName>
+ <Message>"Could not find the specified DllImport entrypoint."</Message>
+ <Comment> Could not find the specified DllImport entry point</Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131524">
+ <SymbolicName>COR_E_DLLNOTFOUND</SymbolicName>
+ <Message>"Could not find the specified DllImport Dll."</Message>
+ <Comment> Could not find the specified DllImport DLL.</Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131525">
+ <SymbolicName>COR_E_THREADSTART</SymbolicName>
+ <Comment> Indicate that a user thread fails to start.</Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131527">
+ <SymbolicName>COR_E_INVALIDCOMOBJECT</SymbolicName>
+ <Message>"An invalid __ComObject has been used."</Message>
+ <Comment> An invalid __ComObject has been used.</Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131528">
+ <SymbolicName>COR_E_NOTFINITENUMBER</SymbolicName>
+ <Message>"Not a Number."</Message>
+ <Comment> Thrown if value (a floating point number) is either the not a number value (NaN) or +- infinity value</Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131529">
+ <SymbolicName>COR_E_DUPLICATEWAITOBJECT</SymbolicName>
+ <Message>"An object appears more than once in the wait objects array."</Message>
+ <Comment> An object appears more than once in the wait objects array.</Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x8013152b">
+ <SymbolicName>COR_E_SEMAPHOREFULL</SymbolicName>
+ <Message>"Reached maximum count for semaphore."</Message>
+ <Comment> Adding the given count to the semaphore would cause it to exceed its maximum count.</Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x8013152c">
+ <SymbolicName>COR_E_WAITHANDLECANNOTBEOPENED</SymbolicName>
+ <Message>"No semaphore of the given name exists."</Message>
+ <Comment> No Semaphore of the given name exists.</Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x8013152d">
+ <SymbolicName>COR_E_ABANDONEDMUTEX</SymbolicName>
+ <Message>"The wait completed due to an abandoned mutex."</Message>
+ <Comment> The wait completed due to an abandoned mutex.</Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131530">
+ <SymbolicName>COR_E_THREADABORTED</SymbolicName>
+ <Message>"Thread has aborted."</Message>
+ <Comment> Thrown into a thread to cause it to abort. Not catchable.</Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131531">
+ <SymbolicName>COR_E_INVALIDOLEVARIANTTYPE</SymbolicName>
+ <Message>"OLE Variant has an invalid type."</Message>
+ <Comment> The type of an OLE variant that was passed into the runtime is invalid.</Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131532">
+ <SymbolicName>COR_E_MISSINGMANIFESTRESOURCE</SymbolicName>
+ <Message>"An expected resource in the assembly manifest was missing."</Message>
+ <Comment> An expected resource in the assembly manifest was missing.</Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131533">
+ <SymbolicName>COR_E_SAFEARRAYTYPEMISMATCH</SymbolicName>
+ <Message>"A mismatch has occurred between the runtime type of the array and the sub type recorded in the metadata."</Message>
+ <Comment> A mismatch has occurred between the runtime type of the array and the subtype recorded in the metadata</Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131534">
+ <SymbolicName>COR_E_TYPEINITIALIZATION</SymbolicName>
+ <Message>"Uncaught exception during type initialization."</Message>
+ <Comment> An exception was thrown by a type's initializer (.cctor).</Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131535">
+ <SymbolicName>COR_E_MARSHALDIRECTIVE</SymbolicName>
+ <Message>"Invalid marshaling directives."</Message>
+ <Comment> The marshaling directives are invalid.</Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131536">
+ <SymbolicName>COR_E_MISSINGSATELLITEASSEMBLY</SymbolicName>
+ <Message>"An expected satellite assembly containing the ultimate fallback resources for a given culture was not found or could not be loaded."</Message>
+ <Comment> An expected satellite assembly containing the ultimate fallback resources</Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131537">
+ <SymbolicName>COR_E_FORMAT</SymbolicName>
+ <Message>"The format of one argument does not meet the contract of the method."</Message>
+ <Comment> The format of one argument does not meet the contract of the method.</Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131538">
+ <SymbolicName>COR_E_SAFEARRAYRANKMISMATCH</SymbolicName>
+ <Message>"A mismatch has occurred between the runtime rank of the array and the rank recorded in the metadata."</Message>
+ <Comment> A mismatch has occurred between the runtime rank of the array and the rank recorded in the metadata</Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131539">
+ <SymbolicName>COR_E_PLATFORMNOTSUPPORTED</SymbolicName>
+ <Message>"Operation is not supported on this platform."</Message>
+ <Comment> The method is not supported on this platform</Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x8013153a">
+ <SymbolicName>COR_E_INVALIDPROGRAM</SymbolicName>
+ <Message>"Invalid IL or CLR metadata."</Message>
+ <Comment> A program contained invalid IL or bad metadata. Usually this is a compiler bug.</Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x8013153b">
+ <SymbolicName>COR_E_OPERATIONCANCELED</SymbolicName>
+ <Message>"The operation was cancelled."</Message>
+ <Comment> The operation was cancelled.</Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x8013153d">
+ <SymbolicName>COR_E_INSUFFICIENTMEMORY</SymbolicName>
+ <Comment> Not enough memory was available for an operation.</Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x8013153e">
+ <SymbolicName>COR_E_RUNTIMEWRAPPED</SymbolicName>
+ <Comment> An object that does not derive from System.Exception has been wrapped in a RuntimeWrappedException.</Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131540">
+ <SymbolicName>COR_E_DEVICESNOTSUPPORTED</SymbolicName>
+ <Message>"Devices not supported."</Message>
+ <Comment></Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131541">
+ <SymbolicName>COR_E_DATAMISALIGNED</SymbolicName>
+ <Message>"A datatype misalignment was detected in a load or store instruction."</Message>
+ <Comment> A datatype misalignment was detected in a load or store instruction.</Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131542">
+ <SymbolicName>COR_E_CODECONTRACTFAILED</SymbolicName>
+ <Message>"A managed code contract (ie, precondition, postcondition, invariant, or assert) failed."</Message>
+ <Comment> A managed code contract (ie, precondition, postcondition, invariant, or assert) failed.</Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131543">
+ <SymbolicName>COR_E_TYPEACCESS</SymbolicName>
+ <Message>"Access to this type is denied."</Message>
+ <Comment>Access to this type is denied.</Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131544">
+ <SymbolicName>COR_E_ACCESSING_CCW</SymbolicName>
+ <Message>"Fail to access a CCW because the corresponding managed object is already collected."</Message>
+ <Comment>Fail to access a CCW because the corresponding managed object is already collected.</Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131545">
+ <SymbolicName>COR_E_MAXMETHODSIZE</SymbolicName>
+ <Message>"A method in this assembly is greater than the maximum allowed method size."</Message>
+ <Comment>This is Apollo only.</Comment>
+</HRESULT>
+
+
+<HRESULT NumericValue="0x80131577">
+ <SymbolicName>COR_E_KEYNOTFOUND</SymbolicName>
+ <Message>"The given key was not present in the dictionary."</Message>
+ <Comment></Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131578">
+ <SymbolicName>COR_E_INSUFFICIENTEXECUTIONSTACK</SymbolicName>
+ <Message>"Insufficient stack to continue executing the program safely. This can happen from having too many functions on the call stack or function on the stack using too much stack space."</Message>
+ <Comment> Insufficient stack to continue executing the program safely. This can happen from having too many functions on the call stack or function on the stack using too much stack space.</Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131600">
+ <SymbolicName>COR_E_APPLICATION</SymbolicName>
+ <Message>"Application exception"</Message>
+ <Comment> The base class for all "less serious" exceptions.</Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131601">
+ <SymbolicName>COR_E_INVALIDFILTERCRITERIA</SymbolicName>
+ <Message>"The given filter criteria does not match the filter content."</Message>
+ <Comment> The given filter criteria does not match the filter contract.</Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131602">
+ <SymbolicName>COR_E_REFLECTIONTYPELOAD</SymbolicName>
+ <Message>"Could not find or load a specific class that was requested through Reflection."</Message>
+ <Comment> Could not find or load a specific class that was requested through Reflection</Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131603">
+ <SymbolicName>COR_E_TARGET</SymbolicName>
+ <Message>"Attempt to invoke non-static method with a null Object."</Message>
+ <Comment> - If you attempt to invoke a non-static method with a null Object - If you atte</Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131604">
+ <SymbolicName>COR_E_TARGETINVOCATION</SymbolicName>
+ <Message>"Uncaught exception thrown by method called through Reflection."</Message>
+ <Comment> If the method called throws an exception</Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131605">
+ <SymbolicName>COR_E_CUSTOMATTRIBUTEFORMAT</SymbolicName>
+ <Message>"Custom attribute has invalid format."</Message>
+ <Comment> If the binary format of a custom attribute is invalid.</Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131620">
+ <SymbolicName>COR_E_IO</SymbolicName>
+ <Message>"Error during managed I/O."</Message>
+ <Comment> Some sort of I/O error.</Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131621">
+ <SymbolicName>COR_E_FILELOAD</SymbolicName>
+ <Message>"Could not find or load a specific file."</Message>
+ <Comment></Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131622">
+ <SymbolicName>COR_E_OBJECTDISPOSED</SymbolicName>
+ <Message>"The object has already been disposed."</Message>
+ <Comment> The object has already been disposed.</Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131623">
+ <SymbolicName>COR_E_FAILFAST</SymbolicName>
+ <Message>"Runtime operation halted by call to System.Environment.FailFast()."</Message>
+ <Comment> Runtime operation halted by call to System.Environment.FailFast().</Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131640">
+ <SymbolicName>COR_E_HOSTPROTECTION</SymbolicName>
+ <Message>"The host has forbidden this operation."</Message>
+ <Comment> Attempted to perform an operation that was forbidden by the host.</Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131641">
+ <SymbolicName>COR_E_ILLEGAL_REENTRANCY</SymbolicName>
+ <Message>"Attempted to call into managed code when executing inside a low level extensibility point."</Message>
+ <Comment> Attempted to call into managed code when executing inside a low level extensibility point.</Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131700">
+ <SymbolicName>CLR_E_SHIM_RUNTIMELOAD</SymbolicName>
+ <Message>"Failed to load the runtime."</Message>
+ <Comment> Failed to load the runtime </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131701">
+ <SymbolicName>CLR_E_SHIM_RUNTIMEEXPORT</SymbolicName>
+ <Message>"Failed to find a required export in the runtime."</Message>
+ <Comment> Failed to find a required export in the runtime </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131702">
+ <SymbolicName>CLR_E_SHIM_INSTALLROOT</SymbolicName>
+ <Message>"Install root is not defined."</Message>
+ <Comment> Install root is not defined </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131703">
+ <SymbolicName>CLR_E_SHIM_INSTALLCOMP</SymbolicName>
+ <Message>"Expected component of the runtime is not available."</Message>
+ <Comment> Expected component of the runtime is not available </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131704">
+ <SymbolicName>CLR_E_SHIM_LEGACYRUNTIMEALREADYBOUND</SymbolicName>
+ <Message>"A runtime has already been bound for legacy activation policy use."</Message>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131705">
+ <SymbolicName>CLR_E_SHIM_SHUTDOWNINPROGRESS</SymbolicName>
+ <Message>"The operation is invalid because the process may be shutting down."</Message>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131801">
+ <SymbolicName>VER_E_HRESULT</SymbolicName>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131802">
+ <SymbolicName>VER_E_OFFSET</SymbolicName>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131803">
+ <SymbolicName>VER_E_OPCODE</SymbolicName>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131804">
+ <SymbolicName>VER_E_OPERAND</SymbolicName>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131805">
+ <SymbolicName>VER_E_TOKEN</SymbolicName>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131806">
+ <SymbolicName>VER_E_EXCEPT</SymbolicName>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131807">
+ <SymbolicName>VER_E_STACK_SLOT</SymbolicName>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131808">
+ <SymbolicName>VER_E_LOC</SymbolicName>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131809">
+ <SymbolicName>VER_E_ARG</SymbolicName>
+</HRESULT>
+
+<HRESULT NumericValue="0x8013180a">
+ <SymbolicName>VER_E_FOUND</SymbolicName>
+</HRESULT>
+
+<HRESULT NumericValue="0x8013180b">
+ <SymbolicName>VER_E_EXPECTED</SymbolicName>
+</HRESULT>
+
+<HRESULT NumericValue="0x8013180c">
+ <SymbolicName>VER_E_LOC_BYNAME</SymbolicName>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131810">
+ <SymbolicName>VER_E_UNKNOWN_OPCODE</SymbolicName>
+ <Message>"Unknown opcode."</Message>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131811">
+ <SymbolicName>VER_E_SIG_CALLCONV</SymbolicName>
+ <Message>"Unknown calling convention."</Message>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131812">
+ <SymbolicName>VER_E_SIG_ELEMTYPE</SymbolicName>
+ <Message>"Unknown ELEMENT_TYPE."</Message>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131814">
+ <SymbolicName>VER_E_RET_SIG</SymbolicName>
+ <Message>"[return sig]"</Message>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131815">
+ <SymbolicName>VER_E_FIELD_SIG</SymbolicName>
+ <Message>"[field sig]"</Message>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131816">
+ <SymbolicName>VER_E_OPEN_DLGT_PROT_ACC</SymbolicName>
+ <Message>"Protected method access through an open instance delegate is not verifiable."</Message>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131818">
+ <SymbolicName>VER_E_INTERNAL</SymbolicName>
+ <Message>"Internal error."</Message>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131819">
+ <SymbolicName>VER_E_STACK_TOO_LARGE</SymbolicName>
+ <Message>"Stack is too large."</Message>
+</HRESULT>
+
+<HRESULT NumericValue="0x8013181a">
+ <SymbolicName>VER_E_ARRAY_NAME_LONG</SymbolicName>
+ <Message>"Array name is too long."</Message>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131820">
+ <SymbolicName>VER_E_FALLTHRU</SymbolicName>
+ <Message>"fall through end of the method without returning"</Message>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131821">
+ <SymbolicName>VER_E_TRY_GTEQ_END</SymbolicName>
+ <Message>"try start &gt;= try end"</Message>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131822">
+ <SymbolicName>VER_E_TRYEND_GT_CS</SymbolicName>
+ <Message>"try end &gt; code size"</Message>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131823">
+ <SymbolicName>VER_E_HND_GTEQ_END</SymbolicName>
+ <Message>"handler start &gt;= handler end"</Message>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131824">
+ <SymbolicName>VER_E_HNDEND_GT_CS</SymbolicName>
+ <Message>"handler end &gt; code size"</Message>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131825">
+ <SymbolicName>VER_E_FLT_GTEQ_CS</SymbolicName>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131826">
+ <SymbolicName>VER_E_TRY_START</SymbolicName>
+ <Message>"Try starts in the middle of an instruction."</Message>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131827">
+ <SymbolicName>VER_E_HND_START</SymbolicName>
+ <Message>"Handler starts in the middle of an instruction."</Message>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131828">
+ <SymbolicName>VER_E_FLT_START</SymbolicName>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131829">
+ <SymbolicName>VER_E_TRY_OVERLAP</SymbolicName>
+ <Message>"Try block overlap with another block."</Message>
+</HRESULT>
+
+<HRESULT NumericValue="0x8013182a">
+ <SymbolicName>VER_E_TRY_EQ_HND_FIL</SymbolicName>
+ <Message>"Try and filter/handler blocks are equivalent."</Message>
+</HRESULT>
+
+<HRESULT NumericValue="0x8013182b">
+ <SymbolicName>VER_E_TRY_SHARE_FIN_FAL</SymbolicName>
+ <Message>"Shared try has finally or fault handler."</Message>
+</HRESULT>
+
+<HRESULT NumericValue="0x8013182c">
+ <SymbolicName>VER_E_HND_OVERLAP</SymbolicName>
+ <Message>"Handler block overlaps with another block."</Message>
+</HRESULT>
+
+<HRESULT NumericValue="0x8013182d">
+ <SymbolicName>VER_E_HND_EQ</SymbolicName>
+ <Message>"Handler block is the same as another block."</Message>
+</HRESULT>
+
+<HRESULT NumericValue="0x8013182e">
+ <SymbolicName>VER_E_FIL_OVERLAP</SymbolicName>
+ <Message>"Filter block overlaps with another block."</Message>
+</HRESULT>
+
+<HRESULT NumericValue="0x8013182f">
+ <SymbolicName>VER_E_FIL_EQ</SymbolicName>
+ <Message>"Filter block is the same as another block."</Message>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131830">
+ <SymbolicName>VER_E_FIL_CONT_TRY</SymbolicName>
+ <Message>"Filter contains try."</Message>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131831">
+ <SymbolicName>VER_E_FIL_CONT_HND</SymbolicName>
+ <Message>"Filter contains handler."</Message>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131832">
+ <SymbolicName>VER_E_FIL_CONT_FIL</SymbolicName>
+ <Message>"Nested filters."</Message>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131833">
+ <SymbolicName>VER_E_FIL_GTEQ_CS</SymbolicName>
+ <Message>"filter &gt;= code size"</Message>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131834">
+ <SymbolicName>VER_E_FIL_START</SymbolicName>
+ <Message>"Filter starts in the middle of an instruction."</Message>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131835">
+ <SymbolicName>VER_E_FALLTHRU_EXCEP</SymbolicName>
+ <Message>"fallthru the end of an exception block"</Message>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131836">
+ <SymbolicName>VER_E_FALLTHRU_INTO_HND</SymbolicName>
+ <Message>"fallthru into an exception handler"</Message>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131837">
+ <SymbolicName>VER_E_FALLTHRU_INTO_FIL</SymbolicName>
+ <Message>"fallthru into an exception filter"</Message>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131838">
+ <SymbolicName>VER_E_LEAVE</SymbolicName>
+ <Message>"Leave from outside a try or catch block."</Message>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131839">
+ <SymbolicName>VER_E_RETHROW</SymbolicName>
+ <Message>"Rethrow from outside a catch handler."</Message>
+</HRESULT>
+
+<HRESULT NumericValue="0x8013183a">
+ <SymbolicName>VER_E_ENDFINALLY</SymbolicName>
+ <Message>"Endfinally from outside a finally handler"</Message>
+</HRESULT>
+
+<HRESULT NumericValue="0x8013183b">
+ <SymbolicName>VER_E_ENDFILTER</SymbolicName>
+ <Message>"Endfilter from outside an exception filter block"</Message>
+</HRESULT>
+
+<HRESULT NumericValue="0x8013183c">
+ <SymbolicName>VER_E_ENDFILTER_MISSING</SymbolicName>
+ <Message>"Missing Endfilter."</Message>
+</HRESULT>
+
+<HRESULT NumericValue="0x8013183d">
+ <SymbolicName>VER_E_BR_INTO_TRY</SymbolicName>
+ <Message>"Branch into try block."</Message>
+</HRESULT>
+
+<HRESULT NumericValue="0x8013183e">
+ <SymbolicName>VER_E_BR_INTO_HND</SymbolicName>
+ <Message>"Branch into exception handler block."</Message>
+</HRESULT>
+
+<HRESULT NumericValue="0x8013183f">
+ <SymbolicName>VER_E_BR_INTO_FIL</SymbolicName>
+ <Message>"Branch into exception filter block."</Message>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131840">
+ <SymbolicName>VER_E_BR_OUTOF_TRY</SymbolicName>
+ <Message>"Branch out of try block."</Message>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131841">
+ <SymbolicName>VER_E_BR_OUTOF_HND</SymbolicName>
+ <Message>"Branch out of exception handler block."</Message>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131842">
+ <SymbolicName>VER_E_BR_OUTOF_FIL</SymbolicName>
+ <Message>"Branch out of exception filter block."</Message>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131843">
+ <SymbolicName>VER_E_BR_OUTOF_FIN</SymbolicName>
+ <Message>"Branch out of finally block."</Message>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131844">
+ <SymbolicName>VER_E_RET_FROM_TRY</SymbolicName>
+ <Message>"Return out of try block."</Message>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131845">
+ <SymbolicName>VER_E_RET_FROM_HND</SymbolicName>
+ <Message>"Return out of exception handler block."</Message>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131846">
+ <SymbolicName>VER_E_RET_FROM_FIL</SymbolicName>
+ <Message>"Return out of exception filter block."</Message>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131847">
+ <SymbolicName>VER_E_BAD_JMP_TARGET</SymbolicName>
+ <Message>"jmp / exception into the middle of an instruction."</Message>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131848">
+ <SymbolicName>VER_E_PATH_LOC</SymbolicName>
+ <Message>"Non-compatible types depending on path."</Message>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131849">
+ <SymbolicName>VER_E_PATH_THIS</SymbolicName>
+ <Message>"Init state for this differs depending on path."</Message>
+</HRESULT>
+
+<HRESULT NumericValue="0x8013184a">
+ <SymbolicName>VER_E_PATH_STACK</SymbolicName>
+ <Message>"Non-compatible types on stack depending on path."</Message>
+</HRESULT>
+
+<HRESULT NumericValue="0x8013184b">
+ <SymbolicName>VER_E_PATH_STACK_DEPTH</SymbolicName>
+ <Message>"Stack depth differs depending on path."</Message>
+</HRESULT>
+
+<HRESULT NumericValue="0x8013184c">
+ <SymbolicName>VER_E_THIS</SymbolicName>
+ <Message>"Instance variable (this) missing."</Message>
+</HRESULT>
+
+<HRESULT NumericValue="0x8013184d">
+ <SymbolicName>VER_E_THIS_UNINIT_EXCEP</SymbolicName>
+ <Message>"Uninitialized this on entering a try block."</Message>
+</HRESULT>
+
+<HRESULT NumericValue="0x8013184e">
+ <SymbolicName>VER_E_THIS_UNINIT_STORE</SymbolicName>
+ <Message>"Store into this when it is uninitialized."</Message>
+</HRESULT>
+
+<HRESULT NumericValue="0x8013184f">
+ <SymbolicName>VER_E_THIS_UNINIT_RET</SymbolicName>
+ <Message>"Return from .ctor when this is uninitialized."</Message>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131850">
+ <SymbolicName>VER_E_THIS_UNINIT_V_RET</SymbolicName>
+ <Message>"Return from .ctor before all fields are initialized."</Message>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131851">
+ <SymbolicName>VER_E_THIS_UNINIT_BR</SymbolicName>
+ <Message>"Branch back when this is uninitialized."</Message>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131852">
+ <SymbolicName>VER_E_LDFTN_CTOR</SymbolicName>
+ <Message>"ldftn and ldvirtftn not allowed on .ctor."</Message>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131853">
+ <SymbolicName>VER_E_STACK_NOT_EQ</SymbolicName>
+ <Message>"Non-compatible types on the stack."</Message>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131854">
+ <SymbolicName>VER_E_STACK_UNEXPECTED</SymbolicName>
+ <Message>"Unexpected type on the stack."</Message>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131855">
+ <SymbolicName>VER_E_STACK_EXCEPTION</SymbolicName>
+ <Message>"Missing stack slot for exception."</Message>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131856">
+ <SymbolicName>VER_E_STACK_OVERFLOW</SymbolicName>
+ <Message>"Stack overflow."</Message>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131857">
+ <SymbolicName>VER_E_STACK_UNDERFLOW</SymbolicName>
+ <Message>"Stack underflow."</Message>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131858">
+ <SymbolicName>VER_E_STACK_EMPTY</SymbolicName>
+ <Message>"Stack empty."</Message>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131859">
+ <SymbolicName>VER_E_STACK_UNINIT</SymbolicName>
+ <Message>"Uninitialized item on stack."</Message>
+</HRESULT>
+
+<HRESULT NumericValue="0x8013185a">
+ <SymbolicName>VER_E_STACK_I_I4_I8</SymbolicName>
+ <Message>"Expected I, I4, or I8 on the stack."</Message>
+</HRESULT>
+
+<HRESULT NumericValue="0x8013185b">
+ <SymbolicName>VER_E_STACK_R_R4_R8</SymbolicName>
+ <Message>"Expected R, R4, or R8 on the stack."</Message>
+</HRESULT>
+
+<HRESULT NumericValue="0x8013185c">
+ <SymbolicName>VER_E_STACK_NO_R_I8</SymbolicName>
+ <Message>"unexpected R, R4, R8, or I8 on the stack."</Message>
+</HRESULT>
+
+<HRESULT NumericValue="0x8013185d">
+ <SymbolicName>VER_E_STACK_NUMERIC</SymbolicName>
+ <Message>"Expected numeric type on the stack."</Message>
+</HRESULT>
+
+<HRESULT NumericValue="0x8013185e">
+ <SymbolicName>VER_E_STACK_OBJREF</SymbolicName>
+ <Message>"Expected an ObjRef on the stack."</Message>
+</HRESULT>
+
+<HRESULT NumericValue="0x8013185f">
+ <SymbolicName>VER_E_STACK_P_OBJREF</SymbolicName>
+ <Message>"Expected address of an ObjRef on the stack."</Message>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131860">
+ <SymbolicName>VER_E_STACK_BYREF</SymbolicName>
+ <Message>"Expected ByRef on the stack."</Message>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131861">
+ <SymbolicName>VER_E_STACK_METHOD</SymbolicName>
+ <Message>"Expected pointer to function on the stack."</Message>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131862">
+ <SymbolicName>VER_E_STACK_ARRAY_SD</SymbolicName>
+ <Message>"Expected single dimension array on the stack."</Message>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131863">
+ <SymbolicName>VER_E_STACK_VALCLASS</SymbolicName>
+ <Message>"Expected value type instance on the stack."</Message>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131864">
+ <SymbolicName>VER_E_STACK_P_VALCLASS</SymbolicName>
+ <Message>"Expected address of value type on the stack."</Message>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131865">
+ <SymbolicName>VER_E_STACK_NO_VALCLASS</SymbolicName>
+ <Message>"Unexpected value type instance on the stack."</Message>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131866">
+ <SymbolicName>VER_E_LOC_DEAD</SymbolicName>
+ <Message>"Local variable is unusable at this point."</Message>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131867">
+ <SymbolicName>VER_E_LOC_NUM</SymbolicName>
+ <Message>"Unrecognized local variable number."</Message>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131868">
+ <SymbolicName>VER_E_ARG_NUM</SymbolicName>
+ <Message>"Unrecognized argument number."</Message>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131869">
+ <SymbolicName>VER_E_TOKEN_RESOLVE</SymbolicName>
+ <Message>"Unable to resolve token."</Message>
+</HRESULT>
+
+<HRESULT NumericValue="0x8013186a">
+ <SymbolicName>VER_E_TOKEN_TYPE</SymbolicName>
+ <Message>"Unable to resolve type of the token."</Message>
+</HRESULT>
+
+<HRESULT NumericValue="0x8013186b">
+ <SymbolicName>VER_E_TOKEN_TYPE_MEMBER</SymbolicName>
+ <Message>"Expected memberRef, memberDef or methodSpec token."</Message>
+</HRESULT>
+
+<HRESULT NumericValue="0x8013186c">
+ <SymbolicName>VER_E_TOKEN_TYPE_FIELD</SymbolicName>
+ <Message>"Expected memberRef or fieldDef token."</Message>
+</HRESULT>
+
+<HRESULT NumericValue="0x8013186d">
+ <SymbolicName>VER_E_TOKEN_TYPE_SIG</SymbolicName>
+ <Message>"Expected signature token."</Message>
+</HRESULT>
+
+<HRESULT NumericValue="0x8013186e">
+ <SymbolicName>VER_E_UNVERIFIABLE</SymbolicName>
+ <Message>"Instruction cannot be verified."</Message>
+</HRESULT>
+
+<HRESULT NumericValue="0x8013186f">
+ <SymbolicName>VER_E_LDSTR_OPERAND</SymbolicName>
+ <Message>"Operand does not point to a valid string ref."</Message>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131870">
+ <SymbolicName>VER_E_RET_PTR_TO_STACK</SymbolicName>
+ <Message>"Return type is ByRef, TypedReference, ArgHandle, or ArgIterator."</Message>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131871">
+ <SymbolicName>VER_E_RET_VOID</SymbolicName>
+ <Message>"Stack must be empty on return from a void function."</Message>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131872">
+ <SymbolicName>VER_E_RET_MISSING</SymbolicName>
+ <Message>"Return value missing on the stack."</Message>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131873">
+ <SymbolicName>VER_E_RET_EMPTY</SymbolicName>
+ <Message>"Stack must contain only the return value."</Message>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131874">
+ <SymbolicName>VER_E_RET_UNINIT</SymbolicName>
+ <Message>"Return uninitialized data."</Message>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131875">
+ <SymbolicName>VER_E_ARRAY_ACCESS</SymbolicName>
+ <Message>"Illegal array access."</Message>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131876">
+ <SymbolicName>VER_E_ARRAY_V_STORE</SymbolicName>
+ <Message>"Store non Object type into Object array."</Message>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131877">
+ <SymbolicName>VER_E_ARRAY_SD</SymbolicName>
+ <Message>"Expected single dimension array."</Message>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131878">
+ <SymbolicName>VER_E_ARRAY_SD_PTR</SymbolicName>
+ <Message>"Expected single dimension array of pointer types."</Message>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131879">
+ <SymbolicName>VER_E_ARRAY_FIELD</SymbolicName>
+ <Message>"Array field access is denied."</Message>
+</HRESULT>
+
+<HRESULT NumericValue="0x8013187a">
+ <SymbolicName>VER_E_ARGLIST</SymbolicName>
+ <Message>"Allowed only in vararg methods."</Message>
+</HRESULT>
+
+<HRESULT NumericValue="0x8013187b">
+ <SymbolicName>VER_E_VALCLASS</SymbolicName>
+ <Message>"Value type expected."</Message>
+</HRESULT>
+
+<HRESULT NumericValue="0x8013187c">
+ <SymbolicName>VER_E_METHOD_ACCESS</SymbolicName>
+ <Message>"Method is not visible."</Message>
+</HRESULT>
+
+<HRESULT NumericValue="0x8013187d">
+ <SymbolicName>VER_E_FIELD_ACCESS</SymbolicName>
+ <Message>"Field is not visible."</Message>
+</HRESULT>
+
+<HRESULT NumericValue="0x8013187e">
+ <SymbolicName>VER_E_DEAD</SymbolicName>
+ <Message>"Item is unusable at this point."</Message>
+</HRESULT>
+
+<HRESULT NumericValue="0x8013187f">
+ <SymbolicName>VER_E_FIELD_STATIC</SymbolicName>
+ <Message>"Expected static field."</Message>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131880">
+ <SymbolicName>VER_E_FIELD_NO_STATIC</SymbolicName>
+ <Message>"Expected non-static field."</Message>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131881">
+ <SymbolicName>VER_E_ADDR</SymbolicName>
+ <Message>"Address of not allowed for this item."</Message>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131882">
+ <SymbolicName>VER_E_ADDR_BYREF</SymbolicName>
+ <Message>"Address of not allowed for ByRef."</Message>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131883">
+ <SymbolicName>VER_E_ADDR_LITERAL</SymbolicName>
+ <Message>"Address of not allowed for literal field."</Message>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131884">
+ <SymbolicName>VER_E_INITONLY</SymbolicName>
+ <Message>"Cannot change initonly field outside its .ctor."</Message>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131885">
+ <SymbolicName>VER_E_THROW</SymbolicName>
+ <Message>"Cannot throw this object."</Message>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131886">
+ <SymbolicName>VER_E_CALLVIRT_VALCLASS</SymbolicName>
+ <Message>"Callvirt on a value type method."</Message>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131887">
+ <SymbolicName>VER_E_CALL_SIG</SymbolicName>
+ <Message>"Call signature mismatch."</Message>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131888">
+ <SymbolicName>VER_E_CALL_STATIC</SymbolicName>
+ <Message>"Static function expected."</Message>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131889">
+ <SymbolicName>VER_E_CTOR</SymbolicName>
+ <Message>".ctor expected."</Message>
+</HRESULT>
+
+<HRESULT NumericValue="0x8013188a">
+ <SymbolicName>VER_E_CTOR_VIRT</SymbolicName>
+ <Message>"Cannot use callvirt on .ctor."</Message>
+</HRESULT>
+
+<HRESULT NumericValue="0x8013188b">
+ <SymbolicName>VER_E_CTOR_OR_SUPER</SymbolicName>
+ <Message>"Only super::ctor or typeof(this)::ctor allowed here."</Message>
+</HRESULT>
+
+<HRESULT NumericValue="0x8013188c">
+ <SymbolicName>VER_E_CTOR_MUL_INIT</SymbolicName>
+ <Message>"Possible call to .ctor more than once."</Message>
+</HRESULT>
+
+<HRESULT NumericValue="0x8013188d">
+ <SymbolicName>VER_E_SIG</SymbolicName>
+ <Message>"Unrecognized signature."</Message>
+</HRESULT>
+
+<HRESULT NumericValue="0x8013188e">
+ <SymbolicName>VER_E_SIG_ARRAY</SymbolicName>
+ <Message>"Cannot resolve Array type."</Message>
+</HRESULT>
+
+<HRESULT NumericValue="0x8013188f">
+ <SymbolicName>VER_E_SIG_ARRAY_PTR</SymbolicName>
+ <Message>"Array of ELEMENT_TYPE_PTR."</Message>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131890">
+ <SymbolicName>VER_E_SIG_ARRAY_BYREF</SymbolicName>
+ <Message>"Array of ELEMENT_TYPE_BYREF or ELEMENT_TYPE_TYPEDBYREF."</Message>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131891">
+ <SymbolicName>VER_E_SIG_ELEM_PTR</SymbolicName>
+ <Message>"ELEMENT_TYPE_PTR cannot be verified."</Message>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131892">
+ <SymbolicName>VER_E_SIG_VARARG</SymbolicName>
+ <Message>"Unexpected vararg."</Message>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131893">
+ <SymbolicName>VER_E_SIG_VOID</SymbolicName>
+ <Message>"Unexpected Void."</Message>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131894">
+ <SymbolicName>VER_E_SIG_BYREF_BYREF</SymbolicName>
+ <Message>"ByRef of ByRef"</Message>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131896">
+ <SymbolicName>VER_E_CODE_SIZE_ZERO</SymbolicName>
+ <Message>"Code size is zero."</Message>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131897">
+ <SymbolicName>VER_E_BAD_VARARG</SymbolicName>
+ <Message>"Unrecognized use of vararg."</Message>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131898">
+ <SymbolicName>VER_E_TAIL_CALL</SymbolicName>
+ <Message>"Missing call, callvirt or calli."</Message>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131899">
+ <SymbolicName>VER_E_TAIL_BYREF</SymbolicName>
+ <Message>"Cannot pass ByRef to a tail call."</Message>
+</HRESULT>
+
+<HRESULT NumericValue="0x8013189a">
+ <SymbolicName>VER_E_TAIL_RET</SymbolicName>
+ <Message>"Missing ret."</Message>
+</HRESULT>
+
+<HRESULT NumericValue="0x8013189b">
+ <SymbolicName>VER_E_TAIL_RET_VOID</SymbolicName>
+ <Message>"Void ret type expected for tail call."</Message>
+</HRESULT>
+
+<HRESULT NumericValue="0x8013189c">
+ <SymbolicName>VER_E_TAIL_RET_TYPE</SymbolicName>
+ <Message>"Tail call return type not compatible."</Message>
+</HRESULT>
+
+<HRESULT NumericValue="0x8013189d">
+ <SymbolicName>VER_E_TAIL_STACK_EMPTY</SymbolicName>
+ <Message>"Stack not empty after tail call."</Message>
+</HRESULT>
+
+<HRESULT NumericValue="0x8013189e">
+ <SymbolicName>VER_E_METHOD_END</SymbolicName>
+ <Message>"Method ends in the middle of an instruction."</Message>
+</HRESULT>
+
+<HRESULT NumericValue="0x8013189f">
+ <SymbolicName>VER_E_BAD_BRANCH</SymbolicName>
+ <Message>"Branch out of the method."</Message>
+</HRESULT>
+
+<HRESULT NumericValue="0x801318a0">
+ <SymbolicName>VER_E_FIN_OVERLAP</SymbolicName>
+ <Message>"Finally handler blocks overlap."</Message>
+</HRESULT>
+
+<HRESULT NumericValue="0x801318a1">
+ <SymbolicName>VER_E_LEXICAL_NESTING</SymbolicName>
+ <Message>"Lexical nesting."</Message>
+</HRESULT>
+
+<HRESULT NumericValue="0x801318a2">
+ <SymbolicName>VER_E_VOLATILE</SymbolicName>
+ <Message>"Missing ldsfld, stsfld, ldind, stind, ldfld, stfld, ldobj, stobj, initblk or cpblk."</Message>
+</HRESULT>
+
+<HRESULT NumericValue="0x801318a3">
+ <SymbolicName>VER_E_UNALIGNED</SymbolicName>
+ <Message>"Missing ldind, stind, ldfld, stfld, ldobj, stobj, initblk or cpblk."</Message>
+</HRESULT>
+
+<HRESULT NumericValue="0x801318a4">
+ <SymbolicName>VER_E_INNERMOST_FIRST</SymbolicName>
+ <Message>"Innermost exception blocks should be declared first."</Message>
+</HRESULT>
+
+<HRESULT NumericValue="0x801318a5">
+ <SymbolicName>VER_E_CALLI_VIRTUAL</SymbolicName>
+ <Message>"Calli not allowed on virtual methods."</Message>
+</HRESULT>
+
+<HRESULT NumericValue="0x801318a6">
+ <SymbolicName>VER_E_CALL_ABSTRACT</SymbolicName>
+ <Message>"Call not allowed on abstract methods."</Message>
+</HRESULT>
+
+<HRESULT NumericValue="0x801318a7">
+ <SymbolicName>VER_E_STACK_UNEXP_ARRAY</SymbolicName>
+ <Message>"Unexpected array type on the stack."</Message>
+</HRESULT>
+
+<HRESULT NumericValue="0x801318a8">
+ <SymbolicName>VER_E_NOT_IN_GC_HEAP</SymbolicName>
+ <Message>"Value type with NotInGCHeap attribute being created on the GC heap."</Message>
+</HRESULT>
+
+<HRESULT NumericValue="0x801318a9">
+ <SymbolicName>VER_E_TRY_N_EMPTY_STACK</SymbolicName>
+ <Message>"Attempt to enter a try block with nonempty stack."</Message>
+</HRESULT>
+
+<HRESULT NumericValue="0x801318aa">
+ <SymbolicName>VER_E_DLGT_CTOR</SymbolicName>
+ <Message>"Unrecognized arguments for delegate .ctor."</Message>
+</HRESULT>
+
+<HRESULT NumericValue="0x801318ab">
+ <SymbolicName>VER_E_DLGT_BB</SymbolicName>
+ <Message>"Delegate .ctor not allowed at the start of a basic block when the function pointer argument is a virtual method."</Message>
+</HRESULT>
+
+<HRESULT NumericValue="0x801318ac">
+ <SymbolicName>VER_E_DLGT_PATTERN</SymbolicName>
+ <Message>"Dup, ldvirtftn, newobj delegate::.ctor() pattern expected (in the same basic block)."</Message>
+</HRESULT>
+
+<HRESULT NumericValue="0x801318ad">
+ <SymbolicName>VER_E_DLGT_LDFTN</SymbolicName>
+ <Message>"Ldftn or ldvirtftn instruction required before call to a delegate .ctor."</Message>
+</HRESULT>
+
+<HRESULT NumericValue="0x801318ae">
+ <SymbolicName>VER_E_FTN_ABSTRACT</SymbolicName>
+ <Message>"Attempt to load address of an abstract method."</Message>
+</HRESULT>
+
+<HRESULT NumericValue="0x801318af">
+ <SymbolicName>VER_E_SIG_C_VC</SymbolicName>
+ <Message>"ELEMENT_TYPE_CLASS ValueClass in signature."</Message>
+</HRESULT>
+
+<HRESULT NumericValue="0x801318b0">
+ <SymbolicName>VER_E_SIG_VC_C</SymbolicName>
+ <Message>"ELEMENT_TYPE_VALUETYPE non-ValueClass in signature."</Message>
+</HRESULT>
+
+<HRESULT NumericValue="0x801318b1">
+ <SymbolicName>VER_E_BOX_PTR_TO_STACK</SymbolicName>
+ <Message>"Box operation on TypedReference, ArgHandle, or ArgIterator."</Message>
+</HRESULT>
+
+<HRESULT NumericValue="0x801318b2">
+ <SymbolicName>VER_E_SIG_BYREF_TB_AH</SymbolicName>
+ <Message>"ByRef of TypedReference, ArgHandle, or ArgIterator."</Message>
+</HRESULT>
+
+<HRESULT NumericValue="0x801318b3">
+ <SymbolicName>VER_E_SIG_ARRAY_TB_AH</SymbolicName>
+ <Message>"Array of TypedReference, ArgHandle, or ArgIterator."</Message>
+</HRESULT>
+
+<HRESULT NumericValue="0x801318b4">
+ <SymbolicName>VER_E_ENDFILTER_STACK</SymbolicName>
+ <Message>"Stack not empty when leaving an exception filter."</Message>
+</HRESULT>
+
+<HRESULT NumericValue="0x801318b5">
+ <SymbolicName>VER_E_DLGT_SIG_I</SymbolicName>
+ <Message>"Unrecognized delegate .ctor signature; expected I."</Message>
+</HRESULT>
+
+<HRESULT NumericValue="0x801318b6">
+ <SymbolicName>VER_E_DLGT_SIG_O</SymbolicName>
+ <Message>"Unrecognized delegate .ctor signature; expected Object."</Message>
+</HRESULT>
+
+<HRESULT NumericValue="0x801318b7">
+ <SymbolicName>VER_E_RA_PTR_TO_STACK</SymbolicName>
+ <Message>"Mkrefany on TypedReference, ArgHandle, or ArgIterator."</Message>
+</HRESULT>
+
+<HRESULT NumericValue="0x801318b8">
+ <SymbolicName>VER_E_CATCH_VALUE_TYPE</SymbolicName>
+ <Message>"Value type not allowed as catch type."</Message>
+</HRESULT>
+
+<HRESULT NumericValue="0x801318b9">
+ <SymbolicName>VER_E_CATCH_BYREF</SymbolicName>
+ <Message>"ByRef not allowed as catch type."</Message>
+</HRESULT>
+
+<HRESULT NumericValue="0x801318ba">
+ <SymbolicName>VER_E_FIL_PRECEED_HND</SymbolicName>
+ <Message>"filter block should immediately precede handler block"</Message>
+</HRESULT>
+
+<HRESULT NumericValue="0x801318bb">
+ <SymbolicName>VER_E_LDVIRTFTN_STATIC</SymbolicName>
+ <Message>"ldvirtftn on static"</Message>
+</HRESULT>
+
+<HRESULT NumericValue="0x801318bc">
+ <SymbolicName>VER_E_CALLVIRT_STATIC</SymbolicName>
+ <Message>"callvirt on static"</Message>
+</HRESULT>
+
+<HRESULT NumericValue="0x801318bd">
+ <SymbolicName>VER_E_INITLOCALS</SymbolicName>
+ <Message>"initlocals must be set for verifiable methods with one or more local variables."</Message>
+</HRESULT>
+
+<HRESULT NumericValue="0x801318be">
+ <SymbolicName>VER_E_BR_TO_EXCEPTION</SymbolicName>
+ <Message>"branch or leave to the beginning of a catch/filter handler"</Message>
+</HRESULT>
+
+<HRESULT NumericValue="0x801318bf">
+ <SymbolicName>VER_E_CALL_CTOR</SymbolicName>
+ <Message>"Call to .ctor only allowed to initialize this pointer from within a .ctor. Try newobj."</Message>
+</HRESULT>
+
+<HRESULT NumericValue="0x801318c0">
+ <SymbolicName>VER_E_VALCLASS_OBJREF_VAR</SymbolicName>
+ <Message>"Value type, ObjRef type or variable type expected."</Message>
+</HRESULT>
+
+<HRESULT NumericValue="0x801318c1">
+ <SymbolicName>VER_E_STACK_P_VALCLASS_OBJREF_VAR</SymbolicName>
+ <Message>"Expected address of value type, ObjRef type or variable type on the stack."</Message>
+</HRESULT>
+
+<HRESULT NumericValue="0x801318c2">
+ <SymbolicName>VER_E_SIG_VAR_PARAM</SymbolicName>
+ <Message>"Unrecognized type parameter of enclosing class."</Message>
+</HRESULT>
+
+<HRESULT NumericValue="0x801318c3">
+ <SymbolicName>VER_E_SIG_MVAR_PARAM</SymbolicName>
+ <Message>"Unrecognized type parameter of enclosing method."</Message>
+</HRESULT>
+
+<HRESULT NumericValue="0x801318c4">
+ <SymbolicName>VER_E_SIG_VAR_ARG</SymbolicName>
+ <Message>"Unrecognized type argument of referenced class instantiation."</Message>
+</HRESULT>
+
+<HRESULT NumericValue="0x801318c5">
+ <SymbolicName>VER_E_SIG_MVAR_ARG</SymbolicName>
+ <Message>"Unrecognized type argument of referenced method instantiation."</Message>
+</HRESULT>
+
+<HRESULT NumericValue="0x801318c6">
+ <SymbolicName>VER_E_SIG_GENERICINST</SymbolicName>
+ <Message>"Cannot resolve generic type."</Message>
+</HRESULT>
+
+<HRESULT NumericValue="0x801318c7">
+ <SymbolicName>VER_E_SIG_METHOD_INST</SymbolicName>
+ <Message>"Method instantiation contains non boxable type arguments."</Message>
+</HRESULT>
+
+<HRESULT NumericValue="0x801318c8">
+ <SymbolicName>VER_E_SIG_METHOD_PARENT_INST</SymbolicName>
+ <Message>"Method parent instantiation contains non boxable type arguments."</Message>
+</HRESULT>
+
+<HRESULT NumericValue="0x801318c9">
+ <SymbolicName>VER_E_SIG_FIELD_PARENT_INST</SymbolicName>
+ <Message>"Field parent instantiation contains non boxable type arguments."</Message>
+</HRESULT>
+
+<HRESULT NumericValue="0x801318ca">
+ <SymbolicName>VER_E_CALLCONV_NOT_GENERICINST</SymbolicName>
+ <Message>"Unrecognized calling convention for an instantiated generic method."</Message>
+</HRESULT>
+
+<HRESULT NumericValue="0x801318cb">
+ <SymbolicName>VER_E_TOKEN_BAD_METHOD_SPEC</SymbolicName>
+ <Message>"Unrecognized generic method in method instantiation."</Message>
+</HRESULT>
+
+<HRESULT NumericValue="0x801318cc">
+ <SymbolicName>VER_E_BAD_READONLY_PREFIX</SymbolicName>
+ <Message>"Missing ldelema or call following readonly. prefix."</Message>
+</HRESULT>
+
+<HRESULT NumericValue="0x801318cd">
+ <SymbolicName>VER_E_BAD_CONSTRAINED_PREFIX</SymbolicName>
+ <Message>"Missing callvirt following constrained. prefix."</Message>
+</HRESULT>
+
+<HRESULT NumericValue="0x801318ce">
+ <SymbolicName>VER_E_CIRCULAR_VAR_CONSTRAINTS</SymbolicName>
+ <Message>"Method parent has circular class type parameter constraints."</Message>
+</HRESULT>
+
+<HRESULT NumericValue="0x801318cf">
+ <SymbolicName>VER_E_CIRCULAR_MVAR_CONSTRAINTS</SymbolicName>
+ <Message>"Method has circular method type parameter constraints."</Message>
+</HRESULT>
+
+<HRESULT NumericValue="0x801318d0">
+ <SymbolicName>VER_E_UNSATISFIED_METHOD_INST</SymbolicName>
+ <Message>"Method instantiation has unsatisfied method type parameter constraints."</Message>
+</HRESULT>
+
+<HRESULT NumericValue="0x801318d1">
+ <SymbolicName>VER_E_UNSATISFIED_METHOD_PARENT_INST</SymbolicName>
+ <Message>"Method parent instantiation has unsatisfied class type parameter constraints."</Message>
+</HRESULT>
+
+<HRESULT NumericValue="0x801318d2">
+ <SymbolicName>VER_E_UNSATISFIED_FIELD_PARENT_INST</SymbolicName>
+ <Message>"Field parent instantiation has unsatisfied class type parameter constraints."</Message>
+</HRESULT>
+
+<HRESULT NumericValue="0x801318d3">
+ <SymbolicName>VER_E_UNSATISFIED_BOX_OPERAND</SymbolicName>
+ <Message>"Type operand of box instruction has unsatisfied class type parameter constraints."</Message>
+</HRESULT>
+
+<HRESULT NumericValue="0x801318d4">
+ <SymbolicName>VER_E_CONSTRAINED_CALL_WITH_NON_BYREF_THIS</SymbolicName>
+ <Message>"The 'this' argument to a constrained call must have ByRef type."</Message>
+</HRESULT>
+
+<HRESULT NumericValue="0x801318d5">
+ <SymbolicName>VER_E_CONSTRAINED_OF_NON_VARIABLE_TYPE</SymbolicName>
+ <Message>"The operand to a constrained prefix instruction must be a type parameter."</Message>
+</HRESULT>
+
+<HRESULT NumericValue="0x801318d6">
+ <SymbolicName>VER_E_READONLY_UNEXPECTED_CALLEE</SymbolicName>
+ <Message>"The readonly prefix may only be applied to calls to array methods returning ByRefs."</Message>
+</HRESULT>
+
+<HRESULT NumericValue="0x801318d7">
+ <SymbolicName>VER_E_READONLY_ILLEGAL_WRITE</SymbolicName>
+ <Message>"Illegal write to readonly ByRef."</Message>
+</HRESULT>
+
+<HRESULT NumericValue="0x801318d8">
+ <SymbolicName>VER_E_READONLY_IN_MKREFANY</SymbolicName>
+ <Message>"A readonly ByRef cannot be used with mkrefany."</Message>
+</HRESULT>
+
+<HRESULT NumericValue="0x801318d9">
+ <SymbolicName>VER_E_UNALIGNED_ALIGNMENT</SymbolicName>
+ <Message>"Alignment specified for 'unaligned' prefix must be 1, 2, or 4."</Message>
+</HRESULT>
+
+<HRESULT NumericValue="0x801318da">
+ <SymbolicName>VER_E_TAILCALL_INSIDE_EH</SymbolicName>
+ <Message>"The tail.call (or calli or callvirt) instruction cannot be used to transfer control out of a try, filter, catch, or finally block."</Message>
+</HRESULT>
+
+<HRESULT NumericValue="0x801318db">
+ <SymbolicName>VER_E_BACKWARD_BRANCH</SymbolicName>
+ <Message>"Stack height at all points must be determinable in a single forward scan of IL."</Message>
+</HRESULT>
+
+<HRESULT NumericValue="0x801318dc">
+ <SymbolicName>VER_E_CALL_TO_VTYPE_BASE</SymbolicName>
+ <Message>"Call to base type of valuetype."</Message>
+</HRESULT>
+
+<HRESULT NumericValue="0x801318dd">
+ <SymbolicName>VER_E_NEWOBJ_OF_ABSTRACT_CLASS</SymbolicName>
+ <Message>"Cannot construct an instance of abstract class."</Message>
+</HRESULT>
+
+<HRESULT NumericValue="0x801318de">
+ <SymbolicName>VER_E_UNMANAGED_POINTER</SymbolicName>
+ <Message>"Unmanaged pointers are not a verifiable type."</Message>
+</HRESULT>
+
+<HRESULT NumericValue="0x801318df">
+ <SymbolicName>VER_E_LDFTN_NON_FINAL_VIRTUAL</SymbolicName>
+ <Message>"Cannot LDFTN a non-final virtual method."</Message>
+</HRESULT>
+
+<HRESULT NumericValue="0x801318e0">
+ <SymbolicName>VER_E_FIELD_OVERLAP</SymbolicName>
+ <Message>"Accessing type with overlapping fields."</Message>
+</HRESULT>
+
+<HRESULT NumericValue="0x801318e1">
+ <SymbolicName>VER_E_THIS_MISMATCH</SymbolicName>
+ <Message>"The 'this' parameter to the call must be the calling method's 'this' parameter."</Message>
+</HRESULT>
+
+<HRESULT NumericValue="0x801318e2">
+ <SymbolicName>VER_E_STACK_I_I4</SymbolicName>
+ <Message>"Expected I4 on the stack."</Message>
+</HRESULT>
+
+<HRESULT NumericValue="0x801318f0">
+ <SymbolicName>VER_E_BAD_PE</SymbolicName>
+ <Message>"Unverifiable PE Header/native stub."</Message>
+</HRESULT>
+
+<HRESULT NumericValue="0x801318f1">
+ <SymbolicName>VER_E_BAD_MD</SymbolicName>
+ <Message>"Unrecognized metadata, unable to verify IL."</Message>
+</HRESULT>
+
+<HRESULT NumericValue="0x801318f2">
+ <SymbolicName>VER_E_BAD_APPDOMAIN</SymbolicName>
+ <Message>"Unrecognized appdomain pointer."</Message>
+</HRESULT>
+
+<HRESULT NumericValue="0x801318f3">
+ <SymbolicName>VER_E_TYPELOAD</SymbolicName>
+ <Message>"Type load failed."</Message>
+</HRESULT>
+
+<HRESULT NumericValue="0x801318f4">
+ <SymbolicName>VER_E_PE_LOAD</SymbolicName>
+ <Message>"Module load failed."</Message>
+</HRESULT>
+
+<HRESULT NumericValue="0x801318f5">
+ <SymbolicName>VER_E_WRITE_RVA_STATIC</SymbolicName>
+ <Message>"Cannot modify an imaged based (RVA) static"</Message>
+</HRESULT>
+
+<HRESULT NumericValue="0x801318f6">
+ <SymbolicName>VER_E_INITIALIZE_ARRAY_MISSING_TOKEN</SymbolicName>
+ <Message>"Ldtoken instruction required before call to System.Runtime.CompilerServices.InitializeArray."</Message>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131904">
+ <SymbolicName>COR_E_SqlException</SymbolicName>
+ <Comment> System.Data.SqlClient.SqlClientException </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131920">
+ <SymbolicName>COR_E_Data</SymbolicName>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131921">
+ <SymbolicName>COR_E_DataDeletedRowInaccessible</SymbolicName>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131922">
+ <SymbolicName>COR_E_DataDuplicateName</SymbolicName>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131923">
+ <SymbolicName>COR_E_DataInRowChangingEvent</SymbolicName>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131924">
+ <SymbolicName>COR_E_DataInvalidConstraint</SymbolicName>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131925">
+ <SymbolicName>COR_E_DataMissingPrimaryKey</SymbolicName>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131926">
+ <SymbolicName>COR_E_DataNoNullAllowed</SymbolicName>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131927">
+ <SymbolicName>COR_E_DataReadOnly</SymbolicName>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131928">
+ <SymbolicName>COR_E_DataRowNotInTable</SymbolicName>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131929">
+ <SymbolicName>COR_E_DataVersionNotFound</SymbolicName>
+</HRESULT>
+
+<HRESULT NumericValue="0x8013192a">
+ <SymbolicName>COR_E_DataConstraint</SymbolicName>
+</HRESULT>
+
+<HRESULT NumericValue="0x8013192b">
+ <SymbolicName>COR_E_StrongTyping</SymbolicName>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131930">
+ <SymbolicName>COR_E_SqlType</SymbolicName>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131931">
+ <SymbolicName>COR_E_SqlNullValue</SymbolicName>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131932">
+ <SymbolicName>COR_E_SqlTruncate</SymbolicName>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131933">
+ <SymbolicName>COR_E_AdapterMapping</SymbolicName>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131934">
+ <SymbolicName>COR_E_DataAdapter</SymbolicName>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131935">
+ <SymbolicName>COR_E_DBConcurrency</SymbolicName>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131936">
+ <SymbolicName>COR_E_OperationAborted</SymbolicName>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131937">
+ <SymbolicName>COR_E_InvalidUdt</SymbolicName>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131937">
+ <SymbolicName>COR_E_OdbcException</SymbolicName>
+ <Comment> System.Data.Odbc.OdbcException </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131938">
+ <SymbolicName>COR_E_OracleException</SymbolicName>
+ <Comment> System.Data.OracleClient.OracleException </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131940">
+ <SymbolicName>COR_E_Xml</SymbolicName>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131941">
+ <SymbolicName>COR_E_XmlSchema</SymbolicName>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131942">
+ <SymbolicName>COR_E_XmlXslt</SymbolicName>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131943">
+ <SymbolicName>COR_E_XmlXPath</SymbolicName>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131944">
+ <SymbolicName>COR_E_XmlQuery</SymbolicName>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131b00">
+ <SymbolicName>VLDTR_E_IFACE_NOTIFACE</SymbolicName>
+ <Message>"Interface in InterfaceImpl is not marked tdInterface."</Message>
+ <Comment> Interface in InterfaceImpl is not marked tdInterface </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131b01">
+ <SymbolicName>VLDTR_E_FD_RVAHASNORVA</SymbolicName>
+ <Message>"Field marked fdHasFieldRVA but has no RVA record."</Message>
+ <Comment> Field marked fdHasFieldRVA but has no RVA rec </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131b02">
+ <SymbolicName>VLDTR_E_FD_RVAHASZERORVA</SymbolicName>
+ <Message>"Field marked fdHasFieldRVA has RVA set to zero."</Message>
+ <Comment> Field marked fdHasFieldRVA has RVA =0 </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131b03">
+ <SymbolicName>VLDTR_E_MD_RVAANDIMPLMAP</SymbolicName>
+ <Message>"Method has both non-zero RVA and ImplMap."</Message>
+ <Comment> Method has both RVA !=0 and ImplMap </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131b04">
+ <SymbolicName>VLDTR_E_TD_EXTRAFLAGS</SymbolicName>
+ <Message>"TypeDef has extraneous bits in flags."</Message>
+ <Comment> TypeDef has extraneous bits in flags </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131b05">
+ <SymbolicName>VLDTR_E_TD_EXTENDSITSELF</SymbolicName>
+ <Message>"TypeDef extends itself."</Message>
+ <Comment> TypeDef extends itself </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131b06">
+ <SymbolicName>VLDTR_E_TD_SYSVTNOTEXTOBJ</SymbolicName>
+ <Message>"System.ValueType does not extend System.Object."</Message>
+ <Comment> System.ValueType does not extend System.Object </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131b07">
+ <SymbolicName>VLDTR_E_TD_EXTTYPESPEC</SymbolicName>
+ <Message>"Class extends TypeSpec (warning)."</Message>
+ <Comment> Class extends TypeSpec (warning) </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131b09">
+ <SymbolicName>VLDTR_E_TD_VTNOSIZE</SymbolicName>
+ <Message>"Value Class has zero size."</Message>
+ <Comment> Value Class has zero size </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131b0a">
+ <SymbolicName>VLDTR_E_TD_IFACESEALED</SymbolicName>
+ <Message>"Interface is sealed."</Message>
+ <Comment> Interface is sealed </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131b0b">
+ <SymbolicName>VLDTR_E_NC_BADNESTED</SymbolicName>
+ <Message>"Bad 'nested' token in NestedClass."</Message>
+ <Comment> Bad "nested" token in NestedClass </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131b0c">
+ <SymbolicName>VLDTR_E_NC_BADENCLOSER</SymbolicName>
+ <Message>"Bad 'enclosing' token in NestedClass."</Message>
+ <Comment> Bad "enclosing" token in NestedClass </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131b0d">
+ <SymbolicName>VLDTR_E_NC_DUP</SymbolicName>
+ <Message>"Duplicate NestedClass record."</Message>
+ <Comment> Duplicate NestedClass record </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131b0e">
+ <SymbolicName>VLDTR_E_NC_DUPENCLOSER</SymbolicName>
+ <Message>"Duplicate NestedClass with different encloser."</Message>
+ <Comment> Duplicate NestedClass with different encloser </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131b0f">
+ <SymbolicName>VLDTR_E_FRVA_ZERORVA</SymbolicName>
+ <Message>"RVA set to zero in FieldRVA record."</Message>
+ <Comment> RVA=0 in FieldRVA record </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131b10">
+ <SymbolicName>VLDTR_E_FRVA_BADFIELD</SymbolicName>
+ <Message>"Invalid field token in FieldRVA record."</Message>
+ <Comment> Invalid field token in FieldRVA record </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131b11">
+ <SymbolicName>VLDTR_E_FRVA_DUPRVA</SymbolicName>
+ <Message>"Duplicate RVA in FieldRVA record."</Message>
+ <Comment> Duplicate RVA in FieldRVA record </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131b12">
+ <SymbolicName>VLDTR_E_FRVA_DUPFIELD</SymbolicName>
+ <Message>"Duplicate field in FieldRVA record."</Message>
+ <Comment> Duplicate field in FieldRVA record </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131b13">
+ <SymbolicName>VLDTR_E_EP_BADTOKEN</SymbolicName>
+ <Message>"Bad token as entry point in CLR header."</Message>
+ <Comment> Bad token as entry point in CLR header </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131b14">
+ <SymbolicName>VLDTR_E_EP_INSTANCE</SymbolicName>
+ <Message>"Entry point in CLR header is a token of instance method."</Message>
+ <Comment> Entry point in CLR header is a token of instance method </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131b15">
+ <SymbolicName>VLDTR_E_TD_ENUMFLDBADTYPE</SymbolicName>
+ <Message>"Enum has non-integral underlying type."</Message>
+ <Comment> Enum has non-integral underlying type </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131b16">
+ <SymbolicName>VLDTR_E_MD_BADRVA</SymbolicName>
+ <Message>"Method has bogus RVA."</Message>
+ <Comment> Method has bogus RVA </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131b17">
+ <SymbolicName>VLDTR_E_FD_LITERALNODEFAULT</SymbolicName>
+ <Message>"Literal field has no const value."</Message>
+ <Comment> Literal field has no const value </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131b18">
+ <SymbolicName>VLDTR_E_IFACE_METHNOTIMPL</SymbolicName>
+ <Message>"Class implementing an interface does not implement one of methods."</Message>
+ <Comment> Class implementing an interface doesn't impl.one of methods </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131b19">
+ <SymbolicName>VLDTR_E_CA_BADPARENT</SymbolicName>
+ <Message>"CA has invalid owner."</Message>
+ <Comment> CA has invalid owner </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131b1a">
+ <SymbolicName>VLDTR_E_CA_BADTYPE</SymbolicName>
+ <Message>"CA has invalid type."</Message>
+ <Comment> CA has invalid type </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131b1b">
+ <SymbolicName>VLDTR_E_CA_NOTCTOR</SymbolicName>
+ <Message>"CA type is not .ctor."</Message>
+ <Comment> CA type is not .ctor </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131b1c">
+ <SymbolicName>VLDTR_E_CA_BADSIG</SymbolicName>
+ <Message>"CA type has bad signature."</Message>
+ <Comment> CA type has bad signature </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131b1d">
+ <SymbolicName>VLDTR_E_CA_NOSIG</SymbolicName>
+ <Message>"CA type has no signature."</Message>
+ <Comment> CA type has no signature </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131b1e">
+ <SymbolicName>VLDTR_E_CA_BADPROLOG</SymbolicName>
+ <Message>"CA blob has bad prolog (not 0x01 0x00)."</Message>
+ <Comment> CA blob has bad prolog (not 0x01 0x00) </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131b1f">
+ <SymbolicName>VLDTR_E_MD_BADLOCALSIGTOK</SymbolicName>
+ <Message>"Method has invalid LocalSig token."</Message>
+ <Comment> Method has invalid LocalSig token </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131b20">
+ <SymbolicName>VLDTR_E_MD_BADHEADER</SymbolicName>
+ <Message>"Method has invalid header."</Message>
+ <Comment> Method has invalid header </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131b21">
+ <SymbolicName>VLDTR_E_EP_TOOMANYARGS</SymbolicName>
+ <Message>"Entry point has more than one argument."</Message>
+ <Comment> Entry point has more than one arg </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131b22">
+ <SymbolicName>VLDTR_E_EP_BADRET</SymbolicName>
+ <Message>"Entry point has bad return type."</Message>
+ <Comment> Entry point has bad return type </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131b23">
+ <SymbolicName>VLDTR_E_EP_BADARG</SymbolicName>
+ <Message>"Entry point has bad argument."</Message>
+ <Comment> Entry point has bad argument </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131b24">
+ <SymbolicName>VLDTR_E_SIG_BADVOID</SymbolicName>
+ <Message>"Illegal 'void' in signature."</Message>
+ <Comment> Illegal "void" in signature </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131b25">
+ <SymbolicName>VLDTR_E_IFACE_METHMULTIMPL</SymbolicName>
+ <Message>"Multiple implementation of method."</Message>
+ <Comment> Multiple implementation of method </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131b26">
+ <SymbolicName>VLDTR_E_GP_NAMENULL</SymbolicName>
+ <Message>"GenericParam name is NULL."</Message>
+ <Comment> GenericParam name is NULL </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131b27">
+ <SymbolicName>VLDTR_E_GP_OWNERNIL</SymbolicName>
+ <Message>"GenericParam has nil owner."</Message>
+ <Comment> GenericParam has nil owner. </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131b28">
+ <SymbolicName>VLDTR_E_GP_DUPNAME</SymbolicName>
+ <Message>"GenericParam has duplicate by owner and name."</Message>
+ <Comment> GenericParam has duplicate by owner and name. </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131b29">
+ <SymbolicName>VLDTR_E_GP_DUPNUMBER</SymbolicName>
+ <Message>"GenericParam has duplicate by owner and number."</Message>
+ <Comment> GenericParam has duplicate by owner and number. </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131b2a">
+ <SymbolicName>VLDTR_E_GP_NONSEQ_BY_OWNER</SymbolicName>
+ <Message>"GenericParam is non sequential by owner."</Message>
+ <Comment> GenericParam is non sequential by owner </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131b2b">
+ <SymbolicName>VLDTR_E_GP_NONSEQ_BY_NUMBER</SymbolicName>
+ <Message>"GenericParam is non sequential by number."</Message>
+ <Comment> GenericParam is non sequential by number </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131b2c">
+ <SymbolicName>VLDTR_E_GP_UNEXPECTED_OWNER_FOR_VARIANT_VAR</SymbolicName>
+ <Message>"GenericParam has variance but its owner is not an interface or delegate."</Message>
+ <Comment> GenericParam has variance but its owner is not an interface or delegate </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131b2d">
+ <SymbolicName>VLDTR_E_GP_ILLEGAL_VARIANT_MVAR</SymbolicName>
+ <Message>"GenericParam is a method type parameter and must be non-variant."</Message>
+ <Comment> GenericParam is a method type parameter and must be non-variant </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131b2e">
+ <SymbolicName>VLDTR_E_GP_ILLEGAL_VARIANCE_FLAGS</SymbolicName>
+ <Message>"GenericParam has illegal value for variance flags."</Message>
+ <Comment> GenericParam has illegal value for variance flags </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131b2f">
+ <SymbolicName>VLDTR_E_GP_REFANDVALUETYPE</SymbolicName>
+ <Message>"GenericParam has incompatible special constraints reference type and valuetype."</Message>
+ <Comment> GenericParam has incompatible special constraints reference type and valuetype </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131b30">
+ <SymbolicName>VLDTR_E_GPC_OWNERNIL</SymbolicName>
+ <Message>"GenericParamConstraint has nil owner."</Message>
+ <Comment> GenericParamConstraint has nil owner </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131b31">
+ <SymbolicName>VLDTR_E_GPC_DUP</SymbolicName>
+ <Message>"GenericParamConstraint has duplicate by owner and constraint."</Message>
+ <Comment> GenericParamConstraint has duplicate by owner and constraint </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131b32">
+ <SymbolicName>VLDTR_E_GPC_NONCONTIGUOUS</SymbolicName>
+ <Message>"GenericParamConstraint is non-contiguous with preceeding constraints for same owner."</Message>
+ <Comment> GenericParamConstraint is non-contiguous with preceeding constraints for same owner </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131b33">
+ <SymbolicName>VLDTR_E_MS_METHODNIL</SymbolicName>
+ <Message>"MethodSpec has nil method."</Message>
+ <Comment> MethodSpec has nil method </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131b34">
+ <SymbolicName>VLDTR_E_MS_DUP</SymbolicName>
+ <Message>"MethodSpec has duplicate based on method and instantiation."</Message>
+ <Comment> MethodSpec has duplicate based own method and instantiation </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131b35">
+ <SymbolicName>VLDTR_E_MS_BADCALLINGCONV</SymbolicName>
+ <Message>"MethodSpec signature has invalid calling convention."</Message>
+ <Comment> MethodSpec signature has invalid calling convention </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131b36">
+ <SymbolicName>VLDTR_E_MS_MISSARITY</SymbolicName>
+ <Message>"MethodSpec signature is missing arity specification."</Message>
+ <Comment> MethodSpec signature is missing arity specification </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131b37">
+ <SymbolicName>VLDTR_E_MS_MISSARG</SymbolicName>
+ <Message>"MethodSpec signature is missing type argument."</Message>
+ <Comment> MethodSpec signature is missing type argument </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131b38">
+ <SymbolicName>VLDTR_E_MS_ARITYMISMATCH</SymbolicName>
+ <Message>"MethodSpec arity of generic method and instantiation do not match."</Message>
+ <Comment> MethodSpec arity of generic method and instantiation do not match </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131b39">
+ <SymbolicName>VLDTR_E_MS_METHODNOTGENERIC</SymbolicName>
+ <Message>"MethodSpec method is not generic."</Message>
+ <Comment> MethodSpec method is not generic </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131b3a">
+ <SymbolicName>VLDTR_E_SIG_MISSARITY</SymbolicName>
+ <Message>"Signature missing arity of instantiated generic type."</Message>
+ <Comment> Signature missing arity of instantiated generic type </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131b3b">
+ <SymbolicName>VLDTR_E_SIG_ARITYMISMATCH</SymbolicName>
+ <Message>"Signature has generic type of arity instantiated at different arity."</Message>
+ <Comment> Signature has generic type of arity instantiated at different arity </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131b3c">
+ <SymbolicName>VLDTR_E_MD_GENERIC_CCTOR</SymbolicName>
+ <Message>"Method cannot be both generic and a class constructor."</Message>
+ <Comment> Method cannot be both generic and a class constructor </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131b3d">
+ <SymbolicName>VLDTR_E_MD_GENERIC_CTOR</SymbolicName>
+ <Message>"Method cannot be both generic and an instance constructor."</Message>
+ <Comment> Method cannot be both generic and an instance constructor </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131b3e">
+ <SymbolicName>VLDTR_E_MD_GENERIC_IMPORT</SymbolicName>
+ <Message>"Method cannot be both generic and defined on an imported type."</Message>
+ <Comment> Method cannot be both generic and defined on an imported type </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131b3f">
+ <SymbolicName>VLDTR_E_MD_GENERIC_BADCALLCONV</SymbolicName>
+ <Message>"Method cannot be both generic and have non-default calling convention."</Message>
+ <Comment> Method cannot be both generic and have non-default calling convention </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131b40">
+ <SymbolicName>VLDTR_E_EP_GENERIC_METHOD</SymbolicName>
+ <Message>"Entry point in CLR header is the token for a generic method."</Message>
+ <Comment> Entry point in CLR header is the token for a generic method </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131b41">
+ <SymbolicName>VLDTR_E_MD_MISSARITY</SymbolicName>
+ <Message>"Method signature is generic but is missing its arity."</Message>
+ <Comment> Method signature is generic but is missing its arity </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131b42">
+ <SymbolicName>VLDTR_E_MD_ARITYZERO</SymbolicName>
+ <Message>"Method signature is generic but its arity is zero."</Message>
+ <Comment> Method signature is generic but its arity is zero </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131b43">
+ <SymbolicName>VLDTR_E_SIG_ARITYZERO</SymbolicName>
+ <Message>"Signature has generic type instantiated at arity 0."</Message>
+ <Comment> Signature has generic type instantiated at arity 0 </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131b44">
+ <SymbolicName>VLDTR_E_MS_ARITYZERO</SymbolicName>
+ <Message>"MethodSpec signature has arity 0."</Message>
+ <Comment> MethodSpec signature has arity 0 </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131b45">
+ <SymbolicName>VLDTR_E_MD_GPMISMATCH</SymbolicName>
+ <Message>"MethodDef signature has arity n but owns m GenericParams."</Message>
+ <Comment> MethodDef signature has arity n but owns m GenericParams </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131b46">
+ <SymbolicName>VLDTR_E_EP_GENERIC_TYPE</SymbolicName>
+ <Message>"Entry point in CLR header is the token for a method in a generic type."</Message>
+ <Comment> Entry point in CLR header is the token for a method in a generic type </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131b47">
+ <SymbolicName>VLDTR_E_MI_DECLNOTGENERIC</SymbolicName>
+ <Message>"MethodImpl overrides non-generic method with generic method."</Message>
+ <Comment> MethodImpl overrides non-generic method with generic method </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131b48">
+ <SymbolicName>VLDTR_E_MI_IMPLNOTGENERIC</SymbolicName>
+ <Message>"MethodImpl overrides non-generic method with generic method."</Message>
+ <Comment> MethodImpl overrides non-generic method with generic method </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131b49">
+ <SymbolicName>VLDTR_E_MI_ARITYMISMATCH</SymbolicName>
+ <Message>"MethodImpl overrides generic method of arity n with generic method of arity m."</Message>
+ <Comment> MethodImpl overrides generic method of arity n with generic method of arity m </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131b4a">
+ <SymbolicName>VLDTR_E_TD_EXTBADTYPESPEC</SymbolicName>
+ <Message>"TypeDef extends a TypeSpec that is not an instantiated type."</Message>
+ <Comment> TypeDef extends a TypeSpec that is not an instantiated type </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131b4b">
+ <SymbolicName>VLDTR_E_SIG_BYREFINST</SymbolicName>
+ <Message>"Signature has type instantiated at ByRef at offset i."</Message>
+ <Comment> Signature has type instantiated at byref at offset i </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131b4c">
+ <SymbolicName>VLDTR_E_MS_BYREFINST</SymbolicName>
+ <Message>"Signature has type instantiated at ByRef at offset i."</Message>
+ <Comment> Signature has type instantiated at byref at offset i </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131b4d">
+ <SymbolicName>VLDTR_E_TS_EMPTY</SymbolicName>
+ <Message>"TypeSpec has empty signature."</Message>
+ <Comment> TypeSpec has empty signature </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131b4e">
+ <SymbolicName>VLDTR_E_TS_HASSENTINALS</SymbolicName>
+ <Message>"TypeSpec has signature containing one or more sentinels."</Message>
+ <Comment> TypeSpec has signature containing one or more sentinals </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131b4f">
+ <SymbolicName>VLDTR_E_TD_GENERICHASEXPLAYOUT</SymbolicName>
+ <Message>"TypeDef is generic but has explicit layout."</Message>
+ <Comment> TypeDef is generic but has explicit layout </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131b50">
+ <SymbolicName>VLDTR_E_SIG_BADTOKTYPE</SymbolicName>
+ <Message>"Signature has token following ELEMENT_TYPE_CLASS (_VALUETYPE) that is not a TypeDef or TypeRef."</Message>
+ <Comment> Signature has token following ELEMENT_TYPE_CLASS (_VALUETYPE) that is not a TypeDef or TypeRef </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131b51">
+ <SymbolicName>VLDTR_E_IFACE_METHNOTIMPLTHISMOD</SymbolicName>
+ <Message>"Warning: Class does not implement interface method in this module."</Message>
+ <Comment> Warn:Class doesn't implement interface method in this module </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131b52">
+ <SymbolicName>TLBX_E_CIRCULAR_EXPORT2</SymbolicName>
+ <Message>"TypeLib export: attempted to export an Assembly imported from a TLB."</Message>
+ <Comment> TypeLib export: attempt to export a CLB imported from a TLB. </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131c00">
+ <SymbolicName>CORDBG_E_THREAD_NOT_SCHEDULED</SymbolicName>
+ <Message>"Thread is not scheduled. Thus we may not have OSThreadId, handle, or context."</Message>
+ <Comment> Thread is not scheduled. Thus we may not have OSThreadId, handle, or context </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131c01">
+ <SymbolicName>CORDBG_E_HANDLE_HAS_BEEN_DISPOSED</SymbolicName>
+ <Message>"Handle has been disposed."</Message>
+ <Comment> Handle has been disposed. </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131c02">
+ <SymbolicName>CORDBG_E_NONINTERCEPTABLE_EXCEPTION</SymbolicName>
+ <Message>"Cannot intercept this exception."</Message>
+ <Comment> Cant intercept this exception. </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131c03">
+ <SymbolicName>CORDBG_E_CANT_UNWIND_ABOVE_CALLBACK</SymbolicName>
+ <Message>"When intercepting an exception, cannot intercept above the current frame."</Message>
+ <Comment> When intercepting an exception, cannot intercept above the current frame. </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131c04">
+ <SymbolicName>CORDBG_E_INTERCEPT_FRAME_ALREADY_SET</SymbolicName>
+ <Message>"The intercept frame for this exception has already been set."</Message>
+ <Comment> The intercept frame for this exception has already been set. </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131c05">
+ <SymbolicName>CORDBG_E_NO_NATIVE_PATCH_AT_ADDR</SymbolicName>
+ <Message>"There is no native patch at the given address."</Message>
+ <Comment> there's no native patch at the given address. </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131c06">
+ <SymbolicName>CORDBG_E_MUST_BE_INTEROP_DEBUGGING</SymbolicName>
+ <Message>"This API is only allowed when interop debugging."</Message>
+ <Comment> This API is only allowed when interop debugging. </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131c07">
+ <SymbolicName>CORDBG_E_NATIVE_PATCH_ALREADY_AT_ADDR</SymbolicName>
+ <Message>"There is already a native patch at the address."</Message>
+ <Comment> There's already a native patch at the address </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131c08">
+ <SymbolicName>CORDBG_E_TIMEOUT</SymbolicName>
+ <Message>"A wait timed out, likely an indication of deadlock."</Message>
+ <Comment> a wait timed out .. likely an indication of deadlock. </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131c09">
+ <SymbolicName>CORDBG_E_CANT_CALL_ON_THIS_THREAD</SymbolicName>
+ <Message>"Cannot use the API on this thread."</Message>
+ <Comment> Can't use the API on this thread. </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131c0a">
+ <SymbolicName>CORDBG_E_ENC_INFOLESS_METHOD</SymbolicName>
+ <Message>"Method was not JIT'd in EnC mode."</Message>
+ <Comment> Method was not JITed in EnC mode </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131c0b">
+ <SymbolicName>CORDBG_E_ENC_NESTED_HANLDERS</SymbolicName>
+ <Message>"Frame cannot be updated due to change in max nesting of handlers."</Message>
+ <Comment> Frame cant be updated due to change in max nesting of handlers </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131c0c">
+ <SymbolicName>CORDBG_E_ENC_IN_FUNCLET</SymbolicName>
+ <Message>"Method is in a callable handler/filter. Cannot increase stack."</Message>
+ <Comment> Method is in a callable handler/filter. Cant grow stack </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131c0d">
+ <SymbolicName>CORDBG_E_ENC_LOCALLOC</SymbolicName>
+ <Message>"Frame cannot be updated due to localloc."</Message>
+ <Comment> Frame cant be updated due to localloc </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131c0e">
+ <SymbolicName>CORDBG_E_ENC_EDIT_NOT_SUPPORTED</SymbolicName>
+ <Message>"Attempt to perform unsupported edit."</Message>
+ <Comment> Attempt to perform unsupported edit </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131c0f">
+ <SymbolicName>CORDBG_E_FEABORT_DELAYED_UNTIL_THREAD_RESUMED</SymbolicName>
+ <Message>"Attempt to func eval abort on a suspended thread."</Message>
+ <Comment> Attempt to func eval abort on a suspended thread. </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131c10">
+ <SymbolicName>CORDBG_E_NOTREADY</SymbolicName>
+ <Message>"The LS is not in a good spot to perform the requested operation."</Message>
+ <Comment> The LS is not in a good spot to perform the requested operation. </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131c11">
+ <SymbolicName>CORDBG_E_CANNOT_RESOLVE_ASSEMBLY</SymbolicName>
+ <Message>"We failed to resolve assembly given an AssemblyRef token. Assembly may be not loaded yet or not a valid token."</Message>
+ <Comment> We failed to resolve assembly given an AssemblyRef token. Assembly may be not loaded yet or not a valid token. </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131c12">
+ <SymbolicName>CORDBG_E_MUST_BE_IN_LOAD_MODULE</SymbolicName>
+ <Message>"Must be in context of LoadModule callback to perform requested operation."</Message>
+ <Comment> Must be in context of LoadModule callback to perform requested operation </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131c13">
+ <SymbolicName>CORDBG_E_CANNOT_BE_ON_ATTACH</SymbolicName>
+ <Message>"Requested operation cannot be performed during an attach operation."</Message>
+ <Comment> Requested operation cannot be performed during an attach operation </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131c14">
+ <SymbolicName>CORDBG_E_NGEN_NOT_SUPPORTED</SymbolicName>
+ <Message>"NGEN must be supported to perform the requested operation."</Message>
+ <Comment> NGEN must be supported to perform the requested operation </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131c15">
+ <SymbolicName>CORDBG_E_ILLEGAL_SHUTDOWN_ORDER</SymbolicName>
+ <Message>"Trying to shutdown out of order."</Message>
+ <Comment> Trying to shutdown out of order. </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131c16">
+ <SymbolicName>CORDBG_E_CANNOT_DEBUG_FIBER_PROCESS</SymbolicName>
+ <Message>"Debugging fiber mode managed process is not supported."</Message>
+ <Comment> For Whidbey, we don't support debugging fiber mode managed process </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131c17">
+ <SymbolicName>CORDBG_E_MUST_BE_IN_CREATE_PROCESS</SymbolicName>
+ <Message>"Must be in context of CreateProcess callback to perform requested operation."</Message>
+ <Comment> Must be in context of CreateProcess callback to perform requested operation </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131c18">
+ <SymbolicName>CORDBG_E_DETACH_FAILED_OUTSTANDING_EVALS</SymbolicName>
+ <Message>"All outstanding func-evals have not completed, detaching is not allowed at this time."</Message>
+ <Comment> All outstanding func-evals have not completed, detaching is not allowed at this time. </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131c19">
+ <SymbolicName>CORDBG_E_DETACH_FAILED_OUTSTANDING_STEPPERS</SymbolicName>
+ <Message>"All outstanding steppers have not been closed, detaching is not allowed at this time."</Message>
+ <Comment> All outstanding steppers have not been closed, detaching is not allowed at this time. </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131c20">
+ <SymbolicName>CORDBG_E_CANT_INTEROP_STEP_OUT</SymbolicName>
+ <Message>"Cannot have an ICorDebugStepper do a native step-out."</Message>
+ <Comment> Can't have an ICorDebugStepper do a native step-out. </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131c21">
+ <SymbolicName>CORDBG_E_DETACH_FAILED_OUTSTANDING_BREAKPOINTS</SymbolicName>
+ <Message>"All outstanding breakpoints have not been closed, detaching is not allowed at this time."</Message>
+ <Comment> All outstanding breakpoints have not been closed, detaching is not allowed at this time. </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131c22">
+ <SymbolicName>CORDBG_E_ILLEGAL_IN_STACK_OVERFLOW</SymbolicName>
+ <Message>"The operation is illegal because of a stack overflow."</Message>
+ <Comment> the operation is illegal because of a stackoverflow. </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131c23">
+ <SymbolicName>CORDBG_E_ILLEGAL_AT_GC_UNSAFE_POINT</SymbolicName>
+ <Message>"The operation failed because it is a GC unsafe point."</Message>
+ <Comment> The operation failed because it's a GC unsafe point. </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131c24">
+ <SymbolicName>CORDBG_E_ILLEGAL_IN_PROLOG</SymbolicName>
+ <Message>"The operation failed because the thread is in the prolog."</Message>
+ <Comment> The operation failed because the thread is in the prolog </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131c25">
+ <SymbolicName>CORDBG_E_ILLEGAL_IN_NATIVE_CODE</SymbolicName>
+ <Message>"The operation failed because the thread is in native code."</Message>
+ <Comment> The operation failed because the thread is in native code </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131c26">
+ <SymbolicName>CORDBG_E_ILLEGAL_IN_OPTIMIZED_CODE</SymbolicName>
+ <Message>"The operation failed because the thread is in optimized code."</Message>
+ <Comment> The operation failed because the thread is in optimized code. </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131c27">
+ <SymbolicName>CORDBG_E_MINIDUMP_UNSUPPORTED</SymbolicName>
+ <Message>"The information requested is not supported by minidumps."</Message>
+ <Comment> </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131c28">
+ <SymbolicName>CORDBG_E_APPDOMAIN_MISMATCH</SymbolicName>
+ <Message>"A supplied object or type belongs to the wrong AppDomain."</Message>
+ <Comment> A supplied object or type belongs to the wrong AppDomain </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131c29">
+ <SymbolicName>CORDBG_E_CONTEXT_UNVAILABLE</SymbolicName>
+ <Message>"The thread's context is not available."</Message>
+ <Comment> The thread's context is not available. </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131c30">
+ <SymbolicName>CORDBG_E_UNCOMPATIBLE_PLATFORMS</SymbolicName>
+ <Message>"The operation failed because debuggee and debugger are on incompatible platforms."</Message>
+ <Comment> The operation failed because debuggee and debugger are on incompatible platform </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131c31">
+ <SymbolicName>CORDBG_E_DEBUGGING_DISABLED</SymbolicName>
+ <Message>"The operation failed because the debugging has been disabled"</Message>
+ <Comment> The operation failed because the debugging has been disabled </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131c32">
+ <SymbolicName>CORDBG_E_DETACH_FAILED_ON_ENC</SymbolicName>
+ <Message>"Detach is illegal after an Edit and Continue on a module."</Message>
+ <Comment> Detach is illegal after a module has been EnCed. </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131c33">
+ <SymbolicName>CORDBG_E_CURRENT_EXCEPTION_IS_OUTSIDE_CURRENT_EXECUTION_SCOPE</SymbolicName>
+ <Message>"Cannot intercept the current exception at the specified frame."</Message>
+ <Comment> Interception of the current exception is not legal </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131c34">
+ <SymbolicName>CORDBG_E_HELPER_MAY_DEADLOCK</SymbolicName>
+ <Message>"The debugger helper thread cannot obtain the locks it needs to perform this operation."</Message>
+ <Comment> Helper thread can not safely run code. The opereration may work at a later time. </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131c35">
+ <SymbolicName>CORDBG_E_MISSING_METADATA</SymbolicName>
+ <Message>"The operation failed because the debugger could not get the metadata."</Message>
+ <Comment>The operation failed because the debugger could not get the metadata.</Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131c36">
+ <SymbolicName>CORDBG_E_TARGET_INCONSISTENT</SymbolicName>
+ <Message>"The debuggee is in a corrupt state."</Message>
+ <Comment>The debuggee is in a corrupt state.</Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131c37">
+ <SymbolicName>CORDBG_E_DETACH_FAILED_OUTSTANDING_TARGET_RESOURCES</SymbolicName>
+ <Message>"Detach failed because there are outstanding resources in the target."</Message>
+ <Comment>The debugger is holding resource in the target (such as GC handles, function evaluations, etc).
+ These resources must be released through the appropriate ICorDebug API before detach can succeed.</Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131c38">
+ <SymbolicName>CORDBG_E_TARGET_READONLY</SymbolicName>
+ <Message>"The debuggee is read-only."</Message>
+ <Comment>The provided ICorDebugDataTarget does not implement ICorDebugMutableDataTarget.</Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131c39">
+ <SymbolicName>CORDBG_E_MISMATCHED_CORWKS_AND_DACWKS_DLLS</SymbolicName>
+ <Message>"The version of clr.dll in the target does not match the one mscordacwks.dll was built for."</Message>
+ <Comment>A clr/mscordacwks mismatch will cause DAC to fail to initialize in ClrDataAccess::Initialize</Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131c3a">
+ <SymbolicName>CORDBG_E_MODULE_LOADED_FROM_DISK</SymbolicName>
+ <Message>"Symbols are not supplied for modules loaded from disk."</Message>
+ <Comment>Symbols are not supplied for modules loaded from disk</Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131c3b">
+ <SymbolicName>CORDBG_E_SYMBOLS_NOT_AVAILABLE</SymbolicName>
+ <Message>"The application did not supply symbols when it loaded or created this module, or they are not yet available."</Message>
+ <Comment>The application did not supply symbols when it loaded or created this module, or they are not yet available</Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131c3c">
+ <SymbolicName>CORDBG_E_DEBUG_COMPONENT_MISSING</SymbolicName>
+ <Message>"A debug component is not installed."</Message>
+ <Comment>A debug component is not installed</Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131c3d">
+ <SymbolicName>CORDBG_E_REMOTE_MISMATCHED_CERTS</SymbolicName>
+ <Message>"Connection authentication failed due to mismatched certificates."</Message>
+ <Comment>Connection authentication failed due to mismatched certificates</Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131c3e">
+ <SymbolicName>CORDBG_E_REMOTE_NETWORK_FAILURE</SymbolicName>
+ <Message>"Connection failed due to a miscellaneous network error."</Message>
+ <Comment>Connection failed due to a miscellaneous network error</Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131c3f">
+ <SymbolicName>CORDBG_E_REMOTE_NO_LISTENER</SymbolicName>
+ <Message>"Connection failed due to no endpoint at remote machine (no proxy configured?)."</Message>
+ <Comment>Connection failed due to no endpoint at remote machine (no proxy configured?)</Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131c40">
+ <SymbolicName>CORDBG_E_REMOTE_UNKNOWN_TARGET</SymbolicName>
+ <Message>"Connection failed due to inability to locate remote machine."</Message>
+ <Comment>Connection failed due to inability to locate remote machine</Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131c41">
+ <SymbolicName>CORDBG_E_REMOTE_INVALID_CONFIG</SymbolicName>
+ <Message>"Local debugger configuration was missing or invalid."</Message>
+ <Comment>Local debugger configuration was missing or invalid</Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131c42">
+ <SymbolicName>CORDBG_E_REMOTE_MISMATCHED_PROTOCOLS</SymbolicName>
+ <Message>"Connection failed due to protocol version mismatch between local and remote components."</Message>
+ <Comment>Connection failed due to protocol version mismatch between local and remote components</Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131c43">
+ <SymbolicName>CORDBG_E_LIBRARY_PROVIDER_ERROR</SymbolicName>
+ <Message>"The ICLRDebuggingLibraryProvider callback returned an error or did not provide a valid handle."</Message>
+ <Comment>The ICLRDebuggingLibraryProvider callback returned an error or did not provide a valid handle</Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131c44">
+ <SymbolicName>CORDBG_E_NOT_CLR</SymbolicName>
+ <Message>"The module at the base address indicated was not recognized as a CLR"</Message>
+ <Comment>The module at the base address indicated was not recognized as a CLR</Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131c45">
+ <SymbolicName>CORDBG_E_MISSING_DATA_TARGET_INTERFACE</SymbolicName>
+ <Message>"The provided data target does not implement the required interfaces for this version of the runtime"</Message>
+ <Comment>The provided data target does not implement the required interfaces for this version of the runtime</Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131c46">
+ <SymbolicName>CORDBG_E_UNSUPPORTED_DEBUGGING_MODEL</SymbolicName>
+ <Message>"This debugging model is unsupported by the specified runtime"</Message>
+ <Comment>This debugging model is unsupported by the specified runtime</Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131c47">
+ <SymbolicName>CORDBG_E_UNSUPPORTED_FORWARD_COMPAT</SymbolicName>
+ <Message>"The debugger is not designed to support the version of the CLR the debuggee is using."</Message>
+ <Comment>The debugger is not designed to support the version of the CLR the debuggee is using.</Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131c48">
+ <SymbolicName>CORDBG_E_UNSUPPORTED_VERSION_STRUCT</SymbolicName>
+ <Message>"The version struct has an unrecognized value for wStructVersion"</Message>
+ <Comment>The version struct has an unrecognized value for wStructVersion</Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131c49">
+ <SymbolicName>CORDBG_E_READVIRTUAL_FAILURE</SymbolicName>
+ <Message>"A call into a ReadVirtual implementation returned failure"</Message>
+ <Comment>A call into a ReadVirtual implementation returned failure</Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131c4a">
+ <SymbolicName>CORDBG_E_VALUE_POINTS_TO_FUNCTION</SymbolicName>
+ <Message>"The Debugging API doesn't support dereferencing function pointers."</Message>
+ <Comment>The Debugging API doesn't support dereferencing function pointers.</Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131c4b">
+ <SymbolicName>CORDBG_E_CORRUPT_OBJECT</SymbolicName>
+ <Message>"The address provided does not point to a valid managed object."</Message>
+ <Comment>The address provided does not point to a valid managed object.</Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131c4c">
+ <SymbolicName>CORDBG_E_GC_STRUCTURES_INVALID</SymbolicName>
+ <Message>"The GC heap structures are not in a valid state for traversal."</Message>
+ <Comment>The GC heap structures are not in a valid state for traversal.</Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131c4d">
+ <SymbolicName>CORDBG_E_INVALID_OPCODE</SymbolicName>
+ <Message>"The specified IL offset or opcode is not supported for this operation."</Message>
+ <Comment>The specified IL offset or opcode is not supported for this operation.</Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131c4e">
+ <SymbolicName>CORDBG_E_UNSUPPORTED</SymbolicName>
+ <Message>"The specified action is unsupported by this version of the runtime."</Message>
+ <Comment>The specified action is unsupported by this version of the runtime.</Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131c4f">
+ <SymbolicName>CORDBG_E_MISSING_DEBUGGER_EXPORTS</SymbolicName>
+ <Message>"The debuggee memory space does not have the expected debugging export table."</Message>
+ <Comment>The debuggee memory space does not have the expected debugging export table.</Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131c61">
+ <SymbolicName>CORDBG_E_DATA_TARGET_ERROR</SymbolicName>
+ <Message>"Failure when calling a data target method."</Message>
+ <Comment>Failure when calling a data target method.</Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131c62">
+ <SymbolicName>CORDBG_E_CODE_HAS_NO_METADATA</SymbolicName>
+ <Message>"Couldn't find metadata for the given executable code."</Message>
+ <Comment>Couldn't find metadata for the given executable code.</Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131c63">
+ <SymbolicName>CORDBG_E_CODE_UNRECOGNIZED</SymbolicName>
+ <Message>"Given executable code is not managed."</Message>
+ <Comment>Given executable code is not managed.</Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131c64">
+ <SymbolicName>CORDBG_E_NO_IMAGE_AVAILABLE</SymbolicName>
+ <Message>"Couldn't find a native image."</Message>
+ <Comment>Couldn't find a native image.</Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131c65">
+ <SymbolicName>CORDBG_E_TYPE_NOT_FOUND</SymbolicName>
+ <Message>"The type doesn't exist in the given module."</Message>
+ <Comment>The type doesn't exist in the given module.</Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131c66">
+ <SymbolicName>CORDBG_E_VTABLE_HAS_NO_METADATA</SymbolicName>
+ <Message>"Couldn't find metadata for the given vtable."</Message>
+ <Comment>Couldn't find metadata for the given vtable.</Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131c67">
+ <SymbolicName>CORDBG_E_NO_GENERIC_INFO</SymbolicName>
+ <Message>"Couldn't find any generics information."</Message>
+ <Comment>Couldn't find any generics information.</Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131d00">
+ <SymbolicName>PEFMT_E_NO_CONTENTS</SymbolicName>
+ <Message>"File is empty."</Message>
+ <Comment> File is empty </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131d01">
+ <SymbolicName>PEFMT_E_NO_NTHEADERS</SymbolicName>
+ <Message>"File has no NT headers."</Message>
+ <Comment> File has no NT headers </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131d02">
+ <SymbolicName>PEFMT_E_64BIT</SymbolicName>
+ <Message>"File is PE32+."</Message>
+ <Comment> File is PE32+ </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131d03">
+ <SymbolicName>PEFMT_E_NO_CORHEADER</SymbolicName>
+ <Message>"File has no COR header."</Message>
+ <Comment> File has no COR header </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131d04">
+ <SymbolicName>PEFMT_E_NOT_ILONLY</SymbolicName>
+ <Message>"Flag IL_ONLY not set."</Message>
+ <Comment> Flag IL_ONLY not set </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131d05">
+ <SymbolicName>PEFMT_E_IMPORT_DLLS</SymbolicName>
+ <Message>"Bad import DLLs."</Message>
+ <Comment> Bad import DLLs </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131d06">
+ <SymbolicName>PEFMT_E_EXE_NOENTRYPOINT</SymbolicName>
+ <Message>"EXE file has no mgd entry point."</Message>
+ <Comment> EXE file has no mgd entry point </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131d07">
+ <SymbolicName>PEFMT_E_BASE_RELOCS</SymbolicName>
+ <Message>"Bad base relocations."</Message>
+ <Comment> Bad base relocations </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131d08">
+ <SymbolicName>PEFMT_E_ENTRYPOINT</SymbolicName>
+ <Message>"Bad managed entry point."</Message>
+ <Comment> Bad managed entry point </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131d09">
+ <SymbolicName>PEFMT_E_ZERO_SIZEOFCODE</SymbolicName>
+ <Message>"OptHeader.SizeOfCode is set to zero."</Message>
+ <Comment> OptHeader.SizeOfCode==0 </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131d0a">
+ <SymbolicName>PEFMT_E_BAD_CORHEADER</SymbolicName>
+ <Message>"File has invalid COR header."</Message>
+ <Comment> File has invalid COR header </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131d0b">
+ <SymbolicName>PEFMT_E_32BIT</SymbolicName>
+ <Message>"File is PE32"</Message>
+ <Comment> File is PE32 </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131e00">
+ <SymbolicName>CLR_OPTSVC_E_CONTROLLER_INTERRUPT</SymbolicName>
+ <Message>"The operation was interrupted by the CLR Optimization Service controller."</Message>
+ <Comment> Service controller interrupted work </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131f00">
+ <SymbolicName>NGEN_FAILED_GET_DEPENDENCIES</SymbolicName>
+ <Message>"Failed to get dependencies for assembly."</Message>
+ <Comment> Service manager failed to get ICorSvcDependencies interface </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131f01">
+ <SymbolicName>NGEN_FAILED_NATIVE_IMAGE_DELETE</SymbolicName>
+ <Message>"Failed to delete native image."</Message>
+ <Comment> Failed to delete native image </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131f02">
+ <SymbolicName>NGEN_E_TOO_MANY_INTERFACES</SymbolicName>
+ <Message>"Module contains too many interfaces to successfully compile all methods."</Message>
+ <Comment> Module contains too many interfaces to successfully compile all methods. </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131f03">
+ <SymbolicName>NGEN_E_OLDER_RUNTIME</SymbolicName>
+ <Message>"Requested runtime does not support side-by-side NGen."</Message>
+ <Comment> Requested runtime does not support side-by-side NGen. </Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131f04">
+ <SymbolicName>NGEN_E_WORKER_UNEXPECTED_EXIT</SymbolicName>
+ <Message>"Worker exited unexpectedly during startup"</Message>
+ <Comment>An NGen worker process exited before it could be reached via DCOM.</Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131f05">
+ <SymbolicName>NGEN_E_WORKER_UNEXPECTED_SYNC</SymbolicName>
+ <Message>"Failed to synchronize with worker during startup"</Message>
+ <Comment>Synchronizing with an NGen worker process returned an unexpected result.</Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131f06">
+ <SymbolicName>NGEN_E_SYS_ASM_NI_MISSING</SymbolicName>
+ <Message>"NGen cannot proceed because Mscorlib.dll does not have a native image"</Message>
+ <Comment>Compiling any assembly other than mscorlib in the absence of mscorlib.ni.dll is not allowed.</Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131f07">
+ <SymbolicName>NGEN_E_EXE_MACHINE_TYPE_MISMATCH</SymbolicName>
+ <Message>"The image file is not compatible with the version of Ngen you're running. Use 32bit Ngen for 32bit assemblies, and 64bit Ngen for 64bit assemblies."</Message>
+ <Comment>The image file is not compatible with the version of Ngen you're running. Use 32bit Ngen for 32bit assemblies, and 64bit Ngen for 64bit assemblies.</Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131f08">
+ <SymbolicName>NGEN_E_ASSEMBLY_EXCLUSION_FILE_PARSE_ERROR</SymbolicName>
+ <Message>"There was an error parsing the NGen assembly exclusion Xml file."</Message>
+ <Comment>There was an error parsing the NGen assembly exclusion Xml file.</Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131f09">
+ <SymbolicName>NGEN_E_HARDBOUND_DEPENDENCY_MISSING</SymbolicName>
+ <Message>"A hardbound dependent native image is missing."</Message>
+ <Comment>A hardbound dependent native image is missing.</Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131f0a">
+ <SymbolicName>NGEN_E_NOT_RUNNING_IN_EXPECTED_PACKAGE</SymbolicName>
+ <Message>"NGen is not running in expected package."</Message>
+ <Comment>NGen is not running in expected package.</Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131f0b">
+ <SymbolicName>NGEN_E_FILE_NOT_ASSEMBLY</SymbolicName>
+ <Message>"The image being compiled is not a .NET assembly"</Message>
+ <Comment>The image being compiled is not a .NET assembly</Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80131fff">
+ <SymbolicName>CLDB_E_INTERNALERROR</SymbolicName>
+</HRESULT>
+
+<HRESULT NumericValue="0x80132000">
+ <SymbolicName>CLR_E_BIND_ASSEMBLY_VERSION_TOO_LOW</SymbolicName>
+ <Message>"The bound assembly has a version that is lower than that of the request."</Message>
+ <Comment>For AppX binder, indicates that bound assembly has a version lower than that requested, and we will refuse version rollback.</Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80132001">
+ <SymbolicName>CLR_E_BIND_ASSEMBLY_PUBLIC_KEY_MISMATCH</SymbolicName>
+ <Message>"The assembly version has a public key token that does not match that of the request."</Message>
+ <Comment>For AppX binder, indicates that bound assembly's public key token doesn't match the key in the assembly name.</Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80132002">
+ <SymbolicName>CLR_E_BIND_IMAGE_UNAVAILABLE</SymbolicName>
+ <Message>"The requested image was not found or is unavailable."</Message>
+ <Comment>Occurs if a request for a native image is made on an ICLRPrivAssembly interface when one is not available.</Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80132003">
+ <SymbolicName>CLR_E_BIND_UNRECOGNIZED_IDENTITY_FORMAT</SymbolicName>
+ <Message>"The provided identity format is not recognized."</Message>
+ <Comment>If a binder is provided an identity format that it cannot parse, it returns this error.</Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80132004">
+ <SymbolicName>CLR_E_BIND_ASSEMBLY_NOT_FOUND</SymbolicName>
+ <Message>"A binding for the specified assembly name was not found."</Message>
+ <Comment>Returned by binders that bind based on assembly identity.</Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80132005">
+ <SymbolicName>CLR_E_BIND_TYPE_NOT_FOUND</SymbolicName>
+ <Message>"A binding for the specified type name was not found."</Message>
+ <Comment>Returned by binders that bind based on type identity.</Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80132006">
+ <SymbolicName>CLR_E_BIND_SYS_ASM_NI_MISSING</SymbolicName>
+ <Message>"Could not use native image because Mscorlib.dll is missing a native image"</Message>
+ <Comment>Returned when loading an assembly that only has a native image and no IL and cannot hardbind to mscorlib.ni.dll.</Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80132007">
+ <SymbolicName>CLR_E_BIND_NI_SECURITY_FAILURE</SymbolicName>
+ <Message>"Native image was generated in a different trust level than present at runtime"</Message>
+ <Comment>Returned when an assembly is NGened in full trust and then used in partial trust or vice versa.</Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80132008">
+ <SymbolicName>CLR_E_BIND_NI_DEP_IDENTITY_MISMATCH</SymbolicName>
+ <Message>"Native image identity mismatch with respect to its dependencies"</Message>
+ <Comment>Returned when an assembly's identities have changed so the native image is no longer valid.</Comment>
+</HRESULT>
+
+<HRESULT NumericValue="0x80132009">
+ <SymbolicName>CLR_E_GC_OOM</SymbolicName>
+ <Message>"Failfast due to an OOM during a GC"</Message>
+ <Comment>During a GC when we try to allocate memory for GC datastructures we could not.</Comment>
+</HRESULT>
+
+<HRESULT NumericValue="E_ACCESSDENIED">
+ <SymbolicName>COR_E_UNAUTHORIZEDACCESS</SymbolicName>
+ <Comment> 0x80070005 // Access is denied.</Comment>
+</HRESULT>
+
+<HRESULT NumericValue="E_INVALIDARG">
+ <SymbolicName>COR_E_ARGUMENT</SymbolicName>
+ <Comment> 0x80070057 // An argument does not meet the contract of the method.</Comment>
+</HRESULT>
+
+<HRESULT NumericValue="E_NOINTERFACE">
+ <SymbolicName>COR_E_INVALIDCAST</SymbolicName>
+ <Comment> 0x80004002 // Indicates a bad cast condition</Comment>
+</HRESULT>
+
+<HRESULT NumericValue="E_OUTOFMEMORY">
+ <SymbolicName>COR_E_OUTOFMEMORY</SymbolicName>
+ <Comment> 0x8007000E // The EE thows this exception when no more memory is avaible to continue execution</Comment>
+</HRESULT>
+
+<HRESULT NumericValue="E_POINTER">
+ <SymbolicName>COR_E_NULLREFERENCE</SymbolicName>
+ <Comment> 0x80004003 // Dereferencing a null reference. In general class libraries should not throw this</Comment>
+</HRESULT>
+
+<HRESULT NumericValue="__HRESULT_FROM_WIN32(ERROR_ARITHMETIC_OVERFLOW)">
+ <SymbolicName>COR_E_ARITHMETIC</SymbolicName>
+ <Comment> 0x80070216 // Overflow or underflow in mathematical operations.</Comment>
+</HRESULT>
+
+<HRESULT NumericValue="__HRESULT_FROM_WIN32(ERROR_BAD_PATHNAME)">
+ <SymbolicName>COR_E_BAD_PATHNAME</SymbolicName>
+ <Comment> The specified path is invalid.</Comment>
+</HRESULT>
+
+<HRESULT NumericValue="__HRESULT_FROM_WIN32(ERROR_FILENAME_EXCED_RANGE)">
+ <SymbolicName>COR_E_PATHTOOLONG</SymbolicName>
+ <Comment> The specified path was too long.</Comment>
+</HRESULT>
+
+<HRESULT NumericValue="__HRESULT_FROM_WIN32(ERROR_FILE_NOT_FOUND)">
+ <SymbolicName>COR_E_FILENOTFOUND</SymbolicName>
+ <Comment></Comment>
+</HRESULT>
+
+<HRESULT NumericValue="__HRESULT_FROM_WIN32(ERROR_HANDLE_EOF)">
+ <SymbolicName>COR_E_ENDOFSTREAM</SymbolicName>
+ <Comment> Thrown when the End of file is reached</Comment>
+</HRESULT>
+
+<HRESULT NumericValue="__HRESULT_FROM_WIN32(ERROR_PATH_NOT_FOUND)">
+ <SymbolicName>COR_E_DIRECTORYNOTFOUND</SymbolicName>
+ <Comment> The specified path couldn't be found.</Comment>
+</HRESULT>
+
+<HRESULT NumericValue="__HRESULT_FROM_WIN32(ERROR_STACK_OVERFLOW)">
+ <SymbolicName>COR_E_STACKOVERFLOW</SymbolicName>
+ <Comment> 0x800703E9 // Is raised by the EE when the execution stack overflows as it is attempting to ex</Comment>
+</HRESULT>
+
+<HRESULT NumericValue="_HRESULT_TYPEDEF_(0x8000211DL)">
+ <SymbolicName>COR_E_AMBIGUOUSMATCH</SymbolicName>
+ <Comment> While late binding to a method via reflection, could not resolve between</Comment>
+</HRESULT>
+
+<HRESULT NumericValue="_HRESULT_TYPEDEF_(0x8002000EL)">
+ <SymbolicName>COR_E_TARGETPARAMCOUNT</SymbolicName>
+ <Comment> DISP_E_BADPARAMCOUNT // There was a mismatch between number of arguments provided and the number expected</Comment>
+</HRESULT>
+
+<HRESULT NumericValue="_HRESULT_TYPEDEF_(0x80020012L)">
+ <SymbolicName>COR_E_DIVIDEBYZERO</SymbolicName>
+ <Comment> DISP_E_DIVBYZERO // Attempted to divide a number by zero.</Comment>
+</HRESULT>
+
+<HRESULT NumericValue="_HRESULT_TYPEDEF_(0x8007000BL)">
+ <SymbolicName>COR_E_BADIMAGEFORMAT</SymbolicName>
+ <Message>"The format of a DLL or executable being loaded is invalid."</Message>
+ <Comment> The format of DLL or executable being loaded is invalid.</Comment>
+</HRESULT>
+
+</hc:ResourceStrings>
+</Root>