Click or drag to resize

AuthenticationException Class

Indicates an error during the authentication phase while connecting to a node.
Inheritance Hierarchy
SystemObject
  SystemException
    DseDriverException
      DseAuthenticationException

Namespace:  Dse
Assembly:  Dse (in Dse.dll) Version: 2.9.0
Syntax
C#
public class AuthenticationException : DriverException

The AuthenticationException type exposes the following members.

Constructors
  NameDescription
Public methodAuthenticationException(String)
Initializes a new instance of the AuthenticationException class
Public methodAuthenticationException(String, IPEndPoint)
Initializes a new instance of the AuthenticationException class
Top
Properties
  NameDescription
Public propertyHost
Gets the host for which the authentication failed.
Top
See Also

Reference