Exception Handling Statements (C# Reference)

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 following exception handling topics are explained in this section:

See Also

Reference

C# Keywords

Statement Keywords (C# Reference)

Exceptions and Exception Handling (C# Programming Guide)

Concepts

C# Programming Guide

Other Resources

C# Reference