|
Name |
How Many? |
Description |
|---|---|---|
|
block |
1 |
The steps executed initially. |
|
catch |
0 or 1 |
The steps to execute in case of a typical error. Must be specified if finally is not. |
|
finally |
0 or 1 |
The steps to execute regardless of typical errors. Must be specified if catch is not. |