Table of Contents

Class InvalidGraphException

Namespace
The.Entities
Assembly
Instagile.dll

Thrown when the structure of an entity graph is incorrect for the purposes of some specified operation.

public sealed class InvalidGraphException : Exception, ISerializable
Inheritance
InvalidGraphException
Implements
Inherited Members

Constructors

InvalidGraphException(IEntity?, string)

public InvalidGraphException(IEntity? root, string message)

Parameters

root IEntity
message string

Properties

Root

public IEntity? Root { get; }

Property Value

IEntity