MyOwnClone / google-api-dotnet-client

Automatically exported from code.google.com/p/google-api-dotnet-client
Apache License 2.0
1 stars 0 forks source link

Execute may throw Exception (and not only AggregateException) #373

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Execute contains a call to Task<T>.Result, which may throw a concrete exception 
and not aggregate exception.
Add catch (Exception ex) to the Execute() code

Original issue reported on code.google.com by pele...@google.com on 12 Aug 2013 at 2:46

GoogleCodeExporter commented 9 years ago

Original comment by pele...@google.com on 12 Aug 2013 at 3:49

GoogleCodeExporter commented 9 years ago
https://codereview.appspot.com/12772043/

Original comment by pele...@google.com on 12 Aug 2013 at 5:14