PubSubConnection.BadTopicException Constructor
- Last UpdatedApr 08, 2026
- 1 minute read
| Overload | Description |
|---|---|
| PubSubConnection.BadTopicException Constructor() | Initializes a new PubSubConnection.BadTopicException instance. |
| PubSubConnection.BadTopicException Constructor(String) | Initializes a new PubSubConnection.BadTopicException instance with a specified error message. |
| PubSubConnection.BadTopicException Constructor(String,Exception) | Initializes a new PubSubConnection.BadTopicException instance with a specified error message and a reference to the inner exception that is the cause of this exception. |