Class WriteTimeoutException
Represents a server timeout during a write operation.
Inheritance
System.Object
System.Exception
WriteTimeoutException
Implements
System.Runtime.Serialization.ISerializable
Inherited Members
System.Exception.GetBaseException()
System.Exception.GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)
System.Exception.GetType()
System.Exception.ToString()
System.Exception.Data
System.Exception.HelpLink
System.Exception.HResult
System.Exception.InnerException
System.Exception.Message
System.Exception.Source
System.Exception.StackTrace
System.Exception.TargetSite
System.Exception.SerializeObjectState
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: Dse
Assembly: Dse.dll
Syntax
public class WriteTimeoutException : QueryTimeoutException, ISerializable
Constructors
WriteTimeoutException(ConsistencyLevel, Int32, Int32, String)
Creates a new instance of WriteTimeoutException
Declaration
public WriteTimeoutException(ConsistencyLevel consistency, int received, int required, string writeType)
Parameters
Type | Name | Description |
---|---|---|
ConsistencyLevel | consistency | |
System.Int32 | received | |
System.Int32 | required | |
System.String | writeType |
Properties
WriteType
Gets the type of write operation that timed out.
Possible values: SIMPLE, BATCH, BATCH_LOG, UNLOGGED_BATCH and COUNTER.
Declaration
public string WriteType { get; }
Property Value
Type | Description |
---|---|
System.String |
Implements
System.Runtime.Serialization.ISerializable