Skip to content

Instantly share code, notes, and snippets.

@Manuel-S
Last active October 28, 2015 14:16
Show Gist options
  • Save Manuel-S/ee61aadf5ef3c1122849 to your computer and use it in GitHub Desktop.
Save Manuel-S/ee61aadf5ef3c1122849 to your computer and use it in GitHub Desktop.
C# can do unicode...
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