InvalidPartitionGroupException Class
Namespace: Hazelcast.Exceptions
Assembly: Hazelcast.Net.dll
Represents the exception that is thrown when invalid partition group is set.
public sealed class InvalidPartitionGroupException : HazelcastException, ISerializable
Implements
Inherited Members
Constructors
Name | Description |
---|---|
InvalidPartitionGroupException() | Initializes a new instance of the InvalidPartitionGroupException class. |
InvalidPartitionGroupException(Exception) | Initializes a new instance of the InvalidPartitionGroupException class with a reference to |
InvalidPartitionGroupException(string) | Initializes a new instance of the InvalidPartitionGroupException class with a specified error message. |
InvalidPartitionGroupException(string, Exception) | Initializes a new instance of the InvalidPartitionGroupException class with a specified error message |