runtime error

运行时错误:在计算机程序运行过程中出现的错误
常用释义
运行时错误:在计算机程序运行过程中出现的错误,通常是由于程序代码中的逻辑错误或输入数据的问题导致的。

扩展信息

运行时错误
程序的运行时错误 (Runtime error), 例如一个数字被0除之类; 这种错误通常需要通过某种方式来通知应用程序,由应用程序 …
运行错误
什麽是运行错误(runtime error)? (0 篇回复)HKCEE CIT MC 试题再析 (0 篇回复) CIT 会考试题小小分析 (0 篇回复) CIT Coursew…
运行时间错误
连铸专业英语词汇 - 豆丁网 ... Running : 运行 Runtime error运行时间错误 Runtime monitoring : 实时监测 ...
运行时出错
2012最新计算机日常用语和快捷用语 - 豆丁网 ... root directory 根目录 runtime error 运行时出错 save-all 全部保存 ...
执行期错误
发生执行期错误(runtime error)。原始物件被摧毁之后,如果仍有其复制物件存在,则指令码仍被暂存于记忆体的某处,被这些 …
执行时期错误
10 ... 语法错误( Syntax Error) 执行时期错误Runtime Error) 逻辑错误( Logic Error) ...

例句

In such a case, passing on an Order ID, which does not conform to these standards, will obviously result in a runtime error.

在这种情况下,传递一个OrderID,这不符合标准,将会生成一个运行时错误。

一个运行时错误或语义错误是程序结果的错误在软件逻辑或算术。

最后,运行时错误消息现在包含发生错误的源文件的名称、行号和列号。

When a program terminates due to a runtime error, it displays an error code and the address at which the error occurred.

当一个程序由于运行期间错误而终止时,它会显示一个错误号和错误地址在错误发生时。

可能向它们添加了翻译中没有的新关键字,这会导致运行时错误。

尽管运行时错误处理只是可选的,但是在测试之间共享数据时,处理运行时错误就变得十分重要了。

If your code passes the wrong element to the method, the code compiles fine, but might raise a runtime error or silently return no results.

如果代码给方法传递错误的元素,那么尽管代码将编绎良好,但可能会导致运行时错误或者不返回任何结果。

当出现运行时错误,并且无法确定具体原因时,引发的异常。

程序在遇到断点或发生运行时错误时将停止运行。

There is no guarantee that the service can handle data that is not valid, so a runtime error can occur.

这不能保证服务可以处理无效数据,因此将出现一个运行时错误。