Method | Description | |
---|---|---|
BlogDuplicationException ( BlogInfo duplicate ) : System |
Creates a new BlogDuplicationException instance.
|
|
BlogDuplicationException ( BlogInfo duplicate, int blogId ) : System |
Creates a new BlogDuplicationException instance.
|
public BlogDuplicationException ( BlogInfo duplicate ) : System | ||
duplicate | BlogInfo | Duplicate. |
return | System |
public BlogDuplicationException ( BlogInfo duplicate, int blogId ) : System | ||
duplicate | BlogInfo | Duplicate. |
blogId | int | Blog id of the blog we were updating. If this is . |
return | System |