Tagged Questions
5
votes
2answers
4k views
WebException when reading a WebException's response stream
I'm communicating with a web server from .Net. The web server throws a 500 internal server error and writes a detailed error message.
I'm trying to read the error message that is received from a web ...