Class IncompatibleExistingTopicException
- Namespace
- PushTechnology.ClientInterface.Client.Features.Control.Topics
- Assembly
- Diffusion.Client.dll
Exception thrown to report that a topic exists at the same path that is managed by a component that has exclusive control over the topic.
public class IncompatibleExistingTopicException : IncompatibleTopicException, ISerializable
- Inheritance
-
IncompatibleExistingTopicException
- Implements
- Inherited Members
Remarks
For example, a topic may already exist at the same path that is under the control of fan-out distribution.
Constructors
IncompatibleExistingTopicException(string)
Initializes a new IncompatibleExistingTopicException instance.
public IncompatibleExistingTopicException(string message)
Parameters
messagestringThe error message.
IncompatibleExistingTopicException(string, Exception)
Initializes a new IncompatibleExistingTopicException instance.
public IncompatibleExistingTopicException(string message, Exception innerException)