C# Class DwollaApi.Dwolla.DwollaApiException

Inheritance: System.Exception
Show file Open project: coreyjonoliver/dwolla-sdk-dotnet

Public Methods

Method Description
DwollaApiException ( ) : System
DwollaApiException ( string message ) : System
DwollaApiException ( string message, Exception innerException ) : System

Method Details

DwollaApiException() public method

public DwollaApiException ( ) : System
return System

DwollaApiException() public method

public DwollaApiException ( string message ) : System
message string
return System

DwollaApiException() public method

public DwollaApiException ( string message, Exception innerException ) : System
message string
innerException System.Exception
return System