This topic has not yet been rated - Rate this topic

Writing a Termination Handler

Unlike an exception handler, a termination handler is always executed, regardless of whether the protected block of code terminated normally. The sole purpose of the termination handler should be to ensure that resources, such as memory, handles, and files, are properly closed regardless of how a section of code finishes executing.

Termination handlers use the try-finally statement.

Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ