Class ExistingTopicException
- Namespace
- PushTechnology.ClientInterface.Client.Features.Control.Topics
- Assembly
- Diffusion.Client.dll
The exception indicating that a topic with a different specification already exists.
public class ExistingTopicException : AddTopicException, ISerializable
- Inheritance
-
ExistingTopicException
- Implements
- Inherited Members
Constructors
ExistingTopicException(string)
Initializes a new ExistingTopicException instance.
public ExistingTopicException(string message)
Parameters
messagestringThe error message.
ExistingTopicException(string, Exception)
Initializes a new ExistingTopicException instance.
public ExistingTopicException(string message, Exception innerException)