捕捉异常 meaning in English
catching an exception
catching exception
Examples
- Demonstrates how to catch exceptions and notify dependent threads of the problem before exiting
演示如何捕捉异常并在退出之前通知问题的依赖线程。 - The task catches that exception and reports the state back properly and cleanly to the user
该任务将捕捉异常,并且正确地、清晰地向用户报告状态。 - Do not exclude any special exceptions when catching for the purpose of transferring exceptions
如果捕捉异常是为了传输异常,则不要排除任何特殊异常。 - Describes how to throw exceptions and how to catch exceptions and then throw them again
描述如何引发异常,并且描述如何在捕捉异常后再次引发这些异常。 - Consequently , you now add a fault handler to the createid activity which will catch the exception
因此,现在您需要向捕捉异常的createid动作添加错误处理。