What is the main purpose of WebExceptionStatus.Success?

Posted by csharpenter on Stack Overflow See other posts from Stack Overflow or by csharpenter
Published on 2010-05-13T09:46:34Z Indexed on 2010/05/13 9:54 UTC
Read the original article Hit count: 166

I am a bit confused about the purpose of the enum value Success of the WebExceptionStatus enumeration. I did a search and did not find this enumeration being used outside the WebException class. This is very confusing to me. Why would an exception be used to indicate a successful action/state. Am I missing something, or did I not search thouroughly enough? Was it introduced for future functionality?

Please if anyone does know its basic purpose I would be thankfull if s/he shares with us the explanation.

© Stack Overflow or respective owner

Related posts about system.net.webexception