PubSubConnection.DataOverflowException Class
- Last UpdatedApr 08, 2026
- 1 minute read
Data overflow exceptions are thrown when an application
tries to publish data that is longer than the maximum
data length allowed. These exceptions are also thrown
if a data buffer is provided to the receive function that
is too small to handle the incoming data.
public class PubSubConnection.DataOverflowException : PubSubConnection.PubSubConnectionException
public ref class PubSubConnection.DataOverflowException : 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.DataOverflowException