mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2026-04-06 06:55:04 +00:00
Version 4.10.0: Exception messages.
This commit is contained in:
parent
b06c9065af
commit
bf69faa456
4 changed files with 8 additions and 8 deletions
|
|
@ -68,7 +68,7 @@ namespace MapControl
|
|||
|
||||
if (values.Length != 2)
|
||||
{
|
||||
throw new FormatException("Location string must be a comma-separated pair of double values");
|
||||
throw new FormatException("Location string must be a comma-separated pair of double values.");
|
||||
}
|
||||
|
||||
return new Location(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue