Table of Contents

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

message string

The error message.

TopicLicenseLimitException(string, Exception)

Initializes a new TopicLicenseLimitException instance.

public TopicLicenseLimitException(string message, Exception innerException)

Parameters

message string

The error message.

innerException Exception

The exception that caused this error.