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

Namespace: Dse
Assembly: Dse (in Dse.dll) Version: 2.3.0
Syntax
C#
public AuthenticationException(
	string message,
	IPEndPoint host
)

Parameters

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