.NET Client Documentation
5.3.0
Search Results for

    Show / Hide Table of Contents

    TargetDisconnectedException Constructor

    TargetDisconnectedException()

    Initializes a new instance of the ConfigurationException class.

    Declaration
    public TargetDisconnectedException()

    TargetDisconnectedException(string)

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

    Declaration
    public TargetDisconnectedException(string message)
    Parameters
    string message

    The message that describes the error.

    TargetDisconnectedException(Exception)

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

    Declaration
    public TargetDisconnectedException(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.

    TargetDisconnectedException(string, Exception)

    Initializes a new instance of the TargetDisconnectedException class with a specified error message and a reference to the inner exception that is the cause of this exception.

    Declaration
    public TargetDisconnectedException(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-2023 Hazelcast, Inc. All rights reserved.
    Generated by DocFX.