Class AddTopicException
- Namespace
- PushTechnology.ClientInterface.Client.Features.Control.Topics
- Assembly
- Diffusion.Client.dll
The exception indicating a failure to add a topic.
public class AddTopicException : SessionException, ISerializable
- Inheritance
-
AddTopicException
- Implements
- Derived
- Inherited Members
Constructors
AddTopicException(string)
Initializes a new AddTopicException instance.
public AddTopicException(string message)
Parameters
messagestringThe error message.
AddTopicException(string, Exception)
Initializes a new AddTopicException instance.
public AddTopicException(string message, Exception innerException)