C# Class Subtext.Framework.Exceptions.BlogRequiresSubfolderException

Inheritance: Subtext.Framework.Exceptions.BaseBlogConfigurationException
Show file Open project: ayende/Subtext

Public Methods

Method Description
BlogRequiresSubfolderException ( string hostName, int blogsWithSameHostCount ) : System

Creates a new BlogRequiresSubfolderException instance.

BlogRequiresSubfolderException ( string hostName, int blogsWithSameHostCount, int blogId ) : System

Creates a new BlogRequiresSubfolderException instance.

Method Details

BlogRequiresSubfolderException() public method

Creates a new BlogRequiresSubfolderException instance.
public BlogRequiresSubfolderException ( string hostName, int blogsWithSameHostCount ) : System
hostName string
blogsWithSameHostCount int The number of blogs with this host name.
return System

BlogRequiresSubfolderException() public method

Creates a new BlogRequiresSubfolderException instance.
public BlogRequiresSubfolderException ( string hostName, int blogsWithSameHostCount, int blogId ) : System
hostName string
blogsWithSameHostCount int The number of blogs with this /// host name (not counting the blog being modified).
blogId int The blog that is being modified and is conflicting with a pre-existing blog.
return System