Back to slide -- Keyboard shortcut: 'u'  previous -- Keyboard shortcut: 'p'                exception/unhandled-exception/output - Output from the C# program with an exception.Lecture 9 - slide 16 : 30
Program 2

Unhandled Exception: System.IndexOutOfRangeException: 
 Index was outside the bounds of the array.
     at ExceptionDemo.M(Int32[] table, Int32 idx)
     at ExceptionDemo.Main()