user496949
user496949

Reputation: 86165

webexception httprequest

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

Answers (2)

Shamim Hafiz - MSFT
Shamim Hafiz - MSFT

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

Mitch Wheat
Mitch Wheat

Reputation: 300759

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

Here is a list of WebException.Status codes

Upvotes: 3

Related Questions