view Agendas/trunk/src/Agendas.Blog/Exceptions/PostWriterServiceUrlNotFoundException.cs @ 255:50442a103281

Ticket #190: Que el listado de Personas venga ordenado por Nombre.
author juanjose.montesdeocaarbos
date Mon, 17 Oct 2011 08:54:45 -0300
parents 3027c64344bd
children
line wrap: on
line source

using System;

namespace Agendas.Blog.Exceptions
{
  public class PostWriterServiceUrlNotFoundException : Exception
  {
    public PostWriterServiceUrlNotFoundException()
      : base("Key 'PublicadorBlog.PostWriterServiceUrl' not found in appSettings")
    {
    }
  }
}