runtime 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.
这不能保证服务可以处理无效数据,因此将出现一个运行时错误。