Table of Contents

Class ReferencedTopicDoesNotExistException

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

The exception indicating that a referenced topic in the supplied specification does not exist.

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

Constructors

ReferencedTopicDoesNotExistException(string)

Initializes a new ReferencedTopicDoesNotExistException instance.

public ReferencedTopicDoesNotExistException(string message)

Parameters

message string

The error message.

ReferencedTopicDoesNotExistException(string, Exception)

Initializes a new ReferencedTopicDoesNotExistException instance.

public ReferencedTopicDoesNotExistException(string message, Exception innerException)

Parameters

message string

The error message.

innerException Exception

The exception that caused the ReferencedTopicDoesNotExistException.