Skip to content

Instantly share code, notes, and snippets.

@IntegerMan
Created November 7, 2022 03:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save IntegerMan/bf4308cdc4c95c19046704f702ee3cdc to your computer and use it in GitHub Desktop.
Save IntegerMan/bf4308cdc4c95c19046704f702ee3cdc to your computer and use it in GitHub Desktop.
try
{
string text = File.ReadAllText("MyFile.txt");
// Do something with text
}
catch (IOException ex)
{
// Display an error message
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment