We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1dc68e2 commit 39a49c6Copy full SHA for 39a49c6
docs/standard/modern-web-apps-azure-architecture/test-asp-net-core-mvc-apps.md
@@ -47,7 +47,7 @@ public class LocalFileImageService : IImageService
47
var contentRoot = _env.ContentRootPath + "//Pics";
48
var path = Path.Combine(contentRoot, id + ".png");
49
return File.ReadAllBytes(path);
50
- }
+ }
51
catch (FileNotFoundException ex)
52
{
53
throw new CatalogImageMissingException(ex);
0 commit comments