Back to slide -- Keyboard shortcut: 'u'  previous -- Keyboard shortcut: 'p'  next -- Keyboard shortcut: 'n'          exception/rethrowing/2/output - Output from the program that raises a new exception.Lecture 9 - slide 26 : 30
Program 2

M(table,6)
N(table,6)
P(table,6)

Unhandled Exception: System.IndexOutOfRangeException: 
 Index out of range
   at ExceptionDemo.N(Int32[] table, Int32 idx)
   at ExceptionDemo.M(Int32[] table, Int32 idx)
   at ExceptionDemo.Main()