Mercurial > altnet-hispano
diff Agendas/trunk/src/Agendas.Blog/Exceptions/BlogWriterMasterKeyNotFoundException.cs @ 99:3027c64344bd
agregado de llamadas a web service para crear posts en el blog de la comunidad
agregado de tests sobre el publicador de blogs
agregado de tests sobre el adapter del web service
author | jorge.rowies |
---|---|
date | Sat, 04 Jun 2011 22:33:05 -0300 |
parents | |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Agendas/trunk/src/Agendas.Blog/Exceptions/BlogWriterMasterKeyNotFoundException.cs Sat Jun 04 22:33:05 2011 -0300 @@ -0,0 +1,12 @@ +using System; + +namespace Agendas.Blog.Exceptions +{ + public class BlogWriterMasterKeyNotFoundException : Exception + { + public BlogWriterMasterKeyNotFoundException() + : base("Key 'PublicadorBlog.BlogWriterMasterKey' not found in appSettings") + { + } + } +} \ No newline at end of file