Method | Description | |
---|---|---|
BlogDoesNotExistException ( int id ) : System | ||
BlogDoesNotExistException ( string host, string app, bool anyBlogsExist ) : System |
Creates a new BlogDoesNotExistException instance.
|
|
ToString ( ) : string |
public BlogDoesNotExistException ( int id ) : System | ||
id | int | |
return | System |
public BlogDoesNotExistException ( string host, string app, bool anyBlogsExist ) : System | ||
host | string | |
app | string | |
anyBlogsExist | bool | Any blogs exist. |
return | System |