C# Класс Subtext.Web.Controls.Captcha.CaptchaExpiredException

Наследование: System.Exception
Показать файл Открыть проект

Открытые методы

Метод Описание
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