Class InvalidTxIdException
The exception that is thrown when a given Tx
Inherited Members
Namespace: Libplanet.Tx
Assembly: Libplanet.dll
Syntax
public class InvalidTxIdException : InvalidTxException
Remarks
This does not mean a given value is an invalid
encoding of Tx
Constructors
| Improve this Doc View SourceInvalidTxIdException(TxId, String)
Creates a new Invalid
Declaration
public InvalidTxIdException(TxId txid, string message)