Class ReferencedTopicDoesNotExistException

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

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

Constructors

ReferencedTopicDoesNotExistException(String)

Initializes a new ReferencedTopicDoesNotExistException instance.

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

The error message.

ReferencedTopicDoesNotExistException(String, Exception)

Initializes a new ReferencedTopicDoesNotExistException instance.

Declaration
public ReferencedTopicDoesNotExistException(string message, Exception innerException)
Parameters
Type Name Description
System.String message

The error message.

Exception innerException

The exception that caused the ReferencedTopicDoesNotExistException.

Back to top