Skip to content

Instantly share code, notes, and snippets.

@BojanKomazec
Last active December 21, 2015 09:52
Show Gist options
  • Save BojanKomazec/b3c6272e7d97522f201f to your computer and use it in GitHub Desktop.
Save BojanKomazec/b3c6272e7d97522f201f to your computer and use it in GitHub Desktop.
try
{
await task;
}
catch (OperationCanceledException ex)
{
// handle task cancellation
}
catch
{
// handle other errors
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment