Class NoSuchTopicException

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

Inheritance
System.Object
SessionException
NoSuchTopicException
Namespace: PushTechnology.ClientInterface.Client.Features
Assembly: Diffusion.Client.dll
Syntax
public class NoSuchTopicException : SessionException
Remarks

Since 6.0

Constructors

NoSuchTopicException(String)

Creates a new NoSuchTopicException

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

The error message.

NoSuchTopicException(String, Exception)

Creates a new NoSuchTopicException.

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

The error message.

Exception innerException

The exception that caused the NoSuchTopicException.

Back to top