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.
|
public BlogRequiresSubfolderException ( string hostName, int blogsWithSameHostCount ) : System | ||
hostName | string | |
blogsWithSameHostCount | int | The number of blogs with this host name. |
return | System |
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 |