Class DatabaseException
A DatabaseException indicates that there is a problem within the underlying database. The error code provided can be used to determine further detail for the problem.
[DataContract]
public class DatabaseException : Neo4jException, IGqlErrorPreview
- Inheritance
-
DatabaseException
- Implements
- Inherited Members
- Extension Methods
Constructors
- DatabaseException()
Create a new DatabaseException.
- DatabaseException(string)
Create a new DatabaseException with an error error message.
- DatabaseException(string, string)
Create a new DatabaseException with an error code and an error message.
- DatabaseException(string, string, Exception)
Create a new DatabaseException with an error code, an error message and an exception.