Skip to content

Instantly share code, notes, and snippets.

@PanosJee
Created December 19, 2013 10:51
Show Gist options
  • Save PanosJee/8037477 to your computer and use it in GitHub Desktop.
Save PanosJee/8037477 to your computer and use it in GitHub Desktop.
private async void CrashUnawaitedVoidMethod(object sender, RoutedEventArgs e)
{
throw new Exception("Void Unawaited");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment