C# Класс Subtext.Framework.Exceptions.BlogRequiresSubfolderException

Наследование: Subtext.Framework.Exceptions.BaseBlogConfigurationException
Показать файл Открыть проект

Открытые методы

Метод Описание
BlogRequiresSubfolderException ( string hostName, int blogsWithSameHostCount ) : System

Creates a new BlogRequiresSubfolderException instance.

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

Creates a new BlogRequiresSubfolderException instance.

Описание методов

BlogRequiresSubfolderException() публичный Метод

Creates a new BlogRequiresSubfolderException instance.
public BlogRequiresSubfolderException ( string hostName, int blogsWithSameHostCount ) : System
hostName string
blogsWithSameHostCount int The number of blogs with this host name.
Результат System

BlogRequiresSubfolderException() публичный Метод

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.
Результат System