Class InvalidTxIdException
The exception that is thrown when a given TxId cannot be found.
Inherited Members
Namespace: Libplanet.Types.Tx
Assembly: Libplanet.Types.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(String, TxId)
Creates a new InvalidTxIdException object.
Declaration
public InvalidTxIdException(string message, TxId txid)
Parameters
Type | Name | Description |
---|---|---|
System.String | message | Specifies an |
TxId | txid | The invalid TxId.
It is automatically included to the |