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