Class TopicLicenseLimitException

Exception thrown to report a topic could not be added because a license limit has been exceeded.

Inheritance
System.Object
SessionException
AddTopicException
TopicLicenseLimitException
Namespace: PushTechnology.ClientInterface.Client.Features.Control.Topics
Assembly: Diffusion.Client.dll
Syntax
public class TopicLicenseLimitException : AddTopicException

Constructors

TopicLicenseLimitException(String)

Initializes a new TopicLicenseLimitException instance.

Declaration
public TopicLicenseLimitException(string message)
Parameters
Type Name Description
System.String message

The error message.

TopicLicenseLimitException(String, Exception)

Initializes a new TopicLicenseLimitException instance.

Declaration
public TopicLicenseLimitException(string message, Exception innerException)
Parameters
Type Name Description
System.String message

The error message.

Exception innerException

The exception that caused this error.

Back to top