Table of Contents

Class VariableNodeRegistrationException

Namespace
LfrlAnvil.Reactive.State.Exceptions
Assembly
LfrlAnvil.Reactive.State.dll

Represents an error that occurred during child IVariableNode registration.

public class VariableNodeRegistrationException : InvalidOperationException, ISerializable
Inheritance
VariableNodeRegistrationException
Implements
Inherited Members

Constructors

VariableNodeRegistrationException(string, IVariableNode, IVariableNode)

Creates a new VariableNodeRegistrationException instance.

public VariableNodeRegistrationException(string message, IVariableNode parent, IVariableNode child)

Parameters

message string

Exception's message.

parent IVariableNode

Parent node.

child IVariableNode

Child node.

Properties

Child

Child node.

public IVariableNode Child { get; }

Property Value

IVariableNode

Parent

Parent node.

public IVariableNode Parent { get; }

Property Value

IVariableNode