C# Class Subtext.Framework.Exceptions.BlogDoesNotExistException

Inheritance: System.Exception
Mostra file Open project: ayende/Subtext

Public Methods

Method Description
BlogDoesNotExistException ( int id ) : System
BlogDoesNotExistException ( string host, string app, bool anyBlogsExist ) : System

Creates a new BlogDoesNotExistException instance.

ToString ( ) : string

Method Details

BlogDoesNotExistException() public method

public BlogDoesNotExistException ( int id ) : System
id int
return System

BlogDoesNotExistException() public method

Creates a new BlogDoesNotExistException instance.
public BlogDoesNotExistException ( string host, string app, bool anyBlogsExist ) : System
host string
app string
anyBlogsExist bool Any blogs exist.
return System

ToString() public method

public ToString ( ) : string
return string