1

I am wondering in what cases, there will be webexception thrown out?

I know 503 etc and Timeout will be considered as webexception, but I am wondering if I can get the complete list somewhere?

0

2 Answers 2

3

Are you referring to HTTP status codes? List of HTTP status codes

Here is a list of WebException.Status codes

Sign up to request clarification or add additional context in comments.

1 Comment

Thanks for your list. But I want to know the relationship of HTTP status code with the WebException.status code. For example, will HTTP 401 results in a web exception?
0

I am not sure if an exhaustive list exists somewhere, but simply put it would occur for any connectivity and network issue. The list mentioned by Mitch Wheat is something to look at.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.