In C+, an attempt to access an element of an array with an index that is outside the bounds of the array throws a ______________.
a) System.IndexOutOfBoundaryException
b) System.InvalidIndexException
c) System.ArrayTypeMismatchException
d) System.IndexOutOfRangeException