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.11.0
Syntax
C#
public AuthenticationException(
	string message,
	IPEndPoint host
)

Parameters

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