C# Class Subtext.Framework.Exceptions.CommentBlackListException

Inheritance: Subtext.Framework.Exceptions.BaseCommentException
显示文件 Open project: ayende/Subtext

Public Methods

Method Description
CommentBlackListException ( ) : System

Initializes a new instance of the CommentBlackListException class.

CommentBlackListException ( string message ) : System

Initializes a new instance of the CommentBlackListException class.

CommentBlackListException ( string message, Exception innerException ) : System

Initializes a new instance of the CommentBlackListException class.

Method Details

CommentBlackListException() public method

Initializes a new instance of the CommentBlackListException class.
public CommentBlackListException ( ) : System
return System

CommentBlackListException() public method

Initializes a new instance of the CommentBlackListException class.
public CommentBlackListException ( string message ) : System
message string The message.
return System

CommentBlackListException() public method

Initializes a new instance of the CommentBlackListException class.
public CommentBlackListException ( string message, Exception innerException ) : System
message string The message.
innerException System.Exception The inner exception.
return System