Click or drag to resize

WriteTimeoutException Class

Represents a server timeout during a write operation.
Inheritance Hierarchy
SystemObject
  SystemException
    DseDriverException
      DseQueryValidationException
        DseQueryExecutionException
          DseQueryTimeoutException
            DseWriteTimeoutException

Namespace:  Dse
Assembly:  Dse (in Dse.dll) Version: 2.9.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

Reference