P
Peter Judge
Guest
If you look at msdn.microsoft.com/.../system.net.webexception(v=vs.110).aspx you should be able to get the returned JSON via the WebException's Response property (which is a WebResponse and which should have the body attached to it somehow)
Continue reading...
Continue reading...