Exception Handling
- slide 22 : 30
Propagation of exceptions in C#
Unhandled exceptions are propagated along the call chain
A C# program with simple propagation of exception handling.
Output from the C# program simple propagation.
A C# program with deeper exception propagation chain.
Output from the C# program deeper exception propagation.
Revealing the propagation of exceptions