Click or drag to resize

ProtocolErrorException Class

Inheritance Hierarchy
SystemObject
  SystemException
    CassandraDriverException
      CassandraQueryValidationException
        CassandraProtocolErrorException

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

The ProtocolErrorException type exposes the following members.

Constructors
  NameDescription
Public methodProtocolErrorException
Initializes a new instance of the ProtocolErrorException class
Top
See Also