C# Class TodoPagoConnector.Exceptions.EmptyFieldUserException

Inheritance: EmptyFieldException
Datei anzeigen Open project: TodoPago/SDK-.NET

Public Methods

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

Method Details

EmptyFieldUserException() public method

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

EmptyFieldUserException() public method

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