Class ExistingTopicException

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

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

Constructors

ExistingTopicException(String)

Initializes a new ExistingTopicException instance.

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

The error message.

ExistingTopicException(String, Exception)

Initializes a new ExistingTopicException instance.

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