Microsoft
98-372 · Question #128
You write code that reads a file from the disk. Which exception will catch an error if the file is missing?
The correct answer is A. IOException. See the full explanation below for the reasoning.
Question
You write code that reads a file from the disk. Which exception will catch an error if the file is missing?
Options
- AIOException
- BFaultException
- CApplicationException
- DInvalidOperationException
How the community answered
(36 responses)- A81% (29)
- B6% (2)
- C3% (1)
- D11% (4)
Community Discussion
No community discussion yet for this question.