< C Sharp Programming < Keywords
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 (Contextual Keywords) | |||||||||||||||
| |||||||||||||||
Contextual Keywords (Used in Queries) | |||||||||||||||
|
This article is issued from Wikibooks. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.