Tagged Questions

2
votes
1answer
644 views

C# System.Net.WebException Retrieving custom 404 message

I'm working on a client for a webservice that returns standard Status Codes (404, 200 etc) as well a custom json message. I haven't been able to find a property of the WebException that contains the ...