C# Class hbehr.recaptcha.Exceptions.ReCaptchaException

Inheritance: System.Exception
Afficher le fichier Open project: henriqb/ReCaptcha-Asp-Net

Méthodes publiques

Méthode Description
ReCaptchaException ( ) : System
ReCaptchaException ( string message ) : System
ReCaptchaException ( string message, Exception innerException ) : System

Method Details

ReCaptchaException() public méthode

public ReCaptchaException ( ) : System
Résultat System

ReCaptchaException() public méthode

public ReCaptchaException ( string message ) : System
message string
Résultat System

ReCaptchaException() public méthode

public ReCaptchaException ( string message, Exception innerException ) : System
message string
innerException System.Exception
Résultat System