@using EDAViewer.Controllers @{ ViewBag.Title = "Background"; int i = 0; string homeController = nameof(HomeController).Replace("Controller", string.Empty); }
@(ViewBag.WorkingDirectory)
@(ViewBag.Message)
@Html.Raw(string.Concat("", exception.Message, ""));
@Html.Raw(string.Concat("", exception.StackTrace, ""));