Click or drag to resize

LocationExceptionIsDueToLocationNotRecognized Property

Returns true if this failure came in response to a request for data from a location that the API did not recognize as a weather station or real-world geographic location.

Namespace: DegreeDays.Api.Data
Assembly: DegreeDays (in DegreeDays.dll) Version: 1.4
Syntax
public bool IsDueToLocationNotRecognized { get; }

Property Value

Boolean
Remarks

This type of failure will occur if you specify a StationIdLocation with an unrecognized ID, or a PostalCodeLocation with an unrecognized postal code.

See Also