Class IncompatibleTopicStateException
- Namespace
- PushTechnology.ClientInterface.Client.Features
- Assembly
- Diffusion.Client.dll
The exception that indicates that an operation could not be performed because the topic is managed by a component (such as fan-out) that prohibits updates from the caller.
public class IncompatibleTopicStateException : SessionException, ISerializable
- Inheritance
-
IncompatibleTopicStateException
- Implements
- Inherited Members
Constructors
IncompatibleTopicStateException(string)
Initializes a new IncompatibleTopicStateException instance.
public IncompatibleTopicStateException(string message)
Parameters
messagestringThe error message.
IncompatibleTopicStateException(string, Exception)
Initializes a new IncompatibleTopicStateException instance.
public IncompatibleTopicStateException(string message, Exception innerException)