Show / Hide Table of Contents

Class InvalidHeightIncreasingException

An exception thrown when a NewHeight(Int64) has called with height is not the index of Tip + 1.

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

Constructors

| Improve this Doc View Source

InvalidHeightIncreasingException(SerializationInfo, StreamingContext)

Initializes a new instance of the InvalidHeightIncreasingException class with serialized data.

Declaration
protected InvalidHeightIncreasingException(SerializationInfo info, StreamingContext context)
Parameters
Type Name Description
SerializationInfo info

The SerializationInfo that holds the serialized object data about the exception being thrown.

StreamingContext context

The StreamingContext that contains contextual information about the source or destination.

| Improve this Doc View Source

InvalidHeightIncreasingException(String)

Initializes a new instance of InvalidHeightIncreasingException class.

Declaration
public InvalidHeightIncreasingException(string message)
Parameters
Type Name Description
String message

The error message that explains the reason for the exception.

Implements

System.Runtime.Serialization.ISerializable

Extension Methods

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