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
|
|
@ -82,7 +82,7 @@ namespace MapControl
|
|||
|
||||
if (values.Length != 4)
|
||||
{
|
||||
throw new FormatException("BoundingBox string must be a comma-separated list of four double values");
|
||||
throw new FormatException("BoundingBox string must be a comma-separated list of four double values.");
|
||||
}
|
||||
|
||||
return new BoundingBox(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue