C# 클래스 DwollaApi.Dwolla.DeserializeException

상속: DwollaApiException
파일 보기 프로젝트 열기: coreyjonoliver/dwolla-sdk-dotnet

공개 메소드들

메소드 설명
DeserializeException ( Type objectType, string objectString ) : System
DeserializeException ( Type objectType, string objectString, Exception innerException ) : System

메소드 상세

DeserializeException() 공개 메소드

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

DeserializeException() 공개 메소드

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