C# Class Paymetheus.Bitcoin.Wallet.PgpWordListInvalidEncodingException

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

Public Methods

Method Description
InvalidWordIndex ( string word, int index ) : PgpWordListInvalidEncodingException
UnrecognizedWord ( string word ) : PgpWordListInvalidEncodingException

Private Methods

Method Description
PgpWordListInvalidEncodingException ( string message ) : System

Method Details

InvalidWordIndex() public static method

public static InvalidWordIndex ( string word, int index ) : PgpWordListInvalidEncodingException
word string
index int
return PgpWordListInvalidEncodingException

UnrecognizedWord() public static method

public static UnrecognizedWord ( string word ) : PgpWordListInvalidEncodingException
word string
return PgpWordListInvalidEncodingException