|
|
От: | Павел Кузнецов | |
| Дата: | 06.01.03 15:34 | ||
| Оценка: | 37 (3) | ||
15.3 Handling an exception
5 The handlers for a try block are tried in order of appearance. That makes it possible to write handlers that can never be executed, for example by placing a handler for a derived class after a handler for a corresponding base class.