ConnectionException Class
Namespace: Hazelcast.Exceptions
Assembly: Hazelcast.Net.dll
Represents the exception that is thrown when connection to a member fails.
public sealed class ConnectionException : HazelcastException, ISerializable
Implements
Inherited Members
Constructors
| Name | Description |
|---|---|
| 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. |