Constructor Neo4jException
Neo4jException()
Create a new Neo4jException
public Neo4jException()
Neo4jException(string)
Create a new Neo4jException with an error message
public Neo4jException(string message)
Parameters
messagestringThe error message.
Neo4jException(string, string)
Create a new Neo4jException with an error code and an error message
public Neo4jException(string code, string message)
Parameters
Neo4jException(string, Exception)
Create a new Neo4jException with an error message and an exception.
public Neo4jException(string message, Exception innerException)
Parameters
Neo4jException(string, string, Exception)
Create a new Neo4jException with an error code, an error message and an exception.
public Neo4jException(string code, string message, Exception innerException)