Class ServiceUnavailableException
A ServiceUnavailableException indicates that the driver cannot communicate with the cluster.
[DataContract]
public class ServiceUnavailableException : Neo4jException
- Inheritance
-
ServiceUnavailableException
- Inherited Members
- Extension Methods
Constructors
- ServiceUnavailableException(string)
Create a new ServiceUnavailableException with an error message.
- ServiceUnavailableException(string, Exception)
Create a new ServiceUnavailableException with an error message and an exception.
Properties
- IsRetriable
Gets whether the exception is retryable or not.
Important Note: Methods that use Autocommit transactions
RunAsync(string, Action<TransactionConfigBuilder>),
RunAsync(string, IDictionary<string, object>, Action<TransactionConfigBuilder>),
and
RunAsync(Query, Action<TransactionConfigBuilder>)
are not retryable regardless of this value.