Click or drag to resize

AuthenticationException Class

Indicates an error during the authentication phase while connecting to a node.
Inheritance Hierarchy
SystemObject
  SystemException
    CassandraDriverException
      CassandraAuthenticationException

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

The AuthenticationException type exposes the following members.

Constructors
  NameDescription
Public methodAuthenticationException(String)
Initializes a new instance of the AuthenticationException class
Public methodAuthenticationException(String, IPEndPoint)
Initializes a new instance of the AuthenticationException class
Top
Properties
  NameDescription
Public propertyHost
Gets the host for which the authentication failed.
Top
See Also