开发者

What is the main purpose of WebExceptionStatus.Success?

开发者 https://www.devze.com 2022-12-30 17:18 出处:网络
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

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开发者_JAVA百科 thankfull if s/he shares with us the explanation.


See if this might help.

0

精彩评论

暂无评论...
验证码 换一张
取 消