You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
e..g File.OpenRead("somefile.txt") throws a number of exceptions.
Any method calling File.OpenRead(string) should need to either declare or catch the FileNotFoundException, UnauthorizedAccessException ...