Class AddTopicException

The exception indicating a failure to add a topic.

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

Constructors

AddTopicException(String)

Initializes a new AddTopicException instance.

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

The error message.

AddTopicException(String, Exception)

Initializes a new AddTopicException instance.

Declaration
public AddTopicException(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