Show / Hide Table of Contents

Class InvalidTxIdException

The exception that is thrown when a given TxId cannot be found.

Inheritance
System.Object
InvalidTxException
InvalidTxIdException
Inherited Members
InvalidTxException.TxId
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 Source

InvalidTxIdException(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 string.

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.

  • Improve this Doc
  • View Source
In This Article
Back to top Copyright © 2018–2023 Planetarium