SerializationException Class
Namespace: Hazelcast.Serialization
Assembly: Hazelcast.Net.dll
Represents an exception that is thrown when an error occurs while serializing or de-serializing objects.
[Serializable]
public class SerializationException : HazelcastException, ISerializable
  Inheritance
SerializationException
      
  Implements
Inherited Members
Constructors
| Name | Description | 
|---|---|
| SerializationException() | Initializes a new instance of the SerializationException class.  | 
      
| SerializationException(Exception) | Initializes a new instance of the SerializationException class with a reference to the inner exception that is the cause of this exception.  | 
      
| SerializationException(SerializationInfo, StreamingContext) | Initializes a new instance of the SerializationException class with serialized data.  | 
      
| SerializationException(string) | Initializes a new instance of the SerializationException class with a specified error message.  | 
      
| SerializationException(string, Exception) | Initializes a new instance of the SerializationException class with a specified error message and a reference to the inner exception that is the cause of this exception.  |