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
Implements
Inherited Members
Constructors
Name | Description |
---|---|
RemoteException() | Initializes a new instance of the HazelcastException class. |
RemoteException(Guid) | Initializes a new instance of the HazelcastException class. |
RemoteException(Guid, RemoteError, bool) | Initializes a new instance of the HazelcastException class. |
RemoteException(Guid, RemoteError, Exception, bool) | 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, bool) | Initializes a new instance of the HazelcastException class with a specified error message. |
RemoteException(Guid, RemoteError, string, Exception, string, bool) | 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
Name | Description |
---|---|
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
Name | Description |
---|---|
GetObjectData(SerializationInfo, StreamingContext) | When overridden in a derived class, sets the SerializationInfo with information about the exception. |
ToString() | Creates and returns a string representation of the current exception. |