Lecture overview -- Keyboard shortcut: 'u'  Previous page: Exceptions and Exception Handling in C# [Section] -- Keyboard shortcut: 'p'  Next page: The try-catch statement C# -- Keyboard shortcut: 'n'  Lecture notes - all slides together  Annotated slide -- Keyboard shortcut: 't'  Textbook -- Keyboard shortcut: 'v'  Alphabetic index  Help page about these notes  Course home    Exception Handling - slide 16 : 30

Exceptions in a C# program
A C# program with an exception
prog.cs
A C# program with an exception.
output
Output from the C# program with an exception.
The program stops executing when a run-time error is encountered