Show: Delphi
C++
Display Preferences
Delphi Runtime Errors
From RAD Studio XE3
Go Up to Delphi Compiler Errors Index
Certain errors at runtime cause Delphi programs to display an error message and terminate.
Identifying Runtime Errors
Runtime errors take the form:
Runtime error nnn at xxxxxxxx
where nnn is the runtime error number, and xxxxxxxx is the runtime error address.
Applications that use the SysUtils class map most runtime errors to Exceptions, which allow your application to resolve the error without terminating.
Types of Runtime Errors
Delphi runtime errors are divided into the following categories:
- I/O errors, numbered 100 through 149
- Fatal errors, numbered 200 through 255
- Operating system errors