mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2026-04-04 14:08:32 +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
|
|
@ -66,7 +66,7 @@ namespace MapControl
|
|||
|
||||
if (double.IsInfinity(invDet))
|
||||
{
|
||||
throw new InvalidOperationException("Matrix is not invertible");
|
||||
throw new InvalidOperationException("Matrix is not invertible.");
|
||||
}
|
||||
|
||||
SetMatrix(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue