Table of Contents

Class SecurityException

Namespace
Neo4j.Driver
Assembly
Neo4j.Driver.dll

Failed to connect the driver to the server due to security errors When this type of error happens, recreation of the driver might be required.

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

Constructors

SecurityException(string)

Create a new SecurityException with an error message.

SecurityException(string, Exception)

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

SecurityException(string, string)

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

Properties

IsRetriable

Whether or not the exception is retriable. If the exception is retriable, the driver will try to re-run the operation that caused the exception.