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