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

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

공개 메소드들

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