Glossary:Definition - finally block

Microsoft .NET Framework, ASP.NET, Visual C# (CSharp, C Sharp, C-Sharp) Developer Training, Visual Studio


Jump to: navigation, search
 Term finally block
 Definition  Block of statements to be executed regardless of whether or not an exception is thrown. Associated with either a try or a try-catch block. Used to guarantee an operation will be performed despite any exceptions thrown, e.g., releasing a database connection.
 See also try/catch block
This C# Online.NET definition is from the Glossary of .NET / C# Terms.

Glossary of .NET / C# Terms
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 0-9
edit

Personal tools