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