Table of Contents

Class AddTopicException

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

The exception indicating a failure to add a topic.

public class AddTopicException : SessionException, ISerializable
Inheritance
AddTopicException
Implements
Derived
Inherited Members

Constructors

AddTopicException(string)

Initializes a new AddTopicException instance.

public AddTopicException(string message)

Parameters

message string

The error message.

AddTopicException(string, Exception)

Initializes a new AddTopicException instance.

public AddTopicException(string message, Exception innerException)

Parameters

message string

The error message.

innerException Exception

The exception that caused this error.