C# Class Subtext.Framework.Exceptions.CommentBlackListException

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

Méthodes publiques

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

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

CommentBlackListException() public méthode

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

CommentBlackListException() public méthode

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