C# Class Paymetheus.Bitcoin.EncodingException

Inheritance: System.Exception
Afficher le fichier Open project: btcsuite/Paymetheus

Méthodes publiques

Méthode 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 méthode

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

EncodingException() public méthode

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