Subversion
Written by: Lorna Jane Mitchell
Featured Refcardz: Top Refcardz:
  1. Git
  2. DNS
  3. Data Mining
  4. Spring Data
  5. Subversion
  1. Spring Data
  2. Subversion
  3. Spring Config.
  4. Spring Annotations
  5. Data Mining

Link Details

Link 934765 thumbnail
User 225256 avatar

By mswatcher
via srtsolutions.com
Published: Mar 06 2013 / 09:28

At my CodeMash precompiler, I mentioned how the C# compiler ensures that methods marked with the ‘async’ keyword that contain ‘await’ expressions never throw synchronous exceptions. Instead, those methods will return a Task (or Task) that will be placed in the faulted state if the method throws an exception. The compiler does the work to add the appropriate try/catch clauses to your methods, and translates any exceptions thrown during your method’s execution into returned faulted task.
  • 5
  • 0
  • 216
  • 396

Add your comment


Html tags not supported. Reply is editable for 5 minutes. Use [code lang="java|ruby|sql|css|xml"][/code] to post code snippets.

Voters For This Link (5)



Voters Against This Link (0)