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
Name | Description |
---|---|
UnknownCompactSchemaException(long) | Initializes a new instance of the UnknownCompactSchemaException class. |
Properties
Name | Description |
---|---|
SchemaId | Gets the identifier of the unknown schema. |
Methods
Name | Description |
---|---|
GetObjectData(SerializationInfo, StreamingContext) | When overridden in a derived class, sets the SerializationInfo with information about the exception. |