C# Class TodoPagoConnector.Exceptions.ConnectionException

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

Méthodes publiques

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

Method Details

ConnectionException() public méthode

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

ConnectionException() public méthode

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