Class ConnectionReadTimeoutException
A ConnectionReadTimeoutException indicates that the driver timed out trying to read from the network socket.
[DataContract]
public class ConnectionReadTimeoutException : Neo4jException
- Inheritance
-
ConnectionReadTimeoutException
- Inherited Members
- Extension Methods
Constructors
- ConnectionReadTimeoutException(string)
Create a new ConnectionReadTimeoutException with an error message.
- ConnectionReadTimeoutException(string, Exception)
Create a new ConnectionReadTimeoutException 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.