C# Class DwollaApi.Dwolla.DwollaApiException

Inheritance: System.Exception
Afficher le fichier Open project: coreyjonoliver/dwolla-sdk-dotnet

Méthodes publiques

Méthode Description
DwollaApiException ( ) : System
DwollaApiException ( string message ) : System
DwollaApiException ( string message, Exception innerException ) : System

Method Details

DwollaApiException() public méthode

public DwollaApiException ( ) : System
Résultat System

DwollaApiException() public méthode

public DwollaApiException ( string message ) : System
message string
Résultat System

DwollaApiException() public méthode

public DwollaApiException ( string message, Exception innerException ) : System
message string
innerException System.Exception
Résultat System