C Sharp (C#) - Exception Handling
What is wrong with this code?
using var file = new System.IO.FileStream("file.txt", System.IO.FileMode.Open);
file.Dispose();