C# Class Subtext.Web.Controls.Captcha.CaptchaExpiredException

Inheritance: System.Exception
Mostrar archivo Open project: ayende/Subtext

Public Methods

Method Description
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.

Method Details

CaptchaExpiredException() public method

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

CaptchaExpiredException() public method

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

CaptchaExpiredException() public method

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.
return System