1·In this case, you'll need to surround your code with a try catch block.
在这种情况下,需要用一个try catch程序块来包围代码。
2·The command bean is instantiated and a try catch block is used to catch exceptions generated from a duplicate user, an invalid credit card, or an unauthorized credit card.
命令 bean 被实例化,try catch 块被用于捕捉由于重复的用户、无效的信用卡或未经认证的信用卡而产生的异常。
3·This is not a debugger bug, but it is known issue with try catch block debug information. See the following disassembled code for an example of a try catch block in the debugger.
这并不是调试器的bug,但是这是针对try catch块调试信息的一支问题。
4·No matter how hard I try I cannot seem to catch up on all the bills.
不管我怎么努力,我好像总也无法付清所有的账单。
—— 《柯林斯英汉双解大词典》
5·"If there are nine rabbits, focus on catching one, don't try to catch them all," he said.
他说:“如果有九只兔子,集中精力抓一只,不要试图把它们全部抓住。”
6·He stood still stupidly while the boys ran round him, mimicking and laughing; they shouted to him to try and catch them; but he did not move.
他呆呆地站在那儿不动,孩子们围着他跑,一边模仿一边大笑;他们向他喊叫,想让他尝试抓住他们;但他没有动。
7·When the bear puts his tail into the water through a hole in the ice, to try and catch a fish, the ice freezes around it, and he ends up pulling his tail off.
当熊把尾巴放到了湖面上的冰洞里面去钓鱼的时候,水在熊尾巴周围结冰了。熊使劲儿往外拔它的尾巴,结果把尾巴拔掉了。
8·Oh, try and catch me now.
哦,现在就试着追上我吧。
9·Try to catch the elusive charm of the original in translation.
翻译时设法把握住原文中难以捉摸的风韵。
—— 《新英汉大辞典》
10·What about certain "I just know we'll need this" type stuff (i.e. putting a try/catch{Console.WriteLine(ex);} in your console main() method?)
对于象“我心里清楚我们需要这个”这类东西——我们该如何处理(例如,在控制台main()方法中加上一个try/catch{Console.WriteLine(ex);}?)