Click or drag to resize

RequestInvalidException Class

Exception that indicates that the request is not valid.
Inheritance Hierarchy
SystemObject
  SystemException
    CassandraDriverException
      CassandraRequestInvalidException

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

The RequestInvalidException type exposes the following members.

Constructors
  NameDescription
Public methodRequestInvalidException
Initializes a new instance of the RequestInvalidException class
Top
See Also