Reputation: 86165
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?
Upvotes: 1
Views: 346
Reputation: 22114
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.
Upvotes: 0
Reputation: 300759
Are you referring to HTTP status codes? List of HTTP status codes
Here is a list of WebException.Status codes
Upvotes: 3