C# Class Subtext.Framework.Exceptions.CommentSpamException

Inheritance: Subtext.Framework.Exceptions.BaseCommentException
Mostrar archivo Open project: ayende/Subtext

Public Methods

Method Description
CommentSpamException ( ) : System

Initializes a new instance of the CommentSpamException class.

CommentSpamException ( Exception innerException ) : System

Initializes a new instance of the CommentSpamException class.

CommentSpamException ( string message ) : System

Initializes a new instance of the CommentSpamException class.

CommentSpamException ( string message, Exception innerException ) : System

Initializes a new instance of the CommentSpamException class.

Method Details

CommentSpamException() public method

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

CommentSpamException() public method

Initializes a new instance of the CommentSpamException class.
public CommentSpamException ( Exception innerException ) : System
innerException System.Exception The inner exception.
return System

CommentSpamException() public method

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

CommentSpamException() public method

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