TopicOverloadException Class
Namespace: Hazelcast.Exceptions
Assembly: Hazelcast.Net.dll
Represents the exception that is thrown when a topic overflows.
public class TopicOverloadException : HazelcastException, ISerializable
Implements
Inherited Members
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. |