Back to slide -- Keyboard shortcut: 'u'  previous -- Keyboard shortcut: 'p'  next -- Keyboard shortcut: 'n'          exception/handled-exception-more/output - Output from the C# program with an unhandled exception.Lecture 9 - slide 21 : 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()