Click or drag to resize

ServerErrorException Class

Inheritance Hierarchy
SystemObject
  SystemException
    CassandraDriverException
      CassandraQueryValidationException
        CassandraServerErrorException

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

The ServerErrorException type exposes the following members.

Constructors
  NameDescription
Public methodServerErrorException
Initializes a new instance of the ServerErrorException class
Top
See Also