Weather.NET

Weather.NET's official website, where you can find the documentation for this library.


Project maintained by EloyEspinosa Hosted on GitHub Pages — Theme by mattgraham

HttpBadRequestException

The exception that is thrown when a HTTP request ends in a 400 Bad Request error.

Where is it used?

It’s used in WeatherMap.cs, when either zoom, xCoord or yCoord is invalid.

Back