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

상속: System.Exception
파일 보기 프로젝트 열기: ayende/Subtext

공개 메소드들

메소드 설명
BlogDoesNotExistException ( int id ) : System
BlogDoesNotExistException ( string host, string app, bool anyBlogsExist ) : System

Creates a new BlogDoesNotExistException instance.

ToString ( ) : string

메소드 상세

BlogDoesNotExistException() 공개 메소드

public BlogDoesNotExistException ( int id ) : System
id int
리턴 System

BlogDoesNotExistException() 공개 메소드

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

ToString() 공개 메소드

public ToString ( ) : string
리턴 string