Show / Hide Table of Contents

Class InvalidTrieNodeException

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

Constructors

| Improve this Doc View Source

InvalidTrieNodeException(SerializationInfo, StreamingContext)

Declaration
protected InvalidTrieNodeException(SerializationInfo info, StreamingContext context)
Parameters
Type Name Description
SerializationInfo info
StreamingContext context
| Improve this Doc View Source

InvalidTrieNodeException(String, Exception)

Declaration
public InvalidTrieNodeException(string message, Exception innerException)
Parameters
Type Name Description
String message
Exception innerException
| Improve this Doc View Source

InvalidTrieNodeException(String)

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

Implements

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