PubSubConnection.TopicOverflowException Class
- Last UpdatedApr 08, 2026
- 1 minute read
Topic overflow exceptions are thrown when an application
tries to subscribe to or publish on a topic that is longer
than the maximum topic length allowed. These exceptions are also thrown
if a topic buffer is provided to the receive function that
is too small to handle the incoming topic string.
public class PubSubConnection.TopicOverflowException : PubSubConnection.PubSubConnectionException
public ref class PubSubConnection.TopicOverflowException : public PubSubConnection.PubSubConnectionException
System.Object
System.Exception
System.ApplicationException
OASySDNA.Common.DNAException
OASySDNA.Common.PubSub.PubSubException
OASySDNA.Common.PubSub.PubSubConnection.PubSubConnectionException
OASySDNA.Common.PubSub.PubSubConnection.TopicOverflowException