AuthenticationException Class
Namespace: Hazelcast.Exceptions
Assembly: Hazelcast.Net.dll
Represents the exception that is thrown when authentication fails.
[Serializable]
public sealed class AuthenticationException : HazelcastException, ISerializable
  Implements
Inherited Members
Constructors
| AuthenticationException() | Initializes a new instance of the AuthenticationException class.  | 
      
| AuthenticationException(Exception) | Initializes a new instance of the AuthenticationException class with a reference to the inner exception that is the cause of this exception.  | 
      
| AuthenticationException(String) | Initializes a new instance of the AuthenticationException class with a specified error message.  | 
      
| AuthenticationException(String, Exception) | Initializes a new instance of the AuthenticationException class with a specified error message and a reference to the inner exception that is the cause of this exception.  |