C# 클래스 Subtext.Framework.Exceptions.CommentBlackListException

상속: Subtext.Framework.Exceptions.BaseCommentException
파일 보기 프로젝트 열기: ayende/Subtext

공개 메소드들

메소드 설명
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