| 1. | How to : use specific exceptions in a catch block >如何:在catch块中使用特定异常 |
| 2. | Print does not transfer control to a catch block Print不会将控制传输到catch块。 |
| 3. | Catch block can specify an exception type to catch 块可以指定要捕捉的异常类型。 |
| 4. | If the type filter of the catch block specifies 如果某catch块的类型筛选器指定 |
| 5. | Consider using a local catch block to clean up memory 应考虑使用局部catch块清理内存 |
| 6. | Is executed within the scope of a catch block 在catch块的作用域内执行。 |
| 7. | Duplicate or overlapping catch blocks warnings 重复或重叠的catch块警告 |
| 8. | Cannot be caught by a try - catch block 无法通过try - catch块捕获引发的 |
| 9. | It is a good practice to use a try catch block around the 方法将产生一个异常。好的做法是在 |
| 10. | Using specific exceptions in a catch block 在catch块中使用特定异常 |