Select from following answers:- Throw a new exception with extra information that has the IOException as InnerException

- Throw a new exception with more detailed info.
- Change the message of the exception and rethrow the exception
- All Above
The new exception can contain extra info.
Setting the InnerException makes sure that the original exception stays available.
Show Correct Answer
Source: microsoft book (c#) | |
Alert Moderator