C# Class hbehr.recaptcha.Exceptions.ReCaptchaException

Inheritance: System.Exception
Exibir arquivo Open project: henriqb/ReCaptcha-Asp-Net

Public Methods

Method Description
ReCaptchaException ( ) : System
ReCaptchaException ( string message ) : System
ReCaptchaException ( string message, Exception innerException ) : System

Method Details

ReCaptchaException() public method

public ReCaptchaException ( ) : System
return System

ReCaptchaException() public method

public ReCaptchaException ( string message ) : System
message string
return System

ReCaptchaException() public method

public ReCaptchaException ( string message, Exception innerException ) : System
message string
innerException System.Exception
return System