Select from following answers:- System.IO.IOException
- System.IndexOutOfRangeException
- System.NullReferenceException
- System.DivideByZeroException
- All Above
Above all classes are inherited by System.Exception class.
Where
System.IO.IOException - This class handles I/O exceptions.
System.IndexOutOfRangeException- This class handles exceptions which are thrown when a function refers to an array index out of range.
System.NullReferenceException- Exceptions generated from deferencing a null object is handled by this class.
System.NullReferenceException- Exceptions generated from deferencing a null object is handled by this class.
Show Correct Answer
Asked In: Many Interviews |
Alert Moderator