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
messagestringThe error message.
NoSuchTopicException(string, Exception)
Creates a new NoSuchTopicException.
public NoSuchTopicException(string message, Exception innerException)