ECMA-334 C# Language Specification

23: Exceptions

Exceptions in C# provide a structured, uniform, and type-safe way of handling both system level and application-level error conditions. [Note: The exception mechanism is C# is quite similar to that of C++, with a few important differences:

In This Section: