Neo4jClient.AmbiguousRelationshipDirectionException.AmbiguousRelationshipDirectionException C# (CSharp) 메소드

AmbiguousRelationshipDirectionException() 공개 메소드

public AmbiguousRelationshipDirectionException ( ) : System
리턴 System
        public AmbiguousRelationshipDirectionException()
            : base("The direction of the relationship is ambiguous as both node participants are valid as either source, or target nodes. Specify the relationship direction explicitly or ammend the relationship definition to be more restrictive around which node types are allowed as sources and targets.")
        {
        }
AmbiguousRelationshipDirectionException