Table of Contents

Class Neo4jException

Namespace
Neo4j.Driver
Assembly
Neo4j.Driver.dll

The base class for all Neo4j exceptions.

[DataContract]
public class Neo4jException : Exception, IGqlErrorPreview
Inheritance
Neo4jException
Implements
Derived
Inherited Members
Extension Methods

Constructors

Neo4jException()

Create a new Neo4jException

Neo4jException(string)

Create a new Neo4jException with an error message

Neo4jException(string, Exception)

Create a new Neo4jException with an error message and an exception.

Neo4jException(string, string)

Create a new Neo4jException with an error code and an error message

Neo4jException(string, string, Exception)

Create a new Neo4jException with an error code, an error message and an exception.

Properties

Code

Gets or sets the code of a Neo4j exception.

IsRetriable

Gets whether the exception retriable or not.