.NET Client Documentation
5.1.1
Search Results for

    Show / Hide Table of Contents

    ClientNotAllowedInClusterException Constructor

    ClientNotAllowedInClusterException()

    Initializes a new instance of the ClientNotAllowedInClusterException class.

    Declaration
    public ClientNotAllowedInClusterException()

    ClientNotAllowedInClusterException(String)

    Initializes a new instance of the ClientNotAllowedInClusterException class with a specified error message.

    Declaration
    public ClientNotAllowedInClusterException(string message)
    Parameters
    String message

    The message that describes the error.

    ClientNotAllowedInClusterException(Exception)

    Initializes a new instance of the ClientNotAllowedInClusterException class with a reference to the inner exception that is the cause of this exception.

    Declaration
    public ClientNotAllowedInClusterException(Exception innerException)
    Parameters
    Exception innerException

    The exception that is the cause of the current exception, or a null reference if no inner exception is specified.

    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.

    Declaration
    public ClientNotAllowedInClusterException(string message, Exception innerException)
    Parameters
    String message

    The message that describes the error.

    Exception innerException

    The exception that is the cause of the current exception, or a null reference if no inner exception is specified.

    In This Article
    Back to top Copyright © 2010-2022 Hazelcast, Inc. All rights reserved.
    Generated by DocFX.