Writes exception information to the application's log listeners.
将异常信息写入应用程序的日志侦听器中。
The runtime creates an exception information table for each executable.
运行时为每个可执行文件创建一个异常信息表。
The exception information is stored to the FEM database with a status of not confirmed.
将异常信息存储到未确认其状态的FEM数据库。
The application block includes an exception handler that logs exception information.
应用程序块包括记录异常信息的异常处理程序。
The exception information in the FFDC directory is also very useful in identifying root causes.
FFDC目录中的异常信息在确定根本原因上也非常有用。
Another key to debugging enterprise applications efficiently is capturing exception information.
高效率调试企业应用程序的另一个关键就是捕获异常信息。
Complete exception information includes the exact server exception and the server stack trace.
完整的例外状况资讯包括正确的伺服器例外状况和伺服器堆叠追踪。
Provides a property and methods for writing event and exception information to the application's log listeners.
提供用于将事件和异常信息写入应用程序的日志侦听器中的属性和方法。
In this case, exception processing might require aggregation of the exception information on the business transaction level.
在此情形下,异常处理可能需要聚合业务事务级别的异常信息。
This means that exception information of the particular service has to be separated by business transactions employing this service.
这意味着特定服务的异常信息必须被使用该服务的业务事务割断。
I suggest creating a method that logs exception information and calling that method in the catch block of your exception blocks.
我建议创建一个方法记录异常的信息,并且当出现异常时调用这个方法并遮蔽掉您所抛出的异常。
When managed code generates an exception, the CLR debugging API suspends the execution of the process and passes the exception information to the debugger.
当托管代码生成异常时,clr调试api将暂停执行进程,并将异常信息传递给调试器。
While conventional exception handling procedures save exception information in every Action class, best practice 4 aims to avoid redundant code while handling exceptions.
传统的异常处理过程在每个action类中保存异常信息,而最佳实践4则在处理异常时避免冗余代码。
The following table shows the three server channel property values that specify which callers receive exception information and what type of information they receive.
下表描述了服务器信道属性的三个值,它们指定了哪些调用方将接收异常信息,以及这些调用方将接收什么类型的信息。
The error page can then display a friendly error message to the user, and then perhaps log the relevant exception information for the system administrator to review at a later time.
错误页面可以显示一个友好的信息给用户,然后可以将相关的异常信息写入日志以供管理员日后查看。
The last constructor is used in the case when the code catches an exception and then re-throws it as a different exception, but wants to retain the original exception information.
最后一个参数结构是用于代码截获一个异常后再重新丢出一个异常,但又想保持原有的异常信息。
Be aware that this exception contains information about the permissions requested and the union of all permissions available for the request, mostly for logging purposes.
请注意,此异常包含有关所请求权限的信息以及为请求提供的所有权限的联合,主要是出于日志记录的目的。
The exception message is also displayed; this message might contain sensitive information.
同时也显示异常消息;这个消息可能包含敏感信息。
Often, data access APIs such as JDBC and JPA provide only very generic information about the exception condition, and do not allow the specific cause to be effectively identified.
通常,诸如jdbc和JPA等数据访问API仅提供有关异常条件的非常一般的信息,并且不支持有效地确定特定的问题根源。
A special error handler in the client receives this exception and must parse the parser's error message to retrieve the required information!
客户中一个专门的错误处理程序接收这种异常,并且必须在解析器错误消息中检索出需要的信息!
You might want to consider handling this exception but opt not to give the user too much information.
我们既要考虑如何处理这个异常,但又不应向用户提供太多信息。
In C++, whenever an exception is caught within a handler, the information about the source of the exception is lost.
在 C++中,无论何时在处理程序内捕获一个异常,关于该异常来源的信息都是不为人知的。
See Resources for more detailed information about exceptions and exception handling techniques.
有关异常和异常处理技术的更多信息参阅参考资料。
The exact source of the exception could provide a lot of vital information to better handle it, or the information could be appended to the error log for postmortem.
异常的具体来源可以提供许多更好地处理该异常的重要信息,或者提供一些可以附加到错误日志的信息,以便以后进行分析。
Your handler code can make use of the information passed by the call-backs, but cannot affect the parsing (except by throwing an exception).
处理程序代码可以使用这些回调中传递的信息,但是不能影响解析过程(除了引发一个异常)。
If that's not possible or not something you know, then make sure you bubble up an exception with helpful information so that calling programs can (hopefully) make similar smart decisions.
如果这些信息您并不知道,那么确保抛出一个提供有用信息的异常,以便调用程序能够(但愿)做出类似的智能决策。
The information gathered by the event handler must be encoded in an error message that's wrapped in an exception object and posted to the parser's client.
事件处理程序采集的信息必须编码在一个错误信息中,该错误信息包装在一个异常对象中提交给解析器客户。
An exception hierarchy will let your EJB clients receive both business-specific exceptions and system-specific information, without requiring you to write a lot of extra code.
异常层次结构将允许EJB客户机既接收特定于业务的异常也接收特定于系统的信息,而不需要编写大量额外代码。
When an error or exception occurs in your application, FFDC ensures that it is dealt with in the correct way, and that any useful information about the error is preserved.
当你的应用程序发生一个错误或者抛出一个异常时,FFDC可以确保这个错误或者异常被正确的处理,并且任何和这个错误相关的信息都将会被保存下来。
An IDL user exception is similar to a structure in that the exception can contain any amount of error information of the types you choose.
IDL用户异常类似于一个结构,在这个结构中,异常可以包含所选类型的任意多错误信息。
应用推荐