Mercurial > altnet-hispano
view Agendas/trunk/src/Agendas.Web/Views/Shared/Error.cshtml @ 294:0e616662a94b
Added tag v1.1.0 for changeset 2cf7143586fe
author | nelopauselli |
---|---|
date | Fri, 17 Feb 2012 14:28:05 -0300 |
parents | c8897b1c6f49 |
children |
line wrap: on
line source
@model System.Web.Mvc.HandleErrorInfo @using AltNetHispano.Agendas.Domain.Exceptions; <h2>Error</h2> @if (Model.Exception is EventoNotFoundException) { <p>No se puede encontrar el evento al que está intentado acceder</p> } else { <p>Sorry, an error occurred while processing your request.</p> }