C# Class TodoPagoConnector.Exceptions.EmptyFieldException

Inheritance: System.Exception
Afficher le fichier Open project: TodoPago/SDK-.NET

Méthodes publiques

Méthode Description
EmptyFieldException ( String message ) : System
EmptyFieldException ( String message, Exception inner ) : System

Method Details

EmptyFieldException() public méthode

public EmptyFieldException ( String message ) : System
message String
Résultat System

EmptyFieldException() public méthode

public EmptyFieldException ( String message, Exception inner ) : System
message String
inner System.Exception
Résultat System