Table of Contents

Class NoSuchTopicException

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

The exception indicating that a topic does not exist on that topic path.

public class NoSuchTopicException : SessionException, ISerializable
Inheritance
NoSuchTopicException
Implements
Inherited Members

Remarks

Since 6.0

Constructors

NoSuchTopicException(string)

Creates a new NoSuchTopicException

public NoSuchTopicException(string message)

Parameters

message string

The error message.

NoSuchTopicException(string, Exception)

Creates a new NoSuchTopicException.

public NoSuchTopicException(string message, Exception innerException)

Parameters

message string

The error message.

innerException Exception

The exception that caused the NoSuchTopicException.