.NET Client Documentation
5.1.1
Search Results for

    Show / Hide Table of Contents

    HazelcastException Constructor

    HazelcastException()

    Initializes a new instance of the HazelcastException class.

    Declaration
    public HazelcastException()

    HazelcastException(String)

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

    Declaration
    public HazelcastException(string message)
    Parameters
    String message

    The message that describes the error.

    HazelcastException(Exception)

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

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

    HazelcastException(String, Exception)

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

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

    HazelcastException(SerializationInfo, StreamingContext)

    Initializes a new instance of the HazelcastException class with serialized data.

    Declaration
    protected HazelcastException(SerializationInfo info, StreamingContext context)
    Parameters
    SerializationInfo info

    The SerializationInfo that holds the serialized object data about the exception being thrown.

    StreamingContext context

    The StreamingContext that contains contextual information about the source or destination.

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