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

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

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

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

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

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

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

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

Initializes a new instance of the CommentSpamException class.
public CommentSpamException ( Exception innerException ) : System
innerException System.Exception The inner exception.
Результат System

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

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

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

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