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 sealed class SerializationException : HazelcastException, ISerializable
Implements
Inherited Members
Constructors
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(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. |