.NET Client Documentation
5.3.0
Search Results for

    Show / Hide Table of Contents

    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
    object
    Exception
    HazelcastException
    SerializationException
    UnknownCompactSchemaException
    Implements
    ISerializable
    Inherited Members
    Exception.GetBaseException()
    Exception.GetType()
    Exception.ToString()
    Exception.Data
    Exception.HelpLink
    Exception.HResult
    Exception.InnerException
    Exception.Message
    Exception.Source
    Exception.StackTrace
    Exception.TargetSite
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.ReferenceEquals(object, object)

    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.

    In This Article
    Back to top Copyright © 2010-2023 Hazelcast, Inc. All rights reserved.
    Generated by DocFX.