Class TxViolatingBlockPolicyException
The exception that is thrown when a Transaction<T> does not follow the block policy.
Inherited Members
Namespace: Libplanet.Tx
Assembly: Libplanet.dll
Syntax
public class TxViolatingBlockPolicyException : InvalidTxException
Constructors
| Improve this Doc View SourceTxViolatingBlockPolicyException(TxId, String)
Creates a new Tx
Declaration
public TxViolatingBlockPolicyException(TxId txid, string message)