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
| RemoteException() | Initializes a new instance of the HazelcastException class. |
| RemoteException(RemoteError, Boolean) | Initializes a new instance of the HazelcastException class. |
| RemoteException(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(RemoteError, String, Boolean) | Initializes a new instance of the HazelcastException class with a specified error message. |
| RemoteException(RemoteError, String, Exception, 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(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. |
| Retryable | Whether the operation that threw the exception can be retried. |
Methods
| GetObjectData(SerializationInfo, StreamingContext) | |
| ToString() |