C# .NET - cannot catch HttpRequestException in any way possible. Please help.
I have written this very simple code, but for some reason, each time it crashes in Debug mode, I'm getting HttpRequestException despite my attempts to catch it.
What's wrong here, why I cannot actually catch this exception?
