C Sharp (C#) - Exception Handling
Identify the error in this code snippet:
using (var reader = new System.IO.StreamReader("file.txt"))
Console.WriteLine(reader.ReadLine());
Console.WriteLine(reader.ReadLine());