您要查找的是不是:
- In structured exception handling, blocks of code test for specific circumstances and react accordingly. 在结构化异常处理中,代码块会测试特定的环境并相应地做出响应。
- Windows specific compiler support is also required for the Structured Exception Handling feature (SEH). 微软相关的编译器支持也是异常处理(Structured Exception Handling)特性所需要的。
- Provides links to topics covering changes to execution flow, and new support for structured exception handling. 提供到包含对执行流程、结构化异常处理新支持更改的主题的链接。
- Discusses new support for structured exception handling, and continued support for unstructured exception handling. 讨论对结构化异常处理的新增支持功能,并继续支持非结构化异常处理。
- You can use SEH(Structured Exception Handling) to meet your exception handling needs. 如何截获应用程序崩溃的消息?如何处理????
- To facilitate the use of structured exception handling, Visual Basic provides the ability to separate standard code from exception handling code. 为了便于使用结构化异常处理,Visual Basic提供了将标准代码与异常处理代码分开的能力。
- With structured exception handling, your code can differentiate between different types of errors and react accordingly. 使用结构化异常处理,您的代码就可以区分不同类型的错误并做出相应响应。
- However, when possible, you should consider replacing such error control with Structured Exception Handling Overview for Visual Basic. 然而,如果可能,应当考虑用Visual Basic的结构化异常处理概述替换这种错误控制。
- In this section, I'll describe three aspects of error handling: status codes, structured exception handling, and bug checks. 在这种情况下,我要讨论错误处理的三个方面:状态码,结构异常处理和错误检测。
- It is a natural effect of the CLR's exception handling being built on top of Windows Structured Exception Handling (SEH). 这是CLR异常处理的本质特征,因为它是构建在Windows结构化异常处理(SEH)之上的。
- Whenever possible, we suggest you use structured exception handling in your code, rather than resorting to unstructured exception handling and the On Error statement. 建议您尽可能地在代码中使用结构化异常处理(而不是采用非结构化异常处理)和On Error语句。
- This example will generate error R6035 because DllEntryPoint uses structured exception handling and therefore uses the security cookie to detect buffer overruns. 此示例将生成错误R6035,因为DllEntryPoint使用结构化异常处理,从而使用安全Cookie检测缓冲区溢出。
- Structured exception handling also lets you easily provide cleanup statements that you can be sure will always execute no matter how control leaves a guarded section of code. 结构异常处理还让你轻易的提供清除声明,这样你可以确信:它将永远执行无论控制余下一个代码的防护区域。
- Structured exception handling combines a modern control structure (similar to Select Case or While) with exceptions, protected blocks of code, and filters. 结构化异常处理将现代控制结构(类似于Select Case或While)与异常、受保护的代码块和筛选器结合起来。
- Shows exception handling clauses in raw form. 以原始格式显示异常处理子句。
- Do stored procedures provide exception handling? 存储过程是否支持溢出处理?
- Tutorial on exception handling in C#. 演示了在C%23中处理异常。
- -SEH, structured exception handling, as a system mechanism into the operating system itself has nothing to do with the language. 详细说明: SEH,结构化异常处理,是作为一种系统机制引入到操作系统中的,本身与语言无关。
- This section provides several examples of basic exception handling. 本节提供若干基本异常处理示例。
- There are two basic models in exception handling theory. 在异常处理理论中有两个基本的模型。