<%@ Control Language="C#" Inherits="System.Web.Mvc.ViewUserControl" %> <% if (true) { if (Model.Exception != null) { %>

Exception Details

<% Html.RenderPartial("RecursiveExceptionView", Model.Exception); } else { %>

No exception was thrown.

<% } } %>