Show / Hide Table of Contents

Class InvalidBlockTotalDifficultyException

Inheritance
Object
Exception
InvalidBlockException
InvalidBlockTotalDifficultyException
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.Blocks
Assembly: Libplanet.dll
Syntax
[Serializable]
public class InvalidBlockTotalDifficultyException : InvalidBlockException, ISerializable

Constructors

| Improve this Doc View Source

InvalidBlockTotalDifficultyException(Int64, BigInteger, String)

Declaration
public InvalidBlockTotalDifficultyException(long difficulty, BigInteger totalDifficulty, string message)
Parameters
Type Name Description
Int64 difficulty
BigInteger totalDifficulty
String message

Properties

| Improve this Doc View Source

Difficulty

Declaration
public long Difficulty { get; }
Property Value
Type Description
Int64
| Improve this Doc View Source

TotalDifficulty

Declaration
public BigInteger TotalDifficulty { get; }
Property Value
Type Description
BigInteger

Implements

System.Runtime.Serialization.ISerializable

Extension Methods

ExtractableException.ExtractMetadata(Exception)
  • Improve this Doc
  • View Source
In This Article
Back to top Copyright © 2018–2021 Planetarium