Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
1 out of 2 rated this helpful - Rate this topic

Exception Handling Statements

C# provides built-in support for handling anomalous situations, known as exceptions, which may occur during the execution of your program. These exceptions are handled by code that is outside the normal flow of control. The try, throw, catch, and finally keywords implement exception handling.

The following exception handling topics are explained in this section:

See Also

C# Keywords | Statements | 8.10 The try statement

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.