Changes between Version 28 and Version 29 of MapGuideCodingStandards
- Timestamp:
- 07/29/11 10:33:32 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
MapGuideCodingStandards
v28 v29 478 478 }}} 479 479 480 A try-catch statement may also be followed by `finally` which is always executed (unless an exception is thrown in the body of an executed catch).480 A try-catch statement may also be followed by `finally` which is always executed. 481 481 {{{ 482 482 #!cpp