@model System.Web.Mvc.HandleErrorInfo @{ ViewBag.Title = "An Error Occurred"; var ex = Model.Exception; }