Use string interpolation

This commit is contained in:
Clemens 2022-01-20 22:15:43 +01:00
parent b69beda620
commit 6e02ea2c61
5 changed files with 18 additions and 18 deletions

View file

@ -134,7 +134,7 @@ namespace MapControl
if (docEntry == null)
{
throw new ArgumentException("No KML entry found in " + archiveFilePath);
throw new ArgumentException($"No KML entry found in {archiveFilePath}.");
}
var imageOverlays = await Task.Run(() =>