Skip to content

Instantly share code, notes, and snippets.

@bnayae
Created June 4, 2018 08:56
Show Gist options
  • Save bnayae/684b139341f41c8ddde5b08582c4f91d to your computer and use it in GitHub Desktop.
Save bnayae/684b139341f41c8ddde5b08582c4f91d to your computer and use it in GitHub Desktop.
private static async Task Exec()
{
try
{
await Task.Delay(1);
await A();
}
catch (Exception ex)
{
Trace.WriteLine(ex.Format());
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment