ConnectionException Class
Namespace: Hazelcast.Exceptions
Assembly: Hazelcast.Net.dll
Represents the exception that is thrown when connection to a member fails.
[Serializable]
public sealed class ConnectionException : HazelcastException, ISerializable
Implements
Inherited Members
Constructors
ConnectionException() | Initializes a new instance of the ConnectionException class. |
ConnectionException(Exception) | Initializes a new instance of the ConnectionException class with a reference to the inner exception that is the cause of this exception. |
ConnectionException(String) | Initializes a new instance of the ConnectionException class with a specified error message. |
ConnectionException(String, Exception) | Initializes a new instance of the ConnectionException class with a specified error message and a reference to the inner exception that is the cause of this exception. |