C# Class TodoPagoConnector.Exceptions.ResponseException

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

Méthodes publiques

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

Method Details

ResponseException() public méthode

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

ResponseException() public méthode

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