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
| Name | Description | 
|---|---|
| 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.  |