The subtoken [finally]
specifies a control block to be executed after all processing of a try block, including the processing for any exceptions. When you expand the [finally]
subtoken, the following code is displayed:
finally
<select an action>
The subtoken [finally]
is composed of the subtokens given in Table 24.19:
Table 24.19 Subtokens for [finally]
|
|
---|
<select an action>
| Add a nested action. You can select any action except the timeout action.
|
| Add a nested action. You can select any action except the timeout action.
|
|