Location |
The LocationException type exposes the following members.
| Name | Description | |
|---|---|---|
| Failure |
Gets the non-null Failure object containing details of
the failure on the API servers that led to this exception on the
client.
(Inherited from FailureException) | |
| IsDueToLocationNotRecognized | 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; false otherwise. | |
| IsDueToLocationNotSupported | Returns true if this failure came in response to a request for data from a location that is recognized but not currently supported by the API; false otherwise. | |
| Message |
Overridden to return the Failure details as the exception
message.
(Inherited from FailureException) | |
| ResponseMetadata |
Gets the non-null metadata from the
FailureResponse that brought details of this failure back
from the API servers.
(Inherited from RequestFailureException) |