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