Search Results

0
votes

Reading custom HttpWebResponse StatusDescription?

I think your issue is that your status code is 500. When the status code isn't OK (200 or some type of redirect), WebRequest.GetResponse() call throws a WebException in .NET. This exceptio …