1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122
|
ERR3=This Error number is obsolete and no longer used.
ERR5=Invalid procedure call.
ERR6=Overflow.
ERR7=Out of memory.
ERR9=Subscript out of range.
ERR10=This array is fixed or temporarily locked.
ERR11=Division by zero.
ERR13=Type mismatch.
ERR14=Out of string space.
ERR16=Expression too complex.
ERR17=Can't perform requested operation.
ERR18=User interrupt occurred.
ERR20=Resume without error.
ERR28=Out of stack space.
ERR35=Sub, Function, or Property not defined.
ERR47=Too many DLL application clients.
ERR48=Error in loading DLL.
ERR49=Bad DLL calling convention.
ERR51=Internal error.
ERR52=Bad file name or number.
ERR53=File not found.
ERR54=Bad file mode.
ERR55=File already open.
ERR57=Device I/O error.
ERR58=File already exists.
ERR59=Bad record length.
ERR61=Disk full.
ERR62=Input past end of file.
ERR63=Bad record number.
ERR67=Too many files.
ERR68=Device unavailable.
ERR70=Permission denied.
ERR71=Disk not ready.
ERR74=Can't rename with different drive.
ERR75=Path/File access error.
ERR76=Path not found.
ERR91=Object variable or With block variable not set.
ERR92=For loop not initialized.
ERR93=Invalid pattern string.
ERR94=Invalid use of Null.
ERR95=Application-defined or object-defined error.
ERR97=Can't call Friend procedure on an object that is not an instance of the defining class.
ERR98=A property or method call cannot include a reference to a private object, either as an argument or as a return value.
ERR298=System DLL could not be loaded.
ERR320=Can't use character device names in specified file names.
ERR321=Invalid file format.
ERR322=Cant create necessary temporary file.
ERR325=Invalid format in resource file.
ERR327=Data value named not found.
ERR328=Illegal parameter; can't write arrays.
ERR335=Could not access system registry.
ERR336=Component not correctly registered .
ERR337=Component not found.
ERR338=Component did not run correctly.
ERR360=Object already loaded.
ERR361=Can't load or unload this object.
ERR363=Control specified not found.
ERR364=Object was unloaded.
ERR365=Unable to unload within this context.
ERR368=The specified file is out of date. This program requires a later version.
ERR371=The specified object can't be used as an owner form for Show.
ERR380=Invalid property value.
ERR381=Invalid property-array index.
ERR382=Property Set can't be executed at run time.
ERR383=Property Set can't be used with a read-only property.
ERR385=Need property-array index.
ERR387=Property Set not permitted.
ERR393=Property Get can't be executed at run time.
ERR394=Property Get can't be executed on write-only property.
ERR400=Form already displayed; can't show modally.
ERR402=Code must close topmost modal form first.
ERR419=Permission to use object denied.
ERR422=Property not found.
ERR423=Property or method not found.
ERR424=Object required.
ERR425=Invalid object use.
ERR429=Component can't create object or return reference to this object.
ERR430=Class doesn't support Automation.
ERR432=File name or class name not found during Automation operation.
ERR438=Object doesn't support this property or method.
ERR440=Automation error.
ERR442=Connection to type library or object library for remote process has been lost.
ERR443=Automation object doesn't have a default value.
ERR445=Object doesn't support this action.
ERR446=Object doesn't support named arguments.
ERR447=Object doesn't support current locale setting.
ERR448=Named argument not found.
ERR449=Argument not optional or invalid property assignment.
ERR450=Wrong number of arguments or invalid property assignment.
ERR451=Object not a collection.
ERR452=Invalid ordinal.
ERR453=Specified not found.
ERR454=Code resource not found.
ERR455=Code resource lock error.
ERR457=This key is already associated with an element of this collection.
ERR458=Variable uses a type not supported in Visual Basic.
ERR459=This component doesn't support the set of events.
ERR460=Invalid Clipboard format.
ERR461=Method or data member not found.
ERR462=The remote server machine does not exist or is unavailable.
ERR463=Class not registered on local machine.
ERR480=Can't create AutoRedraw image.
ERR481=Invalid picture.
ERR482=Printer error.
ERR483=Printer driver does not support specified property.
ERR484=Problem getting printer information from the system. Make sure the printer is set up correctly.
ERR485=Invalid picture type.
ERR486=Can't print form image to this type of printer.
ERR520=Can't empty Clipboard.
ERR521=Can't open Clipboard.
ERR735=Can't save file to TEMP directory.
ERR744=Search text not found.
ERR746=Replacements too long.
ERR31001=Out of memory.
ERR31004=No object.
ERR31018=Class is not set.
ERR31027=Unable to activate object.
ERR31032=Unable to create embedded object.
ERR31036=Error saving to file.
ERR31037=Error loading from file.
WinForms_RecursiveFormCreate=There is a reference to a default instance from the constructor of a form, which leads to infinite recursion. Please refer to the form itself using 'Me' from within the constructor.
WinForms_SeeInnerException=An error occured while creating the form. See Exception.InnerException for details. The error is: {0}
|