• Why Unity interception cannot catch Exception?

    为什么不能团结拦截捕获异常

    youdao

  • By the time you catch an exception, you have no record of where the exception was thrown.

    捕获到一个异常,你甚至知道这个异常是从哪个地方抛出

    youdao

  • Problem is, the only exception I catch is the base class.

    现在的问题只能捕获这个异常

    youdao

  • That's why the listing is written to catch the exception but doesn't actually do anything with it.

    就是清单包含异常捕获功能,实际没有进行任何操作原因

    youdao

  • Client code calling the data logic method can catch the user-defined exception.

    客户端代码调用数据逻辑方法可以捕获用户定义的异常。

    youdao

  • This capability lets business process designers model and catch system exceptions, and execute error logic if a BPEL client returns a system exception.

    业务流程设计人员使用功能可以模拟捕获系统异常BPEL客户端返回系统异常执行错误逻辑

    youdao

  • If there is a problem, catch the exception and go from there.

    如果出现问题要捕获异常加以处理。

    youdao

  • You also do not need to worry about altering code to catch a specific exception because it is wrapped in a runtime exception.

    不必费心修改代码捕获异常因为异常包装到一个运行时异常

    youdao

  • And even if you catch the exception, it is possible that a connection will be left open.

    即使捕获异常,仍有可能一直保持连接。

    youdao

  • Seam Catch, which provides developers with a unified and robust exception handling process

    SeamCatch,向开发者提供统一健壮的异常处理流程

    youdao

  • The SOAP method call is performed within a try - except block, which is generally good style, but here we do it specifically to catch a SOAP.faultType exception.

    SOAP方法调用try-except执行的,一般来说这种方式比较好这里我们这样做只是捕捉 SOAP.faultType异常

    youdao

  • This isas you might expectan exception handler, which will now catch the E739 error that is thrown if mkdir is unable to create the requested directory.

    就是——期待的——一个异常处理器现在将会捕捉如果mkdir不能创建请求目录而被抛出的E739错误

    youdao

  • Since the remote file may not exist yet, we need to catch the exception that Net: : SFTP will throw when we try to determine its timestamp.

    由于远程文件可能存在,所以我们需要捕捉我们试图查看一个不存在文件的时间戳的时候Net: SFTP抛出异常

    youdao

  • First, the program did not hit the catch clause for an exception of type ApplicationException, even though that's the type of exception thrown from the static constructor.

    第一程序不会类型ApplicationException异常寻找catch即使这种类型的异常是从静态构造函数引发也如此。

    youdao

  • You still need to handle this exception of course, but writing a catch block to handle a detected error is much simpler than writing code to detect all possible errors.

    当然需要处理这个异常编写一个catch处理检测到的错误比起编写代码检测所有可能错误来说要简单

    youdao

  • For transparent switch over, applications can be coded to catch the StaleConnection exception and retry a specified number of times to obtain new connection handles.

    为了能够透明地切换可以应用程序编码为捕获StaleConnection异常重试指定连接次数获取新的连接句柄。

    youdao

  • What's new in 1.4 is that if you rethrow an exception from the catch clause, you can attach the original cause of the exception.

    发行版 1.4中的功能如果catch 子句重新抛出了一个异常可以附加上异常初始原因

    youdao

  • In case of an exception, the catch block simply called the exception publisher, then returned the executing thread back to the thread pool.

    如果发生异常这个catch只是简单地调用异常发布程序然后正在执行线程返回线程池中。

    youdao

  • As an alternative, you can catch this exception directly in your code and handle it some other way (perhaps printing out the actual error message along with usage information, for instance).

    替代的方法是,也可以代码直接捕捉这个异常并且其他方式处理异常(例如,可能会使用信息一起输出真正错误消息)。

    youdao

  • Submitted by Neal Gafter, this proposal includes catch blocks which handle multiple exception types and improved checking of re-thrown exceptions.

    NealGafter提交这个提议包括处理多种异常catch语句改进重新抛出的异常检查

    youdao

  • The method will catch other exceptions such as MalformedURLException and IOException and throw the custom exception so that it can be caught by the GWT client.

    方法捕捉其他异常(比如MalformedURLExceptionIOException)抛出定制异常,让GWT客户机可以捕捉

    youdao

  • To disable exception handling, you need to remove all try and catch blocks from the sources and compiling the code using the /GX- option.

    禁用异常处理需要源代码中删除所有trycatch使用 /GX-选项编译代码

    youdao

  • If so, the current driver does not add the catch block for any custom exception thrown by the Web service.

    如果,则表明当前驱动器没有Web服务抛出自定义异常添加批处理

    youdao

  • For instance, you can add an exception or error name to the throw, catch, and uncaught events.

    例如可以throwcatchuncaught事件添加异常错误名。

    youdao

  • E or ex for an exception in a catch clause (though not anywhere else).

    eex表示catch子句中的异常(用于其他位置)。

    youdao

  • First, multiple exception types can be named as being handled by a single catch block.

    首先catch块中可以处理多个指定类型异常

    youdao

  • When Derby shuts down a database, it throws an SQLException with an SQLState of 08006, which is why the catch block ignores this exception.

    Derby关闭数据库时,将抛出SQLException,使用08006作为SQLState,就是catch忽略异常的原因

    youdao

  • If, however, an error is encountered when the EJB processes the request, the servlet will catch the exception thrown by the EJB and instantiate an ErrorBean to encapsulate the error message.

    但是如果eJB处理请求遇到错误servlet捕获e JB抛出异常Error Bean实例化,封装出错消息。

    youdao

  • A try... catch structure changes the runtime exception behavior to what is specified in the catch clause.

    catch结构运行时异常行为更改catch子句指定行为。

    youdao

  • If you like, you can assert something about the thrown exception in the catch block. For example, Listing 6 checks that FunctionContext is not serializable.

    如果愿意还可catch中作出一些关于抛出异常断言

    youdao

$firstVoiceSent
- 来自原声例句
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定