Show / Hide Table of Contents

Class ChainIdNotFoundException

The exception that is thrown when a chain ID does not exist in an IStore object.

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

Constructors

| Improve this Doc View Source

ChainIdNotFoundException(Guid, String)

Initializes a new instance of the ChainIdNotFoundException class.

Declaration
public ChainIdNotFoundException(Guid chainId, string message)
Parameters
Type Name Description
Guid chainId

The ID of the chain not found.

String message

The message that describes the error.

Properties

| Improve this Doc View Source

ChainId

Gets the ID of the chain not found.

Declaration
public Guid ChainId { get; }
Property Value
Type Description
Guid

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