AuthenticationException Class
Namespace: Hazelcast.Exceptions
Assembly: Hazelcast.Net.dll
Represents the exception that is thrown when authentication fails.
public sealed class AuthenticationException : HazelcastException, ISerializable
Implements
Inherited Members
Constructors
Name | Description |
---|---|
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. |