Skip to content

Instantly share code, notes, and snippets.

@paulohenriquesn
Created January 15, 2018 17:12
Show Gist options
  • Save paulohenriquesn/8ced6f007df75257f6fbc4e8528b1482 to your computer and use it in GitHub Desktop.
Save paulohenriquesn/8ced6f007df75257f6fbc4e8528b1482 to your computer and use it in GitHub Desktop.
try
{
//code
}
catch (Exception ex){
System.Diagnostics.Process($"https://google.com/search?q=stackoverflow+%20c#+%20{ex.ToString()}");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment