宁波计算机程序设计备考:Pascal运行错误信息_杯赛竞赛-查字典奥数网
 
请输入您要查询的关键词

宁波计算机程序设计备考:Pascal运行错误信息

2012-08-21 15:39:15     标签:程序设计

运行错误信息:运行错误分为四类: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 一般保护性错误

error 221: 不知名错误,一般是用了非法运算符

无效的变体操作。

error 255: 数组占大 or 数组占小。

查看全部
推荐文章
猜你喜欢
附近的人在看
推荐阅读
拓展阅读
相关文章
热门文章
最新文章
猜你喜欢