C# Класс Subtext.Framework.Exceptions.CommentBlackListException

Наследование: Subtext.Framework.Exceptions.BaseCommentException
Показать файл Открыть проект

Открытые методы

Метод Описание
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.

Описание методов

CommentBlackListException() публичный Метод

Initializes a new instance of the CommentBlackListException class.
public CommentBlackListException ( ) : System
Результат System

CommentBlackListException() публичный Метод

Initializes a new instance of the CommentBlackListException class.
public CommentBlackListException ( string message ) : System
message string The message.
Результат System

CommentBlackListException() публичный Метод

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.
Результат System