Mercurial > altnet-hispano
view Agendas/trunk/src/Agendas.Blog/Exceptions/BlogWriterMasterKeyNotFoundException.cs @ 295:8c742d5ccf67
Leyendo imagen directamente desde el stream
author | nelopauselli |
---|---|
date | Sat, 18 Feb 2012 12:33:54 -0300 |
parents | 3027c64344bd |
children |
line wrap: on
line source
using System; namespace Agendas.Blog.Exceptions { public class BlogWriterMasterKeyNotFoundException : Exception { public BlogWriterMasterKeyNotFoundException() : base("Key 'PublicadorBlog.BlogWriterMasterKey' not found in appSettings") { } } }