Show / Hide Table of Contents

Class TxViolatingBlockPolicyException

The exception that is thrown when a Transaction<T> does not follow the block policy.

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

Constructors

| Improve this Doc View Source

TxViolatingBlockPolicyException(TxId, String)

Creates a new TxViolatingBlockPolicyException object.

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

The invalid TxId. It is automatically included to the string.

String message

Specifies an .

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