What is the translation of " CATCH BLOCK " in Chinese?

[kætʃ blɒk]
Noun
[kætʃ blɒk]
catch块
catch代码块

Examples of using Catch block in English and their translations into Chinese

{-}
  • Political category close
  • Ecclesiastic category close
  • Programming category close
Catch block to handle this situation.
Catch块来处理这种情况。
These are errors not handled by a try/catch block.
这些错误不会包含在try/catch块中。
Catch block analyzes the error and throws it again:.
Catch块分析错误并再次抛出:.
You can use a try… catch block to handle the error.
可以使用try…catch块处理此错误。
The errors can be caught in try/catch block.
这些错误不会包含在try/catch块中。
A try/catch block is placed around the code that might generate an exception.
Try/Catch块放置在可能产生异常的代码周围。
If there is no error, the catch block is ignored.
如果什么错误也没有,那么CATCHblock会被忽略.
A try/catch block is placed around the code that might generate an exception.
Try/catch块放在围绕,可能产生异常的代码。
Thus, calls to it must be wrapped in a try/catch block.
因此,它们的读写操作必须都放入到try/catch块中。
A try/catch block is placed around the code that might generate an exception.
Try/Catch块放置在可能生成异常的代码周围。
You can select a piece of code and create a Try/Catch block for it.
您可以选择一段代码并为其创建“Try/Catch块”。
A try/catch block is placed around the code that might generate an exception.
一个try/catch块放置在可能产生异常的代码外。
Reading this article will make you think twice thenext time you see a nice try… catch block.
阅读本文会让你在下次遇到漂亮的try…catch块时反复思考。
A try/catch block is placed around the code that might generate an exception.
Try/catch块被放置在可能会生成异常的代码周围。
Each try block or"throw" musthave at least one corresponding catch block.
每个TRY或THROW代码块必须至少拥有一个对应CATCH块.
The try/catch block is placed around the code that might be generating an exception.
Try/Catch块放置在可能生成异常的代码周围。
The following is an example,which throws a division by zero exception and we catch it in catch block.
下面是一个例子,它抛出一个除零异常,我们捕获它在catch块
The try/catch block is placed around the code that might be generating an exception.
Try/catch块放在围绕,可能产生异常的代码。
With Async/Await,the most common approach is to wrap your code in a try/catch block to be able to catch the error.
使用Async/Await,最常见的方法是将代码包装在一个try/catch块中以便能够捕获错误。
The try/catch block is placed around the code that might be generating an exception.
Try/Catch块放置在可能产生异常的代码周围。
In the case of any exception, the catch block information will be maintained in the frame data.
在任何异常情况下,catch块信息都将保存在帧数据中。
The catch block catches the error, and executes a code to handle it:.
Catch块会捕捉到try块中的错误,并执行代码来处理它:.
In the case of any exception, the catch block information will be maintained in the frame data.
在任意异常的情况下,catch块的信息将会被保存在帧数据里面。
The try/catch block is placed around the code that might be generating an exception.
Try/catch块被放置在可能会生成异常的代码周围。
If something goes wrong, the catch block rolls back all changes made since the transaction was started, and then prints out an error message.
如果发生了错误,catch块回滚自事务启动以来发生的所有更改,并输出一条错误信息。
If the catch block completes abruptly for reason R, then the finally block is executed.
如果由于R原因,catch块突然完成,则finally块被执行。
At the very least, the catch block should contain a comment explaining why it is appropriate to ignore the exception.
至少,catch块也应该包含一条说明,解释为什么可以忽略这个异常。
Inside the catch block, the error is automatically given the name error unless you give it a different name.
catch代码块中,除非你另外命名,否则错误会自动命名为error。
If something goes wrong, the catch block rolls back all changes made since the transaction was started, and then prints out an error message.
如果发生了错误,catch块可以回滚事务开始以来发生的所有更改,并打印出一条错误消息。
Results: 29, Time: 0.0283

Word-for-word translation

Top dictionary queries

English - Chinese