C# Class TodoPagoConnector.Exceptions.EmptyFieldException

Inheritance: System.Exception
Exibir arquivo Open project: TodoPago/SDK-.NET

Public Methods

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

Method Details

EmptyFieldException() public method

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

EmptyFieldException() public method

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