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

Inheritance: System.Exception
Afficher le fichier Open project: ayende/Subtext

Méthodes publiques

Méthode 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 méthode

Initializes a new instance of the CaptchaExpiredException class.
public CaptchaExpiredException ( ) : System
Résultat System

CaptchaExpiredException() public méthode

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

CaptchaExpiredException() public méthode

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.
Résultat System