Method TryFindByGqlStatus
TryFindByGqlStatus(string, out Neo4jException)
Searches the GQL cause chain — starting with this exception — for a Neo4jException whose GqlStatus matches the specified value.
public bool TryFindByGqlStatus(string gqlStatus, out Neo4jException result)
Parameters
gqlStatusstringThe GQL status code to search for.
resultNeo4jExceptionWhen this method returns
true, contains the first matching Neo4jException; otherwisenull.
Returns
- bool
trueif a matching exception was found; otherwisefalse.