Tuesday, August 17, 2010

Exception hierarchy

1. Find & show the inheritance hierarchy for the above exception types. (Read the documentation at MSDN)

OverflowException:
System.Object
System.Exception
System.SystemException
System.ArithmeticException
System.OverflowException

InvalidCastException:
System.Object
System.Exception
System.SystemException
System.InvalidCastException

IndexOutOfRangeException:
System.Object
System.Exception
System.SystemException
System.IndexOutOfRangeException

NullReferenceException:
System.Object
System.Exception
System.SystemException
System.NullReferenceException

No comments:

Post a Comment