PubSubConnection.TopicOverflowException Constructor(String,Exception)
- Last UpdatedApr 08, 2026
- 1 minute read
Initializes a new PubSubConnection.TopicOverflowException instance with a specified error message and a reference to the inner exception that is the cause of this exception.
public PubSubConnection.TopicOverflowException(
string message,
Exception innerException
)
public:
PubSubConnection.TopicOverflowException(
String^ message,
Exception^ innerException
)
Parameters
- message
- The error message string.
- innerException
- The inner exception reference.