Method ContainsGqlStatus
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
gqlStatusstringThe GQL status code to search for.
Returns
- bool
trueif a matching Neo4jException is found in the cause chain; otherwisefalse.