Click or drag to resize
ProtocolErrorException Class
Inheritance Hierarchy
System.Object
  System.Exception
    Cassandra.DriverException
      Cassandra.QueryValidationException
        Cassandra.ProtocolErrorException

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