Show / Hide Table of Contents

Class IncompleteBlockStatesException

The exception that is thrown when a BlockChain<T> have not calculated the complete states for all blocks, but an operation that needs some lacked states is requested.

Inheritance
Object
Exception
IncompleteBlockStatesException
Implements
ISerializable
Inherited Members
Exception.GetBaseException()
Exception.GetObjectData(SerializationInfo, StreamingContext)
Exception.GetType()
Exception.ToString()
Exception.Data
Exception.HelpLink
Exception.HResult
Exception.InnerException
Exception.Message
Exception.Source
Exception.StackTrace
Exception.TargetSite
Exception.SerializeObjectState
Object.Equals(Object)
Object.Equals(Object, Object)
Object.GetHashCode()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
Namespace: Libplanet.Blockchain
Assembly: Libplanet.dll
Syntax
public class IncompleteBlockStatesException : Exception, ISerializable

Constructors

| Improve this Doc View Source

IncompleteBlockStatesException(HashDigest<SHA256>, String)

Creates a new IncompleteBlockStatesException object.

Declaration
public IncompleteBlockStatesException(HashDigest<SHA256> blockHash, string message = null)
Parameters
Type Name Description
HashDigest<SHA256> blockHash

Specifies BlockHash. It is automatically included to the Message string.

String message

Specifies the Message.

Properties

| Improve this Doc View Source

BlockHash

The Hash of Block<T> that a BlockChain<T> lacks the states.

Declaration
public HashDigest<SHA256> BlockHash { get; }
Property Value
Type Description
HashDigest<SHA256>

Implements

System.Runtime.Serialization.ISerializable
  • Improve this Doc
  • View Source
In This Article
Back to top Copyright © 2018–2021 Planetarium