Class InvalidGraphException
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)
Thrown when the structure of an entity graph is incorrect for the purposes of some specified operation.
public InvalidGraphException(IEntity? root, string message)
Parameters
Properties
Root
public IEntity? Root { get; }