RemoteException Class
Namespace: Hazelcast.Protocol
Assembly: Hazelcast.Net.dll
Represents an exception that was thrown remotely on a server.
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 |
|---|---|
| ToString() | Creates and returns a string representation of the current exception. |