Search code examples
system.net.webexception

What is the main purpose of WebExceptionStatus.Success?


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.


Solution

  • See if this might help.