C Sharp Programming/Keywords/catch
From Wikibooks, the open-content textbooks collection
The keyword catch is used to identify a statement or statement block for execution if an exception occurs in the body of the enclosing try block. The catch clause is preceded by the try clause, and may optionally be followed by a finally clause.
| C# Keywords | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|
| Special C# Identifiers | ||||||||||
|