C# Class Subtext.Framework.Exceptions.CommentSpamException

Inheritance: Subtext.Framework.Exceptions.BaseCommentException
Afficher le fichier Open project: ayende/Subtext

Méthodes publiques

Méthode 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 méthode

Initializes a new instance of the CommentSpamException class.
public CommentSpamException ( ) : System
Résultat System

CommentSpamException() public méthode

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

CommentSpamException() public méthode

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

CommentSpamException() public méthode

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.
Résultat System