Table of Contents

Constructor ServiceUnavailableException

Namespace
Neo4j.Driver
Assembly
Neo4j.Driver.dll

ServiceUnavailableException(string)

Create a new ServiceUnavailableException with an error message.

public ServiceUnavailableException(string message)

Parameters

message string

The error message.

ServiceUnavailableException(string, Exception)

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

public ServiceUnavailableException(string message, Exception innerException)

Parameters

message string

The error message.

innerException Exception

The inner exception.