Skip to content

Instantly share code, notes, and snippets.

@NZSmartie
Created August 18, 2017 02:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save NZSmartie/e276d654e24f0b9678e7c9dfdc675cb8 to your computer and use it in GitHub Desktop.
Save NZSmartie/e276d654e24f0b9678e7c9dfdc675cb8 to your computer and use it in GitHub Desktop.
thatClass.OnSomeEvent += async (sender, args) => 
{
await Task.Yield();
throw new Exception();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment