C# Class Paymetheus.Bitcoin.EncodingException

Inheritance: System.Exception
Show file Open project: btcsuite/Paymetheus

Public Methods

Method Description
EncodingException ( Type resultType, ByteCursor cursor, Exception innerException ) : Paymetheus.Bitcoin.Util
EncodingException ( Type resultType, ByteCursor cursor, string reason ) : Paymetheus.Bitcoin.Util

Method Details

EncodingException() public method

public EncodingException ( Type resultType, ByteCursor cursor, Exception innerException ) : Paymetheus.Bitcoin.Util
resultType System.Type
cursor ByteCursor
innerException System.Exception
return Paymetheus.Bitcoin.Util

EncodingException() public method

public EncodingException ( Type resultType, ByteCursor cursor, string reason ) : Paymetheus.Bitcoin.Util
resultType System.Type
cursor ByteCursor
reason string
return Paymetheus.Bitcoin.Util