HazelcastException Class
Namespace: Hazelcast.Exceptions
Assembly: Hazelcast.Net.dll
Represents the generic exception that is throw when Hazelcast goes south.
public class HazelcastException : Exception, ISerializable
  Inheritance
HazelcastException
      
      
      
      
      
      
      
      
      
      
      
      
      
  Implements
Inherited Members
Constructors
| Name | Description | 
|---|---|
| HazelcastException() | Initializes a new instance of the HazelcastException class.  | 
      
| HazelcastException(Exception) | Initializes a new instance of the HazelcastException class with a reference to the inner exception that is the cause of this exception.  | 
      
| HazelcastException(string) | Initializes a new instance of the HazelcastException class with a specified error message.  | 
      
| HazelcastException(string, Exception) | Initializes a new instance of the HazelcastException class with a specified error message and a reference to the inner exception that is the cause of this exception.  |