Click or drag to resize
DriverException Class
Top level class for exceptions thrown by the driver.
Inheritance Hierarchy
SystemObject
  SystemException
    CassandraDriverException
      More...

Namespace: Cassandra
Assembly: Cassandra (in Cassandra.dll) Version: 3.2.0
Syntax
C#
[SerializableAttribute]
public class DriverException : Exception
Constructors
  NameDescription
Public methodDriverException(String)
Initializes a new instance of the DriverException class
Public methodDriverException(String, Exception)
Initializes a new instance of the DriverException class
Top
See Also
Inheritance Hierarchy