.NET Client Documentation
5.1.1
Search Results for

    Show / Hide Table of Contents

    HazelcastException Class

    Namespace: Hazelcast.Exceptions
    Assembly: Hazelcast.Net.dll

    Represents the generic exception that is throw when Hazelcast goes south.

    [Serializable]
    public class HazelcastException : Exception, ISerializable
    Inheritance
    Object
    Exception
    HazelcastException
    ConfigurationException
    ServiceFactoryException
    AuthenticationException
    ClientNotAllowedInClusterException
    ClientOfflineException
    ConnectionException
    TargetUnreachableException
    TaskTimeoutException
    RemoteException
    SerializationException
    HazelcastSqlException
    Implements
    ISerializable
    Inherited Members
    Exception.GetBaseException()
    Exception.GetObjectData(SerializationInfo, StreamingContext)
    Exception.GetType()
    Exception.ToString()
    Exception.Data
    Exception.HelpLink
    Exception.HResult
    Exception.InnerException
    Exception.Message
    Exception.Source
    Exception.StackTrace
    Exception.TargetSite
    Exception.SerializeObjectState
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.GetHashCode()
    Object.MemberwiseClone()
    Object.ReferenceEquals(Object, Object)

    Constructors

    HazelcastException()

    Initializes a new instance of the HazelcastException class.

    HazelcastException(Exception)

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

    HazelcastException(SerializationInfo, StreamingContext)

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

    HazelcastException(String)

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

    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.

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