Click or drag to resize
AuthenticationException Constructor (String, IPEndPoint)
Initializes a new instance of the AuthenticationException class

Namespace: Cassandra
Assembly: Cassandra (in Cassandra.dll) Version: 3.0.5 (git 25b8d4e)
Syntax
C#
public AuthenticationException(
	string message,
	IPEndPoint host
)

Parameters

message
Type: SystemString
host
Type: System.NetIPEndPoint
See Also