您要查找的是不是:
- PRINT does not transfer control to a CATCH block. PRINT不会将控制传输到CATCH块。
- Each try must have at least one corresponding catch block. 每一个try至少要有一个与之对应的catch。
- A catch block can catch exceptions thrown by a JScript program. catch块可以捕获JScript程序引发的异常。
- Cause execution to jump from a TRY block to the associated CATCH block. 导致执行从TRY块跳到关联的CATCH块。
- ERROR_STATE may be called anywhere within the scope of a CATCH block. ERROR_STATE可以在CATCH块范围内的任意位置调用。
- To change the flow of execution, GOTO can be used within a TRY block or a CATCH block. 若要更改执行流,可以在TRY块或CATCH块内使用GOTO。
- The code in the catch block rolls back the transaction if an exception is thrown. 如果引发异常,catch块中的代码将回滚此事务。
- An attempt was made to pass a data type that does not derive from System.Exception into a catch block. 试图将不是从System.;Exception派生的数据类型传递到catch块中。
- These functions return information about the error that caused the CATCH block to be invoked. 这些函数返回有关导致CATCH块被调用的错误的信息。
- Within the nested CATCH block, ERROR_STATE returns the state from the error that invoked the nested CATCH block. 在嵌套CATCH块中,ERROR_STATE返回调用该嵌套CATCH块的错误状态。
- Within the nested CATCH block, these functions return information about the error that invoked the inner CATCH block. 在嵌套的CATCH块内,这些函数将返回有关调用内部CATCH块的错误的信息。
- Error information can be retrieved by using these functions from anywhere within the scope of the CATCH block. 可以从CATCH块作用域内的任何位置使用这些函数检索错误消息。
- The error functions will return NULL if called outside the scope of a CATCH block. 如果在CATCH块的作用域之外调用错误函数,错误函数将返回NULL。
- The error will be handled by the CATCH block, which uses a stored procedure to return error information. 此错误将由CATCH块处理,它将使用存储过程返回错误信息。
- If ERROR_STATE is run in the outer CATCH block, it returns the state from the error that invoked that CATCH block. 如果ERROR_STATE在外部CATCH块中运行,它将返回调用该CATCH块的错误状态。
- Control flow can never reach a Catch block that follows a Catch without an exception argument. 如果不使用exception参数,则控制流永远不能到达Catch后的Catch块。
- If an appropriate catch block is found, the program counter is reset to the first line of code in that block. 如果找到了适当的catch块,程序计数器会重置到那一块代码的第一行。
- However, an object with automatic storage created in a try or catch block will be destroyed. 但是将销毁具有自动存储的、在try块或catch块中创建的对象。
- If no catch block specifies a matching exception filter, then a catch block with no filter (if any) will be executed. 如果没有任何catch块指定匹配的异常筛选器,那么将执行没有筛选器的catch块(如果有的话)。
- Fish were surfacing to catch insects. 鱼浮到水面上捕捉昆虫。