您要查找的是不是:
- error information declaration 错误信息说明
- Is the source of the error information. 错误信息的源。
- Display a pop-up message in the browser with error information. 在浏览器中显示一个包含错误信息的弹出消息。
- For each error, you see error information in two places. 对于每条错误,您将看到在两个位置中显示了错误信息。
- At times you might want to display error information in different ways. 有时,您可能希望用不同的方法显示错误信息。
- Otherwise the error information returned by the validation service will be returned to the caller unchanged and the save operation will fail. 否则由验证服务返回的错误信息将被原封不动地传给调用者,同时保存操作将失败。
- These messages provide maintenance state and system error information when you are performing OA&M activities. 在执行OA&M 活动时,这些消息会提供维护状态和系统错误信息。
- Or, you might save the failed row along with additional error information for later verification and reprocessing. 或者,您可能要将失败的行与其他错误信息保存在一起,以便以后进行验证和重新处理。
- Move your mouse over a control to view a tooltip that provides more error information. 将鼠标移动到控件上,可以查看提供更多错误信息的工具提示。
- Be sure that you do not display error information that might help malicious users compromise your application. 务必不要显示可能帮助恶意用户危害您的应用程序的错误信息。
- Faults that contain disposition reports contain error information that includes descriptions and typed keys that can be used to determine the cause of the error. 处理报告(disposition report)的内容包括可用于确定错误原因的错误描述和错误类型键值等错误信息。
- Error information can be retrieved by using these functions from anywhere within the scope of the CATCH block. 可以从CATCH块作用域内的任何位置使用这些函数检索错误消息。
- Error information is both sent to the standard output stream and displayed to the user. 将错误信息发送到标准的输出流并显示到用户。
- The error will be handled by the CATCH block, which uses a stored procedure to return error information. 此错误将由CATCH块处理,它将使用存储过程返回错误信息。
- This block of the DiffGram format contains error information for a particular row in the DataInstance block. 此DiffGram格式块包含DataInstance块中特定行的错误信息。
- Are not typical ways for a service to receive input from a client nor to send output or error information back. 这三个流并不是服务用户从客户机接收输入,并发送回输出或错误信息的典型方法。
- You can customize the error message display by capturing the error information and designing your own output. 您可以通过捕获错误信息并设计自己的输出来自定义错误信息的显示。
- Return error information from the CATCH block to the calling batch or application. 将错误信息从CATCH块返回到进行调用的批处理或应用程序。
- Error Information: mail server start failure! the MailServer.exe has been changed. 时间:2005/8/2908:14上午标题:估计高手才能解决,普通人是回答不了的
- Logs error information in the dbo.ErrorLog table about the error that caused execution to jump to the CATCH block of a TRY.CATCH construct. 在dbo.;ErrorLog表中记录有关导致跳到TRY