Show / Hide Table of Contents

Class InvalidBlockTxCountPerSignerException

An exception thrown when the count of Transactions does not follow the constraint provided by .

Inheritance
System.Object
InvalidBlockException
BlockPolicyViolationException
InvalidBlockTxCountPerSignerException
Namespace: Libplanet.Types.Blocks
Assembly: Libplanet.Types.dll
Syntax
public sealed class InvalidBlockTxCountPerSignerException : BlockPolicyViolationException

Constructors

| Improve this Doc View Source

InvalidBlockTxCountPerSignerException(String, Address, Int32)

Initializes a new instance of InvalidBlockTxCountPerSignerException class.

Declaration
public InvalidBlockTxCountPerSignerException(string message, Address signer, int txCount)
Parameters
Type Name Description
System.String message

The message that describes the error.

Address signer

An offending Address with too many Transaction's in a Block.

System.Int32 txCount

The invalid count of Transactions by signer according to the .

Properties

| Improve this Doc View Source

Signer

An exception thrown when the count of Transactions does not follow the constraint provided by .

Declaration
public Address Signer { get; }
Property Value
Type Description
Address
| Improve this Doc View Source

TxCount

An exception thrown when the count of Transactions does not follow the constraint provided by .

Declaration
public int TxCount { get; }
Property Value
Type Description
System.Int32

Methods

| Improve this Doc View Source

GetObjectData(SerializationInfo, StreamingContext)

An exception thrown when the count of Transactions does not follow the constraint provided by .

Declaration
public override void GetObjectData(SerializationInfo info, StreamingContext context)
Parameters
Type Name Description
SerializationInfo info
StreamingContext context
  • Improve this Doc
  • View Source
In This Article
Back to top Copyright © 2018–2023 Planetarium