Skip to content

Instantly share code, notes, and snippets.

@IntegerMan
Created September 7, 2019 16:58
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/e20a25644a46c71ac0f97b1aac65e4c4 to your computer and use it in GitHub Desktop.
Save IntegerMan/e20a25644a46c71ac0f97b1aac65e4c4 to your computer and use it in GitHub Desktop.
try {
DoSomethingRisky();
} catch (ArgumentNullException ex) {
// Some specific logic goes here
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment