@model Exception @{ ViewBag.Title = "Oops!"; }

Oops! an error occurs

An error occurred while processing your request.

@if (Model != null) { @Html.ValueFor(model => model.Message) }