C# Class softaware.reCaptcha.Exceptions.NotVerifiedException

Inheritance: Exception
Show file Open project: softawaregmbh/library-reCaptcha

Public Methods

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

Method Details

NotVerifiedException() public method

public NotVerifiedException ( ) : System
return System

NotVerifiedException() public method

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

NotVerifiedException() public method

public NotVerifiedException ( string message, Exception innerException ) : System
message string
innerException Exception
return System