Click or drag to resize

OperationTimedOutException Class

Exception that thrown on a client-side timeout, when the client didn't hear back from the server within ReadTimeoutMillis.
Inheritance Hierarchy
SystemObject
  SystemException
    CassandraDriverException
      CassandraOperationTimedOutException

Namespace:  Cassandra
Assembly:  Cassandra (in Cassandra.dll) Version: 3.10.0
Syntax
C#
public class OperationTimedOutException : DriverException

The OperationTimedOutException type exposes the following members.

Constructors
  NameDescription
Public methodOperationTimedOutException
Initializes a new instance of the OperationTimedOutException class
Top
See Also