Delphi Operation Error Information detailed

Source: Internet
Author: User
Tags arrays flush

*******************************

* Run Error message *

* The error message that appears at run time is: *

* Run-time error nnn at XXXX *

* Where nnn is the run-time error number *

* xxxx is the run-time error address *

*******************************

Run-time errors are grouped into the following three categories:

* I/O error: Error number 100-149

Number description

---------------------------------------------------------

100 disk read error, to read when more than the end of the format file

101 Disk Write error, if disk full, by Closefile,write,writeln or flush report

102 does not specify the file, if the file variable is not assigned by assign or AssignFile, reported by Reset,rewrite,append,rename and erase

103 file is not open, if the file is not open, reported by Closefile,read,write,seek,eof,filepos,filesize,flush,blockread or Blockwrite

104 Input File not open, report by read,readln,eof,eoln,seekeof or seekeoln about input text file not open

105 The output file is not open and the write and Writeln reports that the text file is not generated with the console application

106 Invalid data format, data read by read or READLN report from a text file is not in the correct format

* Fatal error: Error number 200-255

Number description

---------------------------------------------------------

200 by 0 apart

201 Range Check Error

202 Overflow on stack

203 Stack Overflow Error

204 Invalid pointer operation

205 Floating point Overflow

206 floating point Underflow

207 Invalid floating-point operation

215 Arithmetic overflow error

216 Access Illegal

217 Control-C

218 Authorization Instructions

219 Invalid Typecast

220 Invalid variant typecast

221 Invalid variant operation

222 No Variant method calls Dispatcher

223 Cannot create variant arrays

224 variants do not contain arrays

225 Variant array bounds error

The error of TLS initialization

* Operating system error

Number description

---------------------------------------------------------

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.