This commit is contained in:
2019-04-24 23:45:42 +02:00
parent a5e75e7e14
commit 86593eff22

View File

@@ -23,7 +23,7 @@ namespace PlantBox.Client.Extensions
#if DEBUG
System.Diagnostics.Debug.WriteLine($"[ImageResourceExtension](Error): File '{name}' does not exist");
#else
throw new ArgumentException($"File '{Path}' does not exist");
throw new ArgumentException($"File '{path}' does not exist");
#endif
}