'Runtime error'

来源: 2004-03-22 02:08:14 [旧帖] [给我悄悄话] 本文已被阅读:

An error that occurs during the execution of a program. In contrast, compile-time errors occur while a program is being compiled. Runtime errors indicate bugs in the program or problems that the designers had anticipated but could do nothing about. For example, running out of memory will often cause a runtime error.


:=)