Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

2
  • So I need to handle this exception the same as I have if the status isnt returned as Ok correct? Commented Jan 6, 2012 at 16:14
  • Yes, the exception is essentially saying that the server wasn't responding within the given limit. The reason why it wasn't responding can vary. You can try and get the http code from the exception that's thrown. See this answer: stackoverflow.com/questions/3614034/… Commented Jan 6, 2012 at 16:28