TargetDisconnectedException Class
Namespace: Hazelcast.Exceptions
Assembly: Hazelcast.Net.dll
Represents the exception that is thrown when the target of an invocation disconnects.
[Serializable]
public sealed class TargetDisconnectedException : HazelcastException, ISerializable
Implements
Inherited Members
Constructors
TargetDisconnectedException() | Initializes a new instance of the ConfigurationException class. |
TargetDisconnectedException(Exception) | Initializes a new instance of the ConfigurationException class with a reference to the inner exception that is the cause of this exception. |
TargetDisconnectedException(String) | Initializes a new instance of the ConfigurationException class with a specified error message. |
TargetDisconnectedException(String, Exception) | Initializes a new instance of the ConfigurationException class with a specified error message and a reference to the inner exception that is the cause of this exception. |