Show / Hide Table of Contents

Class InvalidTxIdException

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

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

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

String message

Specifies an .

  • Improve this Doc
  • View Source
Back to top Copyright © 2019–2020 Planetarium