Lecture overview -- Keyboard shortcut: 'u'  Previous page: Try-catch with a finally clause -- Keyboard shortcut: 'p'  Next page: Raising an exception in an exception handler -- 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 25 : 30

Rethrowing an exception
Inside a handler, you can either rethrow an exception or raise/throw a new exception
prog.cs
Rethrowing an exception.
output
Output from the program that rethrows an exception.

Touching, but not handling the exception

An outer handler will see the original exception