Select from following answers:- System.Exception
- System.FormatException
![](/images/correct.gif)
- System.NullReferenceException
- None
- All Above
System.FormatException is correct.
It is because the outer catch block is catching the
exception object thrown by the inner catch block, whose type is FormatException.
Show Correct Answer
|
Alert Moderator