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 : TargetUnreachableException, ISerializable
Inheritance
TargetDisconnectedException
Implements
Inherited Members
Constructors
TargetDisconnectedException() | Initializes a new instance of the ConfigurationException class. |
TargetDisconnectedException(Exception) | Initializes a new instance of the TargetDisconnectedException class with a reference to the inner exception that is the cause of this exception. |
TargetDisconnectedException(String) | Initializes a new instance of the TargetDisconnectedException class with a specified error message. |
TargetDisconnectedException(String, Exception) | Initializes a new instance of the TargetDisconnectedException class with a specified error message and a reference to the inner exception that is the cause of this exception. |