Class BlockExceedingTransactionsException
Inheritance
BlockExceedingTransactionsException
Assembly: Libplanet.dll
Syntax
[Serializable]
public class BlockExceedingTransactionsException : InvalidBlockException, ISerializable
Constructors
|
Improve this Doc
View Source
BlockExceedingTransactionsException(Int32, Int32, String)
Declaration
public BlockExceedingTransactionsException(int actualTransactions, int maxTransactionsPerBlock, string message)
Parameters
Type |
Name |
Description |
Int32 |
actualTransactions |
|
Int32 |
maxTransactionsPerBlock |
|
String |
message |
|
|
Improve this Doc
View Source
BlockExceedingTransactionsException(SerializationInfo, StreamingContext)
Declaration
public BlockExceedingTransactionsException(SerializationInfo info, StreamingContext context)
Parameters
Properties
|
Improve this Doc
View Source
ActualTransactions
The actual number of transactions in the block.
Declaration
public int ActualTransactions { get; set; }
Property Value
|
Improve this Doc
View Source
MaxTransactionsPerBlock
The maximum allowed number of transactions per block.
Declaration
public int MaxTransactionsPerBlock { get; set; }
Property Value
See Also
Methods
|
Improve this Doc
View Source
GetObjectData(SerializationInfo, StreamingContext)
Declaration
public override void GetObjectData(SerializationInfo info, StreamingContext context)
Parameters
Overrides
Implements
Extension Methods