Click or drag to resize

TargetDisconnectedException Class

Thrown when a client invocation is failed because related target is disconnected, and whether the invocation runs or not is indeterminate
Inheritance Hierarchy

Namespace:  Hazelcast.Client.Spi
Assembly:  Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.11
Syntax
[SerializableAttribute]
public class TargetDisconnectedException : RetryableHazelcastException

The TargetDisconnectedException type exposes the following members.

Constructors
  NameDescription
Public methodTargetDisconnectedException(String)
Constructor version with a message to assign to
Public methodTargetDisconnectedException(Address)
Constructor version with an Address instance to assign to
Public methodTargetDisconnectedException(Address, String)
Constructor version with an Address instance and message to assign to
Top
Properties
  NameDescription
Public propertyData (Inherited from Exception.)
Public propertyHelpLink (Inherited from Exception.)
Public propertyHResult (Inherited from Exception.)
Public propertyInnerException (Inherited from Exception.)
Public propertyMessage (Inherited from Exception.)
Public propertySource (Inherited from Exception.)
Public propertyStackTrace (Inherited from Exception.)
Public propertyTargetSite (Inherited from Exception.)
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Public methodGetBaseException (Inherited from Exception.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetObjectData (Inherited from Exception.)
Public methodGetType (Inherited from Exception.)
Public methodToString (Inherited from Exception.)
Top
See Also