Table of Contents

Class ExistingTopicException

Namespace
PushTechnology.ClientInterface.Client.Features.Control.Topics
Assembly
Diffusion.Client.dll

The exception indicating that a topic with a different specification already exists.

public class ExistingTopicException : AddTopicException, ISerializable
Inheritance
ExistingTopicException
Implements
Inherited Members

Constructors

ExistingTopicException(string)

Initializes a new ExistingTopicException instance.

public ExistingTopicException(string message)

Parameters

message string

The error message.

ExistingTopicException(string, Exception)

Initializes a new ExistingTopicException instance.

public ExistingTopicException(string message, Exception innerException)

Parameters

message string

The error message.

innerException Exception

The exception that caused this error.