Class InvalidTopicPathException
- Namespace
- PushTechnology.ClientInterface.Client.Features.Control.Topics
- Assembly
- Diffusion.Client.dll
The exception indicating that the given topic path is invalid.
public class InvalidTopicPathException : AddTopicException, ISerializable
- Inheritance
-
InvalidTopicPathException
- Implements
- Inherited Members
Constructors
InvalidTopicPathException(string)
Initializes a new InvalidTopicPathException instance.
public InvalidTopicPathException(string message)
Parameters
messagestringThe error message.
InvalidTopicPathException(string, Exception)
Initializes a new InvalidTopicPathException instance.
public InvalidTopicPathException(string message, Exception innerException)