Sunday, August 21, 2011

Blog Tasks: Exceptions

3. Exception Hierarchy
What are the names of the 2 exception type categories?*The pre-defined common language runtime exception classes derived from SystemException.
*The user-defined application exception classes derived from ApplicationException..

When is a IndexOutOfRangeException thrown?
Thrown by the runtime only when an array is indexed improperly.

No comments:

Post a Comment