3. Exception Hierarchy
What are the names of the 2 exception type categories?
The 2 exception type categories are ApplicationException and SystemException.
The 2 exception type categories are ApplicationException and SystemException.
When is a IndexOutOfRangeException thrown?
The exception that is thrown when an attempt is made to access an element of an array with an index that is outside the bounds of the array.
The exception that is thrown when an attempt is made to access an element of an array with an index that is outside the bounds of the array.
No comments:
Post a Comment