Click or drag to resize

WriteTimeoutException Class

Represents a server timeout during a write operation.
Inheritance Hierarchy
SystemObject
  SystemException
    CassandraDriverException
      CassandraQueryValidationException
        CassandraQueryExecutionException
          CassandraQueryTimeoutException
            CassandraWriteTimeoutException

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

The WriteTimeoutException type exposes the following members.

Constructors
  NameDescription
Public methodWriteTimeoutException
Creates a new instance of WriteTimeoutException
Top
Properties
  NameDescription
Public propertyWriteType
Gets the type of write operation that timed out.

Possible values: SIMPLE, BATCH, BATCH_LOG, UNLOGGED_BATCH and COUNTER.

Top
See Also