Class AuthenticationException
Indicates an error during the authentication phase while connecting to a node.
Implements
ISerializable
Inherited Members
Exception.GetBaseException()
Exception.GetObjectData(SerializationInfo, StreamingContext)
Exception.GetType()
Exception.ToString()
Exception.Data
Exception.HelpLink
Exception.HResult
Exception.InnerException
Exception.Message
Exception.Source
Exception.StackTrace
Exception.TargetSite
Exception.SerializeObjectState
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
Namespace: Cassandra
Assembly: Cassandra.dll
Syntax
public class AuthenticationException : DriverException, ISerializable
Constructors
AuthenticationException(string, IPEndPoint)
Declaration
public AuthenticationException(string message, IPEndPoint host)
Parameters
Type | Name | Description |
---|---|---|
string | message | |
IPEndPoint | host |
AuthenticationException(string)
Declaration
public AuthenticationException(string message)
Parameters
Type | Name | Description |
---|---|---|
string | message |
Properties
Host
Gets the host for which the authentication failed.
Declaration
public IPEndPoint Host { get; }
Property Value
Type | Description |
---|---|
IPEndPoint |
Implements
System.Runtime.Serialization.ISerializable