C Sharp Programming/Keywords/finally
From Wikibooks, the open-content textbooks collection
C# Programming
Cover | Introduction | Basics | Classes | The .NET Framework | Advanced Topics | Index
Cover | Introduction | Basics | Classes | The .NET Framework | Advanced Topics | Index
The keyword finally is used to identify a statement or statement block after a try-catch block for execution regardless of whether the associated try block encountered an exception. The finally block is used to perform cleanup activities.
| C# Keywords | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|
| Special C# Identifiers | ||||||||||
|


