Click or drag to resize

DriverInternalError Class

An unexpected error happened internally. This should never be raise and indicates an unexpected behavior (either in the driver or in Cassandra).
Inheritance Hierarchy
SystemObject
  SystemException
    DseDriverInternalError

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

Reference