Last active
October 28, 2015 14:16
-
-
Save Manuel-S/ee61aadf5ef3c1122849 to your computer and use it in GitHub Desktop.
C# can do unicode...
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
try | |
{ | |
DoStuff() | |
} | |
catch (ArgumentException 💩) | |
{ | |
Console.WriteLine(💩.Message); | |
} | |
catch (Exception ಠ_ಠ) | |
{ | |
Console.WriteLine(ಠ_ಠ); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment