Click or drag to resize
DriverInternalError Class
An unexpected error happened internally. This should never be raise and indicates a bug (either in the driver or in Cassandra).
Inheritance Hierarchy
SystemObject
  SystemException
    CassandraDriverInternalError

Namespace: Cassandra
Assembly: Cassandra (in Cassandra.dll) Version: 3.1.0
Syntax
C#
public class DriverInternalError : Exception
Constructors
  NameDescription
Public methodDriverInternalError(String)
Initializes a new instance of the DriverInternalError class
Public methodDriverInternalError(String, Exception)
Initializes a new instance of the DriverInternalError class
Top
See Also