Show / Hide Table of Contents

Class InvalidTxSignatureException

The exception that is thrown when a Transaction's Signature is invalid.

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

Constructors

| Improve this Doc View Source

InvalidTxSignatureException(String, TxId)

Creates a new InvalidTxSignatureException object.

Declaration
public InvalidTxSignatureException(string message, TxId txid)
Parameters
Type Name Description
System.String message

Specifies an .

TxId txid

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

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