If lstMonths is a ListBox, which of the following will cause an exception to be thrown?

If lstMonths is a ListBox, which of the following will cause an exception to be thrown?

A) lstMonths.Items(0)
B) lstMonths.Items(lstMonths.Items.Count - 1)
C) lstMonths.Items(lstMonths.Items.Count)
D) all of these


Correct Answer(s): C