Q37
What happens if you attempt to read from a file that is already open by another process in C#?
A.
FileInUseException is thrown
B.
IOException is thrown
AnswerC.
InvalidOperationException is thrown
D.
None of the above
Answer: Option B
Solution
Answer: Option B
No explanation is given for this question Let's Discuss on Board