单词 | exception class | ||||||||||
释义 | exception class
更多释义 收起释义 例句释义: 异常类,故障类,例外类 1. Adding a constructor or two for each exception class rarely takes more than a few minutes per exception. 对于一个异常,为每个异常类添加一个或两个构造器,所花费时间很少不超过几分钟。 www.ibm.com 2. The name of the exception class for the player to activate and play back before the message is routed to the dead letter queue . 用于在消息被路由到死信队列之前由播放机激活并播放的异常类的名称。 www.bing.com 3. End exception class names with the word "Exception" . 以“Exception”这个词作为异常类名的结尾。 msdn2.microsoft.com 4. Class is an abstract class used as the base class for provider-specific exception class implementations. 类是一个抽象类,用作提供程序特定的异常类实现的基类。 msdn2.microsoft.com 5. Any errors arising through the input validation process are raised as instances of the Example_Exception class. 在输入验证过程中发生的任何错误都会产生一个Example_Exception类的实例。 www.ibm.com 6. The AxHost. : : . InvalidActiveXStateException exception class contains the name of the member that made the reference and the member type. AxHost.::.InvalidActiveXStateException异常类包含进行引用的成员的名称和成员类型。 msdn2.microsoft.com 7. Typically most developers specify Exception. class as the value, indicating that all exceptions in this method should force a rollback. 通常大多数开发人员指定Exception.class作为值,表示该方法中的所有异常应该强制回滚。 www.ibm.com 8. The exception argument is an instance of the Exception class or a class that derives from the Exception class . 当在派生类中被重写时,管理未处理的线程异常。 www.bing.com 9. Should be thrown. Using this exception class allows Web services to correctly format the response. 使用该异常类,使Web服务可以正确地格式化响应。 msdn2.microsoft.com 10. instantiated from the sub- class, not the original exception class. 类的子类出现,而不是原来的给定异常类。 www.itlong.com 1. You can create your own application exception classes by inheriting them from the Exception class. 通过继承Exception类可以创建自己的应用程序异常类。 msdn2.microsoft.com 2. The following code example provides a basic implementation of an exception class. 下面的代码示例提供了异常类的基本实现。 msdn2.microsoft.com 3. An error that is raised with the Err. Raise method sets the Exception property to a newly created instance of the Exception class. 用Err.Raise方法引发的错误将Exception属性设置为Exception类的新建实例。 msdn2.microsoft.com 4. Is the root exception class for all exceptions thrown by Microsoft Windows Mobile DirectX for Managed Code. 是所有由托管代码的WindowsMobileDirectX引发的异常的根异常类。 msdn2.microsoft.com 5. In the case of JAX-RPC, a fault maps to an exception class. 对于JAX-RPC,错误定义可映射为一个异常类。 www.ibm.com 6. Statement traps all errors, regardless of the exception class. 语句捕获所有错误,与异常类无关。 msdn2.microsoft.com 7. For most applications, derive custom exceptions from the Exception class. 对于大多数应用程序,从Exception类派生自定义异常。 msdn2.microsoft.com 8. An exception is an object that inherits from the Exception class. 异常是从Exception类继承的对象。 msdn2.microsoft.com 9. Introduce a new exception class to enable a programmer to take a different action in code based on the exception class. 引入新异常类,使程序员能够根据异常类在代码中采取不同的操作。 msdn2.microsoft.com 10. The Exception class instance corresponds to the error that occurred in the Try block. Exception类实例与Try块中发生的错误相对应。 msdn2.microsoft.com 1. To do that, declare a a special exception class that indicates the result has been signalled already. 为此,需要声明一个专门的异常类,指出已经告知结果。 www.ibm.com 2. All you need to do is have the custom exception class extend the Exception class and implement the IsSerializable interface. 只需让定制的异常类扩展Exception类并实现IsSerializable接口。 www.ibm.com 3. Checked exceptions inherit from Exception class and are used to handle recoverable errors such as business error scenarios. 已检查异常继承自Exception类并用于处理可恢复性出错诸如业务出错场景。 www.infoq.com 4. To create a custom exception, you can create your own exception class. 要创建一个自定义的异常,你可以自定义一个异常类。 www.diybl.com 5. Sets the queuing exception class for the queued class. 设置排队类的排队异常类。 msdn2.microsoft.com 6. If you are designing an application that creates new exceptions, you should derive those exceptions from the Exception class. 如果设计创建新异常的应用程序,应从Exception类派生那些异常。 msdn2.microsoft.com 7. The exception class that is thrown should be the most specific exception available that fits the error conditions. 引发的异常类应该是符合错误条件的最确切的可用异常。 technet.microsoft.com 8. For instance, Axis 1. 4 generates a custom exception class, but it is never thrown at runtime by the Web service. 例如,Axis1.4生成了一个自定义异常类,但是Web服务在运行时决不会抛出该异常。 www.ibm.com 9. Listing 4 shows a JAX-RPC compliant exception class. 清单4展示了遵循JAX-RPC的异常类。 www.ibm.com 10. This is a generic PHP exception class that is caught in PHP scripts. 这是在PHP脚本中捕获的通用PHP异常。 www.ibm.com 1. Listing 6 contains the Java exception class that is created as a result. 清单6包括作为结果创建的JAVA异常类 www.ibm.com 2. For example, Listing 3 shows an unsupported exception class. 举例来说,清单3展示了不支持的异常类。 www.ibm.com 3. To see how this works, begin by creating a custom exception class that extends Zend_Exception, as in Listing 13 要了解它是如何工作的,我们要先通过扩展Zend_Exception创建一个自定义异常类,如清单13所示 www.ibm.com 4. Send useful errors through a custom exception class 通过自定义的异常类传递有用的错误 www.ibm.com 5. A User defined Exception class can be defined by extending the built-in 用户可以用自定义的异常处理类来扩展PHP in2.php.net 6. If new properties are added to the derived exception class, 如果向派生的异常类添加了新属性,则应重写, msdn2.microsoft.com 7. Use the following code to create a new exception class called 使用以下代码新建一个名为 msdn2.microsoft.com 8. Contains an example where a new exception class, 包含一个示例,其中新的异常类, msdn2.microsoft.com |
||||||||||
随便看 |
|
英汉双解词典包含2704715条英汉词条,基本涵盖了全部常用单词的翻译及用法,是英语学习的有利工具。