C# Class Subtext.Framework.Exceptions.BlogRequiresSubfolderException

Inheritance: Subtext.Framework.Exceptions.BaseBlogConfigurationException
Afficher le fichier Open project: ayende/Subtext

Méthodes publiques

Méthode 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 méthode

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

BlogRequiresSubfolderException() public méthode

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.
Résultat System