C# Class TodoPagoConnector.Exceptions.EmptyFieldPassException

Inheritance: EmptyFieldException
Mostra file Open project: TodoPago/SDK-.NET

Public Methods

Method Description
EmptyFieldPassException ( String message ) : System
EmptyFieldPassException ( String message, Exception inner ) : System

Method Details

EmptyFieldPassException() public method

public EmptyFieldPassException ( String message ) : System
message String
return System

EmptyFieldPassException() public method

public EmptyFieldPassException ( String message, Exception inner ) : System
message String
inner System.Exception
return System