C# Class Subtext.Framework.Exceptions.BlogDoesNotExistException

Inheritance: System.Exception
Afficher le fichier Open project: ayende/Subtext

Méthodes publiques

Méthode Description
BlogDoesNotExistException ( int id ) : System
BlogDoesNotExistException ( string host, string app, bool anyBlogsExist ) : System

Creates a new BlogDoesNotExistException instance.

ToString ( ) : string

Method Details

BlogDoesNotExistException() public méthode

public BlogDoesNotExistException ( int id ) : System
id int
Résultat System

BlogDoesNotExistException() public méthode

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

ToString() public méthode

public ToString ( ) : string
Résultat string