Neo4j.Driver by Neo4j

<PackageReference Include="Neo4j.Driver" Version="1.2.0-beta01" />

 ClientException

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.
public ClientException()

public ClientException(string message)

public ClientException(string code, string message)

public ClientException(string message, Exception innerException)

public ClientException(string code, string message, Exception innerException)