TargetDisconnectedException Class
Namespace: Hazelcast.Exceptions
Assembly: Hazelcast.Net.dll
Represents the exception that is thrown when the target of an invocation disconnects.
public sealed class TargetDisconnectedException : TargetUnreachableException, ISerializable
Inheritance
TargetDisconnectedException
Implements
Inherited Members
Constructors
| Name | Description |
|---|---|
| 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. |