@model System.Web.Mvc.HandleErrorInfo @{ ViewBag.Title = "An Error Occurred"; var ex = Model.Exception; }
@Html.DisplayFor(m => m.Exception)