Table of Contents

Class ClientException

Namespace
Neo4j.Driver
Assembly
Neo4j.Driver.dll

A ClientException indicates that the client has carried out an operation incorrectly. The error code provided can be used to determine further detail for the problem.

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

Constructors

ClientException()

Create a new ClientException.

ClientException(string)

Create a new ClientException with an error message.

ClientException(string, Exception)

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

ClientException(string, string)

Create a new ClientException with an error code and an error message.

ClientException(string, string, Exception)

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