Created
June 4, 2018 08:56
-
-
Save bnayae/684b139341f41c8ddde5b08582c4f91d to your computer and use it in GitHub Desktop.
This file contains 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
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