DispatchMessages
DispatchMessages.Instance (HResult.DISPATCH) contains Microsoft's HResult code descriptions for COM Dispatch (DISPATCH facility).
HResult | Key | Text | Exception |
---|---|---|---|
0x8002000E | DISPATCH.COR_E_TARGETPARAMCOUNT | Invalid number of parameters. | System.Reflection.TargetParameterCountException |
0x80020012 | DISPATCH.COR_E_DIVIDEBYZERO | Division by zero. | System.DivideByZeroException |
0x80020001 | DISPATCH.DISP_E_UNKNOWNINTERFACE | Unknown interface. | |
0x80020003 | DISPATCH.DISP_E_MEMBERNOTFOUND | Member not found. | |
0x80020004 | DISPATCH.DISP_E_PARAMNOTFOUND | Parameter not found. | |
0x80020005 | DISPATCH.DISP_E_TYPEMISMATCH | Type mismatch. | |
0x80020006 | DISPATCH.DISP_E_UNKNOWNNAME | Unknown name. | |
0x80020007 | DISPATCH.DISP_E_NONAMEDARGS | No named arguments. | |
0x80020008 | DISPATCH.DISP_E_BADVARTYPE | Bad variable type. | |
0x80020009 | DISPATCH.DISP_E_EXCEPTION | Exception occurred. | |
0x8002000A | DISPATCH.DISP_E_OVERFLOW | Out of present range. | |
0x8002000B | DISPATCH.DISP_E_BADINDEX | Invalid index. | |
0x8002000C | DISPATCH.DISP_E_UNKNOWNLCID | Unknown language. | |
0x8002000D | DISPATCH.DISP_E_ARRAYISLOCKED | Memory is locked. | |
0x8002000F | DISPATCH.DISP_E_PARAMNOTOPTIONAL | Parameter not optional. | |
0x80020010 | DISPATCH.DISP_E_BADCALLEE | Invalid callee. | |
0x80020011 | DISPATCH.DISP_E_NOTACOLLECTION | Does not support a collection. | |
0x80020013 | DISPATCH.DISP_E_BUFFERTOOSMALL | Buffer too small. | |
0x80028016 | DISPATCH.TYPE_E_BUFFERTOOSMALL | Buffer too small. | |
0x80028017 | DISPATCH.TYPE_E_FIELDNOTFOUND | Field name not defined in the record. | |
0x80028018 | DISPATCH.TYPE_E_INVDATAREAD | Old format or invalid type library. | |
0x80028019 | DISPATCH.TYPE_E_UNSUPFORMAT | Old format or invalid type library. | |
0x8002801C | DISPATCH.TYPE_E_REGISTRYACCESS | Error accessing the OLE registry. | |
0x8002801D | DISPATCH.TYPE_E_LIBNOTREGISTERED | Library not registered. | |
0x80028027 | DISPATCH.TYPE_E_UNDEFINEDTYPE | Bound to unknown type. | |
0x80028028 | DISPATCH.TYPE_E_QUALIFIEDNAMEDISALLOWED | Qualified name disallowed. | |
0x80028029 | DISPATCH.TYPE_E_INVALIDSTATE | Invalid forward reference, or reference to uncompiled type. | |
0x8002802A | DISPATCH.TYPE_E_WRONGTYPEKIND | Type mismatch. | |
0x8002802B | DISPATCH.TYPE_E_ELEMENTNOTFOUND | Element not found. | |
0x8002802C | DISPATCH.TYPE_E_AMBIGUOUSNAME | Ambiguous name. | |
0x8002802D | DISPATCH.TYPE_E_NAMECONFLICT | Name already exists in the library. | |
0x8002802E | DISPATCH.TYPE_E_UNKNOWNLCID | Unknown language code identifier (LCID). | |
0x8002802F | DISPATCH.TYPE_E_DLLFUNCTIONNOTFOUND | Function not defined in specified DLL. | |
0x800288BD | DISPATCH.TYPE_E_BADMODULEKIND | Wrong module kind for the operation. | |
0x800288C5 | DISPATCH.TYPE_E_SIZETOOBIG | Size cannot exceed 64 KB. | |
0x800288C6 | DISPATCH.TYPE_E_DUPLICATEID | Duplicate ID in inheritance hierarchy. | |
0x800288CF | DISPATCH.TYPE_E_INVALIDID | Incorrect inheritance depth in standard OLE hmember. | |
0x80028CA0 | DISPATCH.TYPE_E_TYPEMISMATCH | Type mismatch. | |
0x80028CA1 | DISPATCH.TYPE_E_OUTOFBOUNDS | Invalid number of arguments. | |
0x80028CA2 | DISPATCH.TYPE_E_IOERROR | I/O error. | |
0x80028CA3 | DISPATCH.TYPE_E_CANTCREATETMPFILE | Error creating unique .tmp file. | |
0x80029C4A | DISPATCH.TYPE_E_CANTLOADLIBRARY | Error loading type library or DLL. | |
0x80029C83 | DISPATCH.TYPE_E_INCONSISTENTPROPFUNCS | Inconsistent property functions. | |
0x80029C84 | DISPATCH.TYPE_E_CIRCULARTYPE | Circular dependency between types and modules. |
This document is partially derived from work with following license.
/*This file is a derivate of a source file that has following license (below). ======================================================================== The MIT License (MIT) Copyright (c) Microsoft Corporation Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. ======================================================================*/