C# Class TodoPagoConnector.Exceptions.ResponseException

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

Public Methods

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

Method Details

ResponseException() public method

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

ResponseException() public method

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