dillenmeister / Trello.NET

A .NET client library for Trello
192 stars 85 forks source link

Unhandled System.Net.Web.Webexception (Address Resolution Error) #39

Open diiigle opened 10 years ago

diiigle commented 10 years ago

I tested Trello.NETs reaction on an offline async application, by unplugging my network cable. As result i got an AggregateException which was an effect of the in the title mentioned unhandled exception.

I debugged it myself:

In TrelloRestClient.RequestAsync, the anon function gets a nulled response argument, which causes a NullReferenceException in TrelloRestClient.ThrowIfRequestWasUnsuccessful

Maybe #27 is a effect of that one, too.