Mercurial > altnet-hispano
view Agendas/trunk/src/Agendas.Web/Views/Shared/Error.cshtml @ 210:5cc7bc973ffc
Ticket 175: Que al confirmar un evento, muestre una pantalla sugiriendo el servicio de scheduler.
author | juanjose.montesdeocaarbos |
---|---|
date | Fri, 26 Aug 2011 07:26:29 -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> }