Class AuthenticationException
Indicates an error during the authentication phase while connecting to a node.
Inheritance
AuthenticationException
Assembly: Cassandra.dll
Syntax
public class AuthenticationException : DriverException, ISerializable
Constructors
AuthenticationException(string)
Declaration
public AuthenticationException(string message)
Parameters
Type |
Name |
Description |
string |
message |
|
AuthenticationException(string, IPEndPoint)
Declaration
public AuthenticationException(string message, IPEndPoint host)
Parameters
Properties
Host
Gets the host for which the authentication failed.
Declaration
public IPEndPoint Host { get; }
Property Value
Implements