Sunday, August 21, 2011

3. Exception Hierarchy


3. Exception Hierarchy
What are the names of the 2 exception type categories?
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.

No comments:

Post a Comment