C# Class DwollaApi.Dwolla.DeserializeException

Inheritance: DwollaApiException
Show file Open project: coreyjonoliver/dwolla-sdk-dotnet

Public Methods

Method Description
DeserializeException ( Type objectType, string objectString ) : System
DeserializeException ( Type objectType, string objectString, Exception innerException ) : System

Method Details

DeserializeException() public method

public DeserializeException ( Type objectType, string objectString ) : System
objectType System.Type
objectString string
return System

DeserializeException() public method

public DeserializeException ( Type objectType, string objectString, Exception innerException ) : System
objectType System.Type
objectString string
innerException System.Exception
return System