nerdexam
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)
  • A
    81% (29)
  • B
    6% (2)
  • C
    3% (1)
  • D
    11% (4)

Community Discussion

No community discussion yet for this question.

Full 98-372 Practice