.NET Client Documentation
5.5.0
Search Results for

    Show / Hide Table of Contents

    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
    Inheritance
    object
    Exception
    HazelcastException
    InvalidPartitionGroupException
    Implements
    ISerializable
    Inherited Members
    Exception.GetBaseException()
    Exception.GetType()
    Exception.ToString()
    Exception.Data
    Exception.HelpLink
    Exception.HResult
    Exception.InnerException
    Exception.Message
    Exception.Source
    Exception.StackTrace
    Exception.TargetSite
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.ReferenceEquals(object, object)

    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

    In this article
    Back to top Copyright © 2010-2024 Hazelcast, Inc. All rights reserved.
    Generated by DocFX.