Created
August 18, 2017 02:26
-
-
Save NZSmartie/e276d654e24f0b9678e7c9dfdc675cb8 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
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