Skip to content

Instantly share code, notes, and snippets.

@IntegerMan
Created September 7, 2019 16:58
Embed
What would you like to do?
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