Click here to Skip to main content
15,886,873 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello,

I'm trying to check accessibility to <wuserver>/clientwebservice/client.asmx. And when I got some error I want to show some helpful information to user like following:
Collapse | Copy Code

HTTP 403: 0x80190193 / 0x80244018 – typically caused by incorrect proxy client configuration; may also be caused by misconfigured SSL implementation or access

(this information I have found in msdn forum)

But I'm getting same HResult for almost all exceptions - 0x80131509. I'm getting this one for 404, 407, 403, 500 and go on. But when I saw WSUS agent logs - there are diff codes for diff errors.

How can I get diff code for some of those exceptions?
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900