logo search
Учебник_ПОА

How to: Catch an Exception

This example uses try-catch blocks to catch division by zero as an exception. After the exception is caught, the execution is resumed in the finally block.