Table of Contents

Method ContainsGqlStatus

Namespace
Neo4j.Driver
Assembly
Neo4j.Driver.dll

ContainsGqlStatus(string)

Returns whether this exception, or any Neo4jException in its GQL cause chain, has the specified GQL status code.

public bool ContainsGqlStatus(string gqlStatus)

Parameters

gqlStatus string

The GQL status code to search for.

Returns

bool

true if a matching Neo4jException is found in the cause chain; otherwise false.