Click or drag to resize

InvalidTypeException Class

Exception that is thrown when the driver expected a type and other was provided
Inheritance Hierarchy
SystemObject
  SystemException
    CassandraDriverException
      CassandraInvalidTypeException

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

The InvalidTypeException type exposes the following members.

Constructors
  NameDescription
Public methodInvalidTypeException(String)
Initializes a new instance of the InvalidTypeException class
Public methodInvalidTypeException(String, Exception)
Initializes a new instance of the InvalidTypeException class
Public methodInvalidTypeException(String, Object, Object)
Initializes a new instance of the InvalidTypeException class
Top
Properties
See Also