Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save sowamazing/be5163ee88e1fca56c7103bd0ae92ed2 to your computer and use it in GitHub Desktop.
Save sowamazing/be5163ee88e1fca56c7103bd0ae92ed2 to your computer and use it in GitHub Desktop.
try
{
int x = 1/0;
}
catch(DivideByZeroException e )
{
// What you want to do when the error is thrown
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment