'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.


:=)