mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2026-04-05 14:37:01 +00:00
Exception logging
This commit is contained in:
parent
6ca1496095
commit
65828c9c24
3 changed files with 39 additions and 64 deletions
|
|
@ -169,14 +169,7 @@ namespace MapControl
|
|||
{
|
||||
foreach (var element in ChildElements)
|
||||
{
|
||||
try
|
||||
{
|
||||
ArrangeChildElement(element, finalSize);
|
||||
}
|
||||
catch (Exception ex)
|
||||
{
|
||||
Debug.WriteLine($"MapPanel.ArrangeOverride: {element}: {ex.Message}");
|
||||
}
|
||||
ArrangeChildElement(element, finalSize);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue