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 and notes together  slide -- Keyboard shortcut: 't'  Textbook -- Keyboard shortcut: 'v'  Help page about these notes  Alphabetic index  Course home  Page 16 : 30
Object-oriented Programming in C#
Exception Handling
Exceptions in a C# program

A C# program with an exception

/user/normark/oop-csharp-1/sources/c-sharp/exception/unhandled-exception/prog.csA C# program with an exception. This program is explained


/user/normark/oop-csharp-1/sources/c-sharp/exception/unhandled-exception/outputOutput from the C# program with an exception.


The program stops executing when a run-time error is encountered