Class TopicLicenseLimitException
- Namespace
- PushTechnology.ClientInterface.Client.Features.Control.Topics
- Assembly
- Diffusion.Client.dll
Exception thrown to report a topic could not be added because a license limit has been exceeded.
public class TopicLicenseLimitException : AddTopicException, ISerializable
- Inheritance
-
TopicLicenseLimitException
- Implements
- Inherited Members
Constructors
TopicLicenseLimitException(string)
Initializes a new TopicLicenseLimitException instance.
public TopicLicenseLimitException(string message)
Parameters
messagestringThe error message.
TopicLicenseLimitException(string, Exception)
Initializes a new TopicLicenseLimitException instance.
public TopicLicenseLimitException(string message, Exception innerException)