Show / Hide Table of Contents

Class InvalidTxPublicKeyException

The exception that is thrown when a Transaction<T>'s Signer is not derived from its PublicKey.

Inheritance
Object
InvalidTxException
InvalidTxPublicKeyException
Inherited Members
InvalidTxException.TxId
Namespace: Libplanet.Tx
Assembly: Libplanet.dll
Syntax
public class InvalidTxPublicKeyException : InvalidTxException

Constructors

| Improve this Doc View Source

InvalidTxPublicKeyException(TxId, String)

Creates a new InvalidTxPublicKeyException object.

Declaration
public InvalidTxPublicKeyException(TxId txid, string message)
Parameters
Type Name Description
TxId txid

The invalid Transaction<T>'s Id. It is automatically included to the string.

String message

Specifies an .

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