Exception's
Exception's
基本释义: None
反义词: None
搭配: None
英英解释
None例句
The first argument to raise names the exception to be raised. The optional second argument specifies the exception's argument.
第一个参数指定了所抛出异常的名称,第二个指定了异常的参数。
www.zuowangye.net
Note that the detail message associated with cause is not automatically incorporated in this exception's detail message.
注意和cause关联的详细信息不会自动和错误的详细信息合为一体。
www.51goushu.com
However, you'll still need to use the old try-catch style if you want to test the exception's detail message or other properties.
但是如果您想要测试异常的详细消息或其他属性,则仍然需要使用旧式的try-catch样式。
www.ibm.com
If the HRESULT provides no additional error information, the runtime fills many of the exception's properties with default values.
如果HRESULT不提供附加的错误信息,则运行库用默认值填充异常的许多属性。
msdn2.microsoft.com
This method was originally defined to write an exception's stack trace and an explanatory error message to the servlet log file.
该方法原本定义为向servlet日志文件写入异常堆栈跟踪和错误说明信息。
www.west263.com
This lack of information makes it hard to deduce the exception's underlying cause.
信息的缺乏使得推断该异常出现的原因变得困难。
www.mscto.com
You can test the exception's name field to determine what action to take.
可以测试异常的name字段以确定要进行的操作。
msdn2.microsoft.com
Alternatively, use the exception's constructor to build the exception.
或者,使用异常的构造函数生成异常。
msdn2.microsoft.com
For example, the runtime maps the Description from the COM error to the exception's Message property.
例如,运行库将说明从COM错误映射到异常的Message属性。
msdn2.microsoft.com
How to: Check an Exception's Inner Exception
如何:检查异常的内部异常
msdn2.microsoft.com














