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