.NET Client Documentation
5.5.0
Search Results for

    Show / Hide Table of Contents

    TopicOverloadException Class

    Namespace: Hazelcast.Exceptions
    Assembly: Hazelcast.Net.dll

    Represents the exception that is thrown when a topic overflows.

    public class TopicOverloadException : HazelcastException, ISerializable
    Inheritance
    object
    Exception
    HazelcastException
    TopicOverloadException
    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
    Exception.SerializeObjectState
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)

    Constructors

    Name Description
    TopicOverloadException()

    Initializes a new instance of the TopicOverloadException class.

    TopicOverloadException(Exception)

    Initializes a new instance of the TopicOverloadException class with a reference to the inner exception that is the cause of this exception.

    TopicOverloadException(string)

    Initializes a new instance of the TopicOverloadException class with a specified error message.

    TopicOverloadException(string, Exception)

    Initializes a new instance of the TopicOverloadException class with a specified error message and a reference to the inner exception that is the cause of this exception.

    In this article
    Back to top Copyright © 2010-2024 Hazelcast, Inc. All rights reserved.
    Generated by DocFX.