Click or drag to resize
TruncateException Class
Error during a truncation operation.
Inheritance Hierarchy
SystemObject
  SystemException
    CassandraDriverException
      CassandraQueryValidationException
        CassandraQueryExecutionException
          CassandraTruncateException

Namespace: Cassandra
Assembly: Cassandra (in Cassandra.dll) Version: 3.2.0
Syntax
C#
public class TruncateException : QueryExecutionException

The TruncateException type exposes the following members.

Constructors
  NameDescription
Public methodTruncateException
Initializes a new instance of the TruncateException class
Top
See Also