.NET Client Documentation
5.1.1
Search Results for

    Show / Hide Table of Contents

    RemoteException Class

    Namespace: Hazelcast.Protocol
    Assembly: Hazelcast.Net.dll

    Represents an exception that was thrown remotely on a server.

    [Serializable]
    public sealed class RemoteException : HazelcastException, ISerializable
    Inheritance
    Object
    Exception
    HazelcastException
    RemoteException
    Implements
    ISerializable
    Inherited Members
    Exception.GetBaseException()
    Exception.GetType()
    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

    RemoteException()

    Initializes a new instance of the HazelcastException class.

    RemoteException(Guid)

    Initializes a new instance of the HazelcastException class.

    RemoteException(Guid, RemoteError, Boolean)

    Initializes a new instance of the HazelcastException class.

    RemoteException(Guid, RemoteError, Exception, Boolean)

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

    RemoteException(Guid, RemoteError, String, Boolean)

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

    RemoteException(Guid, RemoteError, String, Exception, String, Boolean)

    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.

    RemoteException(Guid, String)

    Initializes a new instance of the HazelcastException class.

    RemoteException(Guid, String, Exception)

    Initializes a new instance of the HazelcastException class.

    RemoteException(String)

    Initializes a new instance of the HazelcastException class.

    RemoteException(String, Exception)

    Initializes a new instance of the HazelcastException class.

    Properties

    Error

    Gets the protocol error.

    MemberId

    Gets the unique identifier of the member which threw the exception.

    Retryable

    Whether the operation that threw the exception can be retried.

    ServerStackTrace

    Gets a string representation of the frames on the server call stack.

    Methods

    GetObjectData(SerializationInfo, StreamingContext)
    ToString()
    In This Article
    Back to top Copyright © 2010-2022 Hazelcast, Inc. All rights reserved.
    Generated by DocFX.