C# 클래스 Subtext.Web.Controls.Captcha.CaptchaExpiredException

상속: System.Exception
파일 보기 프로젝트 열기: ayende/Subtext

공개 메소드들

메소드 설명
CaptchaExpiredException ( ) : System

Initializes a new instance of the CaptchaExpiredException class.

CaptchaExpiredException ( string message ) : System

Initializes a new instance of the CaptchaExpiredException class.

CaptchaExpiredException ( string message, Exception innerException ) : System

Initializes a new instance of the CaptchaExpiredException class.

메소드 상세

CaptchaExpiredException() 공개 메소드

Initializes a new instance of the CaptchaExpiredException class.
public CaptchaExpiredException ( ) : System
리턴 System

CaptchaExpiredException() 공개 메소드

Initializes a new instance of the CaptchaExpiredException class.
public CaptchaExpiredException ( string message ) : System
message string The message.
리턴 System

CaptchaExpiredException() 공개 메소드

Initializes a new instance of the CaptchaExpiredException class.
public CaptchaExpiredException ( string message, Exception innerException ) : System
message string The message.
innerException System.Exception The inner exception.
리턴 System