C# 클래스 Subtext.Framework.Exceptions.BlogRequiresSubfolderException

상속: Subtext.Framework.Exceptions.BaseBlogConfigurationException
파일 보기 프로젝트 열기: ayende/Subtext

공개 메소드들

메소드 설명
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