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.

6
  • And if you click on the plus icon on the [System.Web.Http.HttpResponseException] ? Commented Dec 26, 2016 at 16:34
  • @Hackerman That's it! Now, how do I access [System.Web.Http.HttpResponseException] from context.Exception? Commented Dec 29, 2016 at 20:53
  • Just right click on it and add another watch. That is going to give you the appropiate casting in order to retrieve the info from the context :) Commented Dec 29, 2016 at 22:42
  • That did it @Hackerman! Write it up as an Answer so I can mark it as accepted :D Commented Dec 30, 2016 at 0:35
  • Consider it done...tomorrow at first hour :) Commented Dec 30, 2016 at 1:58