Class InvalidTxIdException
The exception that is thrown when a given TxId cannot be found.
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 TxId, but there is no corresponding entry to a given TxId, which is valid.
Constructors
| Improve this Doc View SourceInvalidTxIdException(TxId, String)
Creates a new InvalidTxIdException object.
Declaration
public InvalidTxIdException(TxId txid, string message)
Parameters
Type | Name | Description |
---|---|---|
TxId | txid | The invalid TxId.
It is automatically included to the |
String | message | Specifies an |