Click or drag to resize

ConfigurationException Class

A HazelcastException that is thrown when something is wrong with the server or client configuration.
Inheritance Hierarchy

Namespace:  Hazelcast.Config
Assembly:  Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.12.1
Syntax
[SerializableAttribute]
public class ConfigurationException : HazelcastException

The ConfigurationException type exposes the following members.

Constructors
  NameDescription
Public methodConfigurationException(String)
Initializes a new instance of the ConfigurationException class
Public methodConfigurationException(String, String, String)
Initializes a new instance of the ConfigurationException class
Top
Properties
  NameDescription
Public propertyData (Inherited from Exception.)
Public propertyHelpLink (Inherited from Exception.)
Public propertyHResult (Inherited from Exception.)
Public propertyInnerException (Inherited from Exception.)
Public propertyMessage (Inherited from Exception.)
Public propertySource (Inherited from Exception.)
Public propertyStackTrace (Inherited from Exception.)
Public propertyTargetSite (Inherited from Exception.)
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Public methodGetBaseException (Inherited from Exception.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetObjectData (Inherited from Exception.)
Public methodGetType (Inherited from Exception.)
Public methodToString (Inherited from Exception.)
Top
See Also