您要查找的是不是:
- "短語(yǔ)動(dòng)詞,像get up, catch up with 等都 是很有用的。""Phrasal verb, such as get up, catch up with, etc. Is most useful . "
- Catch塊中的錯誤篩選Error Filtering in the Catch Block
- 哼,your cat本想catch me.Now I want to catch your cat.
- 如果Try塊中發(fā)生錯誤,程序控制權將傳遞給相應的Catch語(yǔ)句以進(jìn)行部署。If an error occurs in the Try block, program control is passed to the appropriate Catch statement for disposition.
- 在END TRY和BEGIN CATCH語(yǔ)句之間放置任何其他語(yǔ)句都將生成語(yǔ)法錯誤。Including any other statements between the END TRY and BEGIN CATCH statements generates a syntax error.
- 在嵌套CATCH塊中,ERROR_STATE返回引用它的CATCH塊范圍特有的錯誤狀態(tài)。In nested CATCH blocks, ERROR_STATE returns the error state specific to the scope of the CATCH block in which it is referenced.
- 如果ERROR_STATE在外部CATCH塊中運行,它將返回調用該CATCH塊的錯誤狀態(tài)。If ERROR_STATE is run in the outer CATCH block, it returns the state from the error that invoked that CATCH block.
- 如何:在Catch塊中使用特定異常How to: Use Specific Exceptions in a Catch Block
- 應考慮使用局部catch塊清理內存Consider using a local catch block to clean up memory
- 可以在表達式中使用此錯誤代碼屬性,僅選擇要在Catch子句中處理的特定錯誤。You can use the error code property in the expression to select only the particular error you want to handle in that Catch clause.
- PRINT不會(huì )將控制傳輸到CATCH塊。PRINT does not transfer control to a CATCH block.
- active catch (閥門(mén)分配機構的)活動(dòng)擋
- passive catch (閥門(mén)分配機構)不活動(dòng)擋
- 無(wú)法通過(guò)try-catch塊捕獲引發(fā)的。Cannot be caught by a try-catch block.
- “Catch cold”(傷風(fēng),感冒)是習慣用語(yǔ)。"Catch cold" is an idiomatic expression.
- 導致執行從TRY塊跳到關(guān)聯(lián)的CATCH塊。Cause execution to jump from a TRY block to the associated CATCH block.
- 每一個(gè)try至少要有一個(gè)與之對應的catch。Each try must have at least one corresponding catch block.
- catch塊可以捕獲JScript程序引發(fā)的異常。A catch block can catch exceptions thrown by a JScript program.
- 在異常的catch子句中聲明的局部變量的名稱(chēng)。The name of the local variable declared in the catch clause for the exception.
- 生成一個(gè)可由try.catch語(yǔ)句處理的錯誤條件。Generates an error condition that can be handled by a try. Catch statement.