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