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