错误代码及错误信息 错误释义

  1. 1、下载文档前请自行甄别文档内容的完整性,平台不提供额外的编辑、内容补充、找答案等附加服务。
  2. 2、"仅部分预览"的文档,不可在线预览部分如存在完整性等问题,可反馈申请退款(可完整预览的文档不适用该条件!)。
  3. 3、如文档侵犯您的权益,请联系客服反馈,我们会尽快为您处理(人工客服工作时间:9:00-18:30)。

运行错误分为四类:1-99为DOS错误;100-149为I/O错误,发生I/O后,如果使用了编译开关{$I+},程序将终止执行,否则编译开关为{$I-},程序继续执行,并由IOResult函数返回错误信息;150-199为严重错误,200-255为致命错误,致命错误将立即终止程序执行。

错误代码及错误信息错误释义

error 1:Invalid function number 无效函数号

error 2:File not found 文件未找到

error 3:Path not found 找不到路径

error 4:Too many open files 打开文件太多

error 5:File access denied 文件不允许访问

error 6:Invalid file handle 无效文件句柄

error 12:Invalid file access code 无效文件存取代码

error 15:Invalid drive number 无效驱动器号

error 16:Cannot remove current directory 不能删除当前目录

error 17:Cannot rename across drives 不能跨驱动器改名

error 18:No more files 没有文件了

error 100:Disk read error 读磁盘错

error 101:Disk write error 写磁盘错

error 102:File not assigned 文件变量未赋值

error 103:File not open 文件未打开

error 104:File not open for input 文件未打开为写方式

error 105:File not open for output 文件未打开为读方式

error 106:Invalid numeric format 无效数值格式

error 150:Disk is write-protected 磁盘写保护

error 151:Bad drive request struct length 错误的驱动器请求结构长度error 152:Drive not ready 驱动器未准备好

error 154:CRC error in data 数据CRC校验错

error 156:Disk seek error 磁盘定位错

error 157:Unknown media type 未知的介质类型

error 158:Sector Not Found 找不到扇区

error 159:Printer out of paper 打印机缺纸

error 160:Device write fault 设备写错误

error 161:Device read fault 设备读错误

error 162:Hardware failure 硬件故障

error 200:Division by zero 被零除

error 201:Range check error 范围检查出错

error 202:Stack overflow error 栈溢出

error 203:Heap overflow error 堆溢出

error 204:Invalid pointer operation 无效的指针操作

error 205:Floating point overflow 浮点运算上溢

error 206:Floating point underflow 浮点运算下溢

error 207:Invalid floating point operation 无效的浮点运算

error 208:Overlay manager not installed 未安装覆盖管理程序

error 209:Overlay file read error 读覆盖文件错误

error 210:Object not initialized 对象未初始化

error 211:Call to abstract method 调用抽象方法

error 212:Stream registration error 流注册错误

error 213:Collection index out of range 集合下标越界error 214:Collection overflow error 集合上溢

error 215:Arithmetic overflow error 算术运算上溢

error 216:General Protection fault 一般保护性错误

相关文档
最新文档