UnknownCompactSchemaException Class
Namespace: Hazelcast.Serialization
Assembly: Hazelcast.Net.dll
The exception that is thrown when a compact serialization schema could not be found for a specified schema identifier, even after trying to fetch it from the cluster.
[Serializable]
public sealed class UnknownCompactSchemaException : SerializationException, ISerializable
Inheritance
UnknownCompactSchemaException
Implements
Inherited Members
Constructors
UnknownCompactSchemaException(Int64) | Initializes a new instance of the UnknownCompactSchemaException class. |
Properties
SchemaId | Gets the identifier of the unknown schema. |
Methods
GetObjectData(SerializationInfo, StreamingContext) |