Table of Contents

Class InvalidTopicPathException

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

The exception indicating that the given topic path is invalid.

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

Constructors

InvalidTopicPathException(string)

Initializes a new InvalidTopicPathException instance.

public InvalidTopicPathException(string message)

Parameters

message string

The error message.

InvalidTopicPathException(string, Exception)

Initializes a new InvalidTopicPathException instance.

public InvalidTopicPathException(string message, Exception innerException)

Parameters

message string

The error message.

innerException Exception

The exception that caused this error.